|
NetShrVar
An EPICS support module to export National Instruments Network Shared Variables as process variables
|
#include <stdio.h>#include <math.h>#include <unistd.h>#include <string>#include <vector>#include <map>#include <list>#include <stdexcept>#include <sstream>#include <fstream>#include <iostream>#include <algorithm>#include <cstring>#include <cvirte.h>#include <userint.h>#include <cvinetv.h>#include <shareLib.h>#include <macLib.h>#include <epicsGuard.h>#include <epicsString.h>#include <errlog.h>#include <cantProceed.h>#include <epicsTime.h>#include <alarm.h>#include "asynPortDriver.h"#include "NetShrVarInterface.h"Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 50 of file CheckNetVar.cpp.
References NetShrVarInterface::pathExists().
1.8.5