|
Bibliotheques TP RT
1.0
Bibliotheque de support pour TP/RT
|
Functions for sending message to monitor. More...
#include <stdio.h>#include <stdlib.h>#include <unistd.h>#include <string.h>
Go to the source code of this file.
Classes | |
| struct | MessageToMon |
Functions | |
| void | set_msgToMon_header (MessageToMon *msg, char *header) |
| Set header part of monitor message. More... | |
| void | set_msgToMon_data (MessageToMon *msg, void *data) |
| Set data part of monitor message. More... | |
| void | free_msgToMon_data (MessageToMon *msg) |
| Dealocate moemory pointed by data part of message. More... | |
| void | print_msgToMon (MessageToMon *msg) |
| Print message, header and data. More... | |
| void free_msgToMon_data | ( | MessageToMon * | msg | ) |
Dealocate moemory pointed by data part of message.
| void print_msgToMon | ( | MessageToMon * | msg | ) |
Print message, header and data.
| void set_msgToMon_data | ( | MessageToMon * | msg, |
| void * | data | ||
| ) |
Set data part of monitor message.
| void set_msgToMon_header | ( | MessageToMon * | msg, |
| char * | header | ||
| ) |
Set header part of monitor message.