NAME¶
morse_sync - Tool to synchronize the MORSE simulator
SYNOPSIS¶
morse_sync [-h] [-d] [-H host] [-P port] [-t timeout] -p <period>
DESCRIPTION¶
morse_sync is a tool which sends a periodic signal to the Morse
simulator, allowing to synchronize it to an external clock. It relies on the
socket synchronisation protocol of Morse.
Moreover, morse_sync reads command on its input. It accepts
the following commands:
- quit
- End the morse_sync tool
- set_period <period>
- Change the period of message sent
OPTIONS¶
- -d, --debug
- Enable debug information
- -H, --host <host>
- Configure the host where Morse is running
- -P, --port <port>
- Configure the port of the synchronisation socket of Morse
- -p, --period <period>
- Configure the period (in sec) to which the signal is sent to Morse
- -h, --help
- Displays information regarding the program use.
- -t, --timeout <timeout>
- Configure time (in sec) during morse_sync tries to connect to the
Morse synchronisation socket. It is particularly useful to handle delay in
the Morse initialisation. The default value is 10 sec.
COPYRIGHT¶
Copyright (c) 2009-2010 ONERA Copyright (c) 2009-2016 LAAS-CNRS Copyright (c)
2015-2016 ISAE-SUPAERO Copyright held by the MORSE authors or the institutions
employing them, refer to the AUTHORS file for the list. The list of the
contributors to each file can be obtained from the commit history ('git log
<file>').