The entire codaObject package resides in the codaObject namespace. More...
Classes | |
| class | CodaException |
| Basic codaObject exception class contains description and code. More... | |
| class | pthreadDispatcher |
| Allows pthread_create() to dispatch to an object member function that takes a single argument, used internally. More... | |
| class | CodaObject |
| Base class for all CODA objects implements standard functionality. More... | |
| class | InterruptibleObject |
| Extends RunObject to add interrupt capability. More... | |
| class | InterruptService |
| Pure virtual class defines interrupt service functionality. More... | |
| class | linuxTITrigPollingService |
| Implements service to check if new TI has received trigger. More... | |
| class | PollingService |
| Implements polling interrupt service. More... | |
| struct | dllSysStruct |
| Used internally to pass information to the dll. More... | |
| class | RunObject |
| Extends SessionObject to accept transition commands from run control, but has no interrupt capability. More... | |
| class | SessionObject |
| Extends CodaObject to allow for session ownership and control. More... | |
| class | vxSIS3610InterruptService |
| Implements InterruptService for SIS 3610 board. More... | |
| class | vxTIInterruptService |
| Implements InterruptService for stand-alone TI board in vxWorks. More... | |
Typedefs | |
| typedef int(* | dllFuncPtr )(const char *s, void *sysArg, void *userArg) |
| Used internally to access dll functions. | |
| typedef int(* | dllIntFuncPtr )(unsigned int flag, void *sysArg, void *userArg) |
| Used internally to access dll functions. | |
Functions | |
| int | sysBusToLocalAdrs (int, char *, char **) |
| int | intDisconnect (int) |
| int | sysIntEnable (int) |
| int | sysIntDisable (int) |
The entire codaObject package resides in the codaObject namespace.
| typedef int(* codaObject::dllFuncPtr)(const char *s, void *sysArg, void *userArg) |
Used internally to access dll functions.
Definition at line 35 of file RunObject.h.
| typedef int(* codaObject::dllIntFuncPtr)(unsigned int flag, void *sysArg, void *userArg) |
Used internally to access dll functions.
Definition at line 40 of file RunObject.h.
| int codaObject::intDisconnect | ( | int | ) |
| int codaObject::sysBusToLocalAdrs | ( | int | , | |
| char * | , | |||
| char ** | ||||
| ) |
Referenced by codaObject::vxTIInterruptService::setupInterrupt().
| int codaObject::sysIntDisable | ( | int | ) |
| int codaObject::sysIntEnable | ( | int | ) |
Referenced by codaObject::vxTIInterruptService::enableInterrupt().
1.6.1