Definition of IBoolean interface. More...
Namespaces | |
GenApi | |
Contains definitions of the types of GenICam GenApi modules. | |
Typedefs | |
typedef CBooleanRefT< IBoolean > | GenApi::CBooleanRef |
Functions | |
struct virtual __attribute__((visibility("default"))) IBoolean void | GenApi::operator= (bool Value) |
Interface for Boolean properties. More... | |
virtual bool | GenApi::GetValue (bool Verify=false, bool IgnoreCache=false) const =0 |
Get node value. More... | |
virtual bool | GenApi::operator() () const |
Get node value. More... | |
Definition of IBoolean interface.