1 #ifndef INSTETCDRIVER_H
2 #define INSTETCDRIVER_H
4 #include "asynPortDriver.h"
23 #define FIRST_INSTETC_PARAM P_Text
24 #define LAST_INSTETC_PARAM P_Text
26 void pollerThread(
const std::string& filePath,
int lineCount,
double pollingPeriod);
29 #define NUM_INSTETC_PARAMS (&LAST_INSTETC_PARAM - &FIRST_INSTETC_PARAM + 1)
30 #define P_TextString "TEXT"
void pollerThread(const std::string &filePath, int lineCount, double pollingPeriod)
static void pollerThreadC(void *arg)
int getLastLines(std::string &the_lines)
instetcDriver(const char *portName, const char *filePath, const int lineCount, double pollingPeriod)
Constructor for the lvDCOMDriver class.
void updateText(const std::string &text)