|
|
bool | IsReadable (EAccessMode AccessMode) |
| | Tests if readable.
|
| |
|
bool | IsReadable (const IBase *p) |
| | Checks if a node is readable.
|
| |
|
bool | IsReadable (const IBase &r) |
| | Checks if a node is readable.
|
| |
|
bool | IsWritable (EAccessMode AccessMode) |
| | Tests if writable.
|
| |
|
bool | IsWritable (const IBase *p) |
| | Checks if a node is writable.
|
| |
|
bool | IsWritable (const IBase &r) |
| | Checks if a node is writable.
|
| |
|
bool | IsImplemented (EAccessMode AccessMode) |
| | Tests if implemented.
|
| |
|
bool | IsImplemented (const IBase *p) |
| | Checks if a node is implemented.
|
| |
|
bool | IsImplemented (const IBase &r) |
| | Checks if a node is implemented.
|
| |
|
bool | IsAvailable (EAccessMode AccessMode) |
| | Tests if available.
|
| |
|
bool | IsAvailable (const IBase *p) |
| | Checks if a node is available.
|
| |
|
bool | IsAvailable (const IBase &r) |
| | Checks if a node is available.
|
| |
|
EAccessMode | Combine (EAccessMode Peter, EAccessMode Paul) |
| | Computes which access mode the two guards allow together.
|
| |
| bool | IsVisible (EVisibility Visibility, EVisibility MaxVisiblity) |
| | Tests Visibility.
|
| |
|
EVisibility | Combine (EVisibility Peter, EVisibility Paul) |
| | Computes which visibility the two guards allow together.
|
| |
|
bool | IsCacheable (ECachingMode CachingMode) |
| | Tests Cacheability.
|
| |
|
ECachingMode | Combine (ECachingMode Peter, ECachingMode Paul) |
| | Computes which CachingMode results from a combination.
|
| |
|
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IBase |
| | Base interface common to all nodes.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IBoolean |
| | Interface for Boolean properties.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | ICategory |
| | Gives access to a category node.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IChunkPort |
| | Interface for ports attached to a chunk.
|
| |
| GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | ICommand |
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IDeviceInfo |
| | Interface to get information about the device (= nodemap)
|
| |
| GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IEnumEntry |
| | Interface of single enum value.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IEnumeration |
| | Interface for enumeration properties.
|
| |
|
template<typename EnumT > |
| GENICAM_INTERFACE | IEnumerationT |
| | Interface for enumeration properties.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IFloat |
| | Interface for float properties.
|
| |
|
GENICAM_INTERFACE | IInteger |
| | Interface for integer properties.
|
| |
|
GENICAM_INTERFACE | INode |
| | Interface common to all nodes.
|
| |
|
GENICAM_INTERFACE | INodeMap |
| | Interface to access the node map.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | INodeMapDyn |
| | Interface to access the node map.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IPort |
| | Interface for ports.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IPortReplay |
| | Interface for replaying write commands on a port.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IPortRecorder |
| | Interface for recording write commands on a port.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IPortStacked |
| | Interface for ports.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IRegister |
| | Interface for registers.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IString |
| | Interface for string properties.
|
| |
|
GENICAM_INTERFACE GENAPI_DECL_ABSTRACT | IValue |
| | Interface for value properties.
|
| |