Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

calibUtil Namespace Reference

Module implements methods for clients to get generic services. More...


Classes

class  calibUtil::ClientObject
class  calibUtil::GenericSrv
class  calibUtil::Metadata
class  calibUtil::StripSrv
struct  calibUtil::StripSrv::sTower
struct  calibUtil::StripSrv::stowerRC
 Clients should use as return values for readData. More...
struct  calibUtil::StripSrv::sUniplane

Typedefs

typedef std::vector< unsigned
short int > 
StripCol

Enumerations

enum  eVisitorRet { CONT, USER_DONE, ERROR, DONE }
enum  eVisitorRet { CONT, USER_DONE, ERROR, DONE }


Detailed Description

Module implements methods for clients to get generic services.

Typedef Documentation

typedef std::vector< unsigned short int > calibUtil::StripCol
 


Enumeration Type Documentation

enum eVisitorRet
 

Visitor callbacks can indicate whether traversal should continue or not. CONT normal return: continue processing USER_DONE client has all information desired; no more traversal ERROR client has serious error; abort DONE not used by client. Will be returned by BadStrips::traverse in case processing was normal.

Enumeration values:
CONT 
USER_DONE 
ERROR 
DONE 
00022 {CONT, USER_DONE, ERROR, DONE};

enum eVisitorRet
 

Visitor callbacks can indicate whether traversal should continue or not. CONT normal return: continue processing USER_DONE client has all information desired; no more traversal ERROR client has serious error; abort DONE not used by client. Will be returned by BadStrips::traverse in case processing was normal.

Enumeration values:
CONT 
USER_DONE 
ERROR 
DONE 
00022 {CONT, USER_DONE, ERROR, DONE};


Generated on Wed Feb 2 19:16:13 2011 for BOSS6.5.5 by  doxygen 1.3.9.1