Classes | Namespaces | Macros
ValueArrayAdapter.h File Reference

The CValueArrayAdapter class and related utilities. More...

#include <Base/GCException.h>
#include <GenApi/GenApi.h>
#include <GenApi/Synch.h>
#include <algorithm>
#include <exception>
#include <functional>
#include <string>
#include <vector>
#include <iterator>
#include <byteswap.h>
Include dependency graph for ValueArrayAdapter.h:

Go to the source code of this file.

Classes

class  GENAPI_NAMESPACE::CBooleanValueArray
 Concrete value array implementation to be used with IBoolean based target value nodes. More...
 
class  GENAPI_NAMESPACE::CFloatValueArray
 Concrete value array implementation to be used with IFloat based target value nodes. More...
 
class  GENAPI_NAMESPACE::CIntegerValueArray
 Concrete value array implementation to be used with IInteger based target value nodes. More...
 
class  GENAPI_NAMESPACE::CValueArrayAdapter< TValueNodeType, TOutputValueType, TEffectiveValueType >
 Adapter for accessing structured register known to include an array of selector-iterated values. More...
 
class  GENAPI_NAMESPACE::CValueArrayAdapterBase
 Base class wrapping internal implementation details of the value array adapter functionality. More...
 
class  GENAPI_NAMESPACE::SwapExtractor< TValueSize >
 
class  GENAPI_NAMESPACE::SwapExtractor< 1 >
 
class  GENAPI_NAMESPACE::SwapExtractor< 2 >
 
class  GENAPI_NAMESPACE::SwapExtractor< 4 >
 
class  GENAPI_NAMESPACE::SwapExtractor< 8 >
 
class  GENAPI_NAMESPACE::TypeConverter< TTargetType >
 
class  GENAPI_NAMESPACE::TypeConverter< bool >
 

Namespaces

 GENAPI_NAMESPACE
 Lexical analyzer for CIntSwissKnife.
 

Macros

#define SW16(s)   bswap_16(s)
 
#define SW32(s)   bswap_32(s)
 
#define SW64(s)   bswap_64(s)
 

Detailed Description

The CValueArrayAdapter class and related utilities.

Definition in file ValueArrayAdapter.h.

Macro Definition Documentation

#define SW16 (   s)    bswap_16(s)

Definition at line 57 of file ValueArrayAdapter.h.

#define SW32 (   s)    bswap_32(s)

Definition at line 58 of file ValueArrayAdapter.h.

#define SW64 (   s)    bswap_64(s)

Definition at line 59 of file ValueArrayAdapter.h.



rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Wed Mar 17 2021 02:48:41