Fawkes API  Fawkes Development Version
fawkes::IPCMessageQueue::MessageStruct Struct Reference

This is the struct of the messages that has to be fed to send and receive methods. More...

#include <msg.h>

Public Attributes

long int mtype
 type of the message More...
 
char mtext [1]
 content of the message, can be of arbitrary size up to MaxMessageSize More...
 

Detailed Description

This is the struct of the messages that has to be fed to send and receive methods.

Definition at line 43 of file msg.h.

Member Data Documentation

◆ mtext

char fawkes::IPCMessageQueue::MessageStruct::mtext[1]

content of the message, can be of arbitrary size up to MaxMessageSize

Definition at line 46 of file msg.h.

◆ mtype

long int fawkes::IPCMessageQueue::MessageStruct::mtype

type of the message

Definition at line 45 of file msg.h.


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