|
CoSWoT Servient-C
|
#include <Queue.h>
Public Attributes | |
| func | call |
| char * | arg |
| Message * | next |
This structure is used in the event loop of the main; each message contains a function call for the event loop
| char* Message::arg |
an argument for the function call
| func Message::call |
a function of the form "void call(char *)"
| Message* Message::next |
a pointer to the next message