#include <stdlib.h>
#include <signal.h>
#include <unistd.h>
#include "StringList.h"
#include "WordMonitor.h"
Go to the source code of this file.
Defines | |
| #define | WORD_MONITOR_READABLE 2 |
| #define | WORD_MONITOR_RRD 1 |
Functions | |
| void | word_monitor_add (void *nmonitor, int index, unsigned int value) |
| void | word_monitor_click (void *nmonitor) |
| unsigned int | word_monitor_get (void *nmonitor, int index) |
| void | word_monitor_set (void *nmonitor, int index, unsigned int value) |
1.5.5