codaObject Namespace Reference

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)

Detailed Description

The entire codaObject package resides in the codaObject namespace.


Typedef Documentation

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.


Function Documentation

int codaObject::intDisconnect ( int   ) 
int codaObject::sysBusToLocalAdrs ( int  ,
char *  ,
char **   
)
int codaObject::sysIntDisable ( int   ) 
int codaObject::sysIntEnable ( int   ) 

Generated on 4 Feb 2014 for CodaObject by  doxygen 1.6.1