Classes | Functions
GenICam Namespace Reference

Contains definitions of GenICam types and exceptions. More...

Classes

class  GenericException
 GenICam's exception class. More...
 
class  InvalidArgumentException
 Exception fired if an argument is invalid. More...
 
class  OutOfRangeException
 Exception fired if an argument is out of range. More...
 
class  PropertyException
 Exception fired if a property access fails. More...
 
class  RuntimeException
 Runtime exception. More...
 
class  LogicalErrorException
 Exception to be thrown to indicate logical errors in program flow. More...
 
class  AccessException
 Exception to be thrown to indicate an access error. More...
 
class  TimeoutException
 Exception to be thrown to indicate an timout error. More...
 
class  DynamicCastException
 Exception to be thrown to indicate the the result of a dynamic cast was zero. More...
 
class  ExceptionReporter
 printf like creation of exceptions More...
 
class  gcstring
 A string class which is a clone of std::string. More...
 
class  FileProtocolAdapter
 Adapter between the std::iostreambuf and the SFNC Features representing the device filesystem. More...
 

Functions

int64_t Align (int64_t v, const int64_t i)
 Align an integer. More...
 

Detailed Description

Contains definitions of GenICam types and exceptions.

Function Documentation

int64_t GenICam::Align ( int64_t  v,
const int64_t  i 
)
inline

Align an integer.

Parameters
vvalue to align
ialignement
Returns
v aligned at i

© 2006-2014 Basler (Tue Jul 22 2014 11:41:23)