calibUtil Namespace Reference

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


Classes

class  GenericSrv
class  Metadata
class  ClientObject
class  StripSrv

Typedefs

typedef std::vector< unsigned
short int > 
StripCol

Enumerations

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

Definition at line 24 of file StripSrv.h.


Enumeration Type Documentation

enum calibUtil::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.

Enumerator:
CONT 
USER_DONE 
ERROR 
DONE 

Definition at line 22 of file StripSrv.h.

00022 {CONT, USER_DONE, ERROR, DONE};


Generated on Tue Nov 29 23:36:24 2016 for BOSS_7.0.2 by  doxygen 1.4.7