fab
130
API Documentation
|
Public Member Functions | |
const std::string & | sgConfig () const |
Failables & | callRioInitPath (const std::list< std::string > &, int iVers=0) |
open & config from path list | |
Failables & | callRioInitFile (const char *szFile) |
open & config from specified file | |
Failables & | callRioInitData (const char *szFile) |
open & config from char array | |
int | callRioRead (int iPort) |
reads the register content of iPort | |
void | callRioWrite (int iPort, int iVal) |
writes the register content of iPort | |
RioTaskPlex (Umi::Channel *puc, Umi::ChanUser *pucIo) | |