SatNOGS-COMMS  4.1.0
A COMMS subsystem for CubeSats
Loading...
Searching...
No Matches
satnogs::comms::msg_arbiter::msg Class Reference

#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.

Detailed Description

Message format that are used for internal routing

Definition at line 117 of file msg_arbiter.hpp.

Member Data Documentation

◆ data

uint8_t satnogs::comms::msg_arbiter::msg::data[mtu]

Buffer to hold the data.

Definition at line 120 of file msg_arbiter.hpp.

◆ iface

subsys satnogs::comms::msg_arbiter::msg::iface

The interface from which the msg was received.

Definition at line 121 of file msg_arbiter.hpp.

◆ len

size_t satnogs::comms::msg_arbiter::msg::len

Data size in bytes.

Definition at line 122 of file msg_arbiter.hpp.


The documentation for this class was generated from the following file: