libgs.protocols.protocolbase.ProtocolTest¶
-
class
libgs.protocols.protocolbase.ProtocolTest[source]¶ This protocol is implemented as a test only. It does not do anything, but can be included for testing purposes
Methods
do_action(*args, **kwargs)Request an action to be performed send_bytes(data)Send a sequence of bytes to the satellite. set_handler(func)Set a callback message handler for received data. Attributes
nameInherited from base class
init_rx()Interface method that is called by the scheduler before starting a listening pass. init_rxtx()Interface method that is called by the scheduler before starting a transmitting pass. terminate()Interface method that is called by the scheduler as soon as a pass has finished. sch_metadata