Go to the documentation of this file.
11 #ifndef INCLUDE_REMOTEIO_H
12 #define INCLUDE_REMOTEIO_H
40 #ifdef DO_TIMING // This is for the performance timing code
41 struct timeval then, now;
42 long timeVals, thisSec;
45 void init_io(
unsigned in,
unsigned out);
53 status
open(
unsigned port);
54 virtual status
start();