#include "cphidget.h"#include "regex.h"#include "utils/utils.h"#include "cphidgetlist.h"#include "pdictclient.h"#include "dns_sd.h"

Go to the source code of this file.
Functions | |
| void | network_heartbeat_event_handler (const char *key, const char *val, unsigned int len, pdict_reason_t reason, void *ptr) | 
| void | network_manager_event_handler (const char *key, const char *val, unsigned int len, pdict_reason_t, void *ptr) | 
| void | network_phidget_event_handler (const char *key, const char *val, unsigned int len, pdict_reason_t reason, void *ptr) | 
Variables | |
| regex_t | managerex | 
| regex_t | managervalex | 
| regex_t | phidgetsetex | 
| void network_heartbeat_event_handler | ( | const char * | key, | 
| const char * | val, | ||
| unsigned int | len, | ||
| pdict_reason_t | reason, | ||
| void * | ptr | ||
| ) | 
Definition at line 2224 of file csocketevents.c.
| void network_manager_event_handler | ( | const char * | key, | 
| const char * | val, | ||
| unsigned int | len, | ||
| pdict_reason_t | , | ||
| void * | ptr | ||
| ) | 
Definition at line 2102 of file csocketevents.c.
| void network_phidget_event_handler | ( | const char * | key, | 
| const char * | val, | ||
| unsigned int | len, | ||
| pdict_reason_t | reason, | ||
| void * | ptr | ||
| ) | 
Definition at line 1894 of file csocketevents.c.
| regex_t managerex | 
Definition at line 35 of file csocketevents.c.
| regex_t managervalex | 
Definition at line 36 of file csocketevents.c.
| regex_t phidgetsetex | 
Definition at line 34 of file csocketevents.c.