#include <iostream>#include <string>#include <map>#include <vector>#include <pthread.h>#include "hddefs.h"#include "hdlinuxio.h"#include "hdlisten.h"
Functions | |
| void * | StartHDListener (void *ctx) |
| void* StartHDListener | ( | void * | ctx | ) |
Used outside of the class to provide a way to call HDListen::listenthreaad() to start a separate listener thread.
1.5.3