ait.dsn.plugins.send_cltu module

Creates a FCLTU instance and uploads any incoming CLTUs to the DSN via SLE

class ait.dsn.plugins.send_cltu.SendCLTU(inputs=None, outputs=None, zmq_args=None)

Bases: Plugin

Creates a FCLTU instance and uploads any incoming CLTUs to the DSN via SLE

The input stream should consist of CLTUs (with appropriate start and tail sequences).

process(input_data, topic=None)

Not implemented by base Plugin class. This process method must be implemented by any custom plugin class that inherits from this base Plugin.

Params:

input_data: Message received from any of the plugin’s input streams. topic: Name of stream that message was received from.