|
Bibliotheques TP RT
1.0
Bibliotheque de support pour TP/RT
|
Functions for sending message to monitor. More...
#include "message.h"
Go to the source code of this file.
Functions | |
| void | set_msgToMon_header (MessageToMon *msg, char *header) |
| void | set_msgToMon_data (MessageToMon *msg, void *data) |
| void | free_msgToMon_data (MessageToMon *msg) |
| void | print_msgToMon (MessageToMon *msg) |
| void free_msgToMon_data | ( | MessageToMon * | msg | ) |
Definition at line 40 of file message.cpp.
| void print_msgToMon | ( | MessageToMon * | msg | ) |
Definition at line 46 of file message.cpp.
| void set_msgToMon_data | ( | MessageToMon * | msg, |
| void * | data | ||
| ) |
Definition at line 32 of file message.cpp.
| void set_msgToMon_header | ( | MessageToMon * | msg, |
| char * | header | ||
| ) |
Definition at line 28 of file message.cpp.