DevNullReceiver Satellite#
A satellite that receives data and drops it
Building#
The DevNullReceiver satellite has no additional dependencies. The satellite is not build by default, building can be enabled via:
meson configure build -Dsatellite_dev_null_receiver=true
Parameters#
None
Framework Parameters#
This satellite inherits the following framework parameters from its base classes:
Parameters inherited from ReceiverSatellite
#
Parameter |
Type |
Description |
Default Value |
---|---|---|---|
|
List of strings |
List of canonical names of transmitter satellites this receiver should connect to and receive data messages from. |
- |
|
Unsigned integer |
Timeout waiting for the reception of the end-of-run message. The receiver satellite will wait this number of seconds for receiving the EOR message from each connected transmitter satellite, and will go into error state if the message has not been received within this period. The timeout will only be started after the pending data messages have been read from the queue. |
|
Parameters inherited from Satellite
#
Parameter |
Type |
Description |
Default Value |
---|---|---|---|
|
Bool |
If |
|
|
Unsigned integer |
Interval in seconds between heartbeats to be sent to other Constellation components |
|