/
Inter-Manager Queue
Inter-Manager Queue
Interface Requirements from AM/SM:
->Get()
function to get the top message from the queueCan either cause the message to pop out or interface must provide a separate
->Pop()
->Push()
function to push a message to the queueShould use
<T>
to allow any data structure in the queueFor reference agreed structure between SM and AM is attached below:
typedef struct {
int8_t roll; // Roll percentage
int8_t yaw; // Yaw percentage
int8_t pitch; // Pitch percentage
int8_t throttle; // Throttle percentage
} RCMotorControlMessage_t;
, multiple selections available,
Related content
ZeroPilot Design
ZeroPilot Design
Read with this
SDMMC SD Card
SDMMC SD Card
Read with this
ZeroPilot Validation Image Sequence
ZeroPilot Validation Image Sequence
Read with this
2025-01-19 MAVLink message queue architecture discussion
2025-01-19 MAVLink message queue architecture discussion
More like this
DRAFT Messaging between workers
DRAFT Messaging between workers
More like this
System Manager (2023)
System Manager (2023)
More like this