![]() |
0.5.0
|
Namespaces | |
namespace | Offset |
namespace | Size |
Enumerations | |
enum class | MessageType : uint8_t { PosVelAtt , PosVel , Pos , GnssObs , COUNT } |
Enum specifying the type of the output message. More... |
Variables | |
static constexpr unsigned int | MAXIMUM_BYTES |
Network data stream maximum buffer size in [bytes] (Maximum payload size of a UDP package) | |
static constexpr std::array< int, 2 > | PORT_LIMITS |
Range a port can be in [0, 2^16-1]. |
|
strong |
|
staticconstexpr |
Network data stream maximum buffer size in [bytes] (Maximum payload size of a UDP package)
Definition at line 22 of file UdpUtil.hpp.
|
staticconstexpr |
Range a port can be in [0, 2^16-1].
Definition at line 24 of file UdpUtil.hpp.