![]() |
SatNOGS-COMMS
4.1.0
A COMMS subsystem for CubeSats
|
#include <msg_arbiter.hpp>
Public Attributes | |
| uint8_t | data [mtu] |
| Buffer to hold the data. | |
| subsys | iface |
| The interface from which the msg was received. | |
| size_t | len |
| Data size in bytes. | |
Message format that are used for internal routing
Definition at line 117 of file msg_arbiter.hpp.
| uint8_t satnogs::comms::msg_arbiter::msg::data[mtu] |
Buffer to hold the data.
Definition at line 120 of file msg_arbiter.hpp.
| subsys satnogs::comms::msg_arbiter::msg::iface |
The interface from which the msg was received.
Definition at line 121 of file msg_arbiter.hpp.
| size_t satnogs::comms::msg_arbiter::msg::len |
Data size in bytes.
Definition at line 122 of file msg_arbiter.hpp.