CoSWoT Servient-C
Loading...
Searching...
No Matches
Public Attributes | List of all members
Message Struct Reference

#include <Queue.h>

Public Attributes

func call
 
char * arg
 
Messagenext
 

Detailed Description

This structure is used in the event loop of the main; each message contains a function call for the event loop

Member Data Documentation

◆ arg

char* Message::arg

an argument for the function call

◆ call

func Message::call

a function of the form "void call(char *)"

◆ next

Message* Message::next

a pointer to the next message


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