#include <VimbaFeature.h>
|
| VimbaFeature (GenICamFeatureSet *set, std::string const &asynName, asynParamType asynType, int asynIndex, std::string const &featureName, GCFeatureType_t featureType, CameraPtr pCamera) |
|
virtual bool | isImplemented (void) |
|
virtual bool | isAvailable (void) |
|
virtual bool | isReadable (void) |
|
virtual bool | isWritable (void) |
|
virtual epicsInt64 | readInteger (void) |
|
virtual epicsInt64 | readIntegerMin (void) |
|
virtual epicsInt64 | readIntegerMax (void) |
|
virtual epicsInt64 | readIncrement (void) |
|
virtual void | writeInteger (epicsInt64 value) |
|
virtual bool | readBoolean (void) |
|
virtual void | writeBoolean (bool value) |
|
virtual double | readDouble (void) |
|
virtual double | readDoubleMin (void) |
|
virtual double | readDoubleMax (void) |
|
virtual void | writeDouble (double value) |
|
virtual int | readEnumIndex (void) |
|
virtual void | writeEnumIndex (int value) |
|
virtual std::string | readEnumString (void) |
|
virtual void | writeEnumString (std::string const &value) |
|
virtual void | readEnumChoices (std::vector< std::string > &enumStrings, std::vector< int > &enumValues) |
|
virtual std::string | readString (void) |
|
virtual void | writeString (std::string const &value) |
|
virtual void | writeCommand (void) |
|
| GenICamFeature (GenICamFeatureSet *set, std::string const &asynName, asynParamType asynType, int asynIndex, std::string const &featureName, GCFeatureType_t featureType) |
|
int | write (void *pValue, void *pReadbackValue, bool setParam) |
|
int | read (void *pValue, bool bSetParam) |
|
void | report (FILE *fp, int details) |
|
int | getAsynIndex (void) |
|
std::string | getAsynName (void) |
|
asynParamType | getAsynType (void) |
|
std::string | getFeatureName (void) |
|
std::string | getValueAsString (void) |
|
GCFeatureType_t | getFeatureType (void) |
|
virtual epicsInt32 | convertEnum (epicsInt32 inputValue, GCConvertDirection_t direction) |
|
virtual double | convertDoubleUnits (double inputValue, GCConvertDirection_t direction) |
|
◆ VimbaFeature()
VimbaFeature::VimbaFeature |
( |
GenICamFeatureSet * |
set, |
|
|
std::string const & |
asynName, |
|
|
asynParamType |
asynType, |
|
|
int |
asynIndex, |
|
|
std::string const & |
featureName, |
|
|
GCFeatureType_t |
featureType, |
|
|
CameraPtr |
pCamera |
|
) |
| |
◆ isAvailable()
bool VimbaFeature::isAvailable |
( |
void |
| ) |
|
|
virtual |
◆ isImplemented()
bool VimbaFeature::isImplemented |
( |
void |
| ) |
|
|
virtual |
◆ isReadable()
bool VimbaFeature::isReadable |
( |
void |
| ) |
|
|
virtual |
◆ isWritable()
bool VimbaFeature::isWritable |
( |
void |
| ) |
|
|
virtual |
◆ readBoolean()
bool VimbaFeature::readBoolean |
( |
void |
| ) |
|
|
virtual |
◆ readDouble()
double VimbaFeature::readDouble |
( |
void |
| ) |
|
|
virtual |
◆ readDoubleMax()
double VimbaFeature::readDoubleMax |
( |
void |
| ) |
|
|
virtual |
◆ readDoubleMin()
double VimbaFeature::readDoubleMin |
( |
void |
| ) |
|
|
virtual |
◆ readEnumChoices()
void VimbaFeature::readEnumChoices |
( |
std::vector< std::string > & |
enumStrings, |
|
|
std::vector< int > & |
enumValues |
|
) |
| |
|
virtual |
◆ readEnumIndex()
int VimbaFeature::readEnumIndex |
( |
void |
| ) |
|
|
virtual |
◆ readEnumString()
std::string VimbaFeature::readEnumString |
( |
void |
| ) |
|
|
virtual |
◆ readIncrement()
epicsInt64 VimbaFeature::readIncrement |
( |
void |
| ) |
|
|
virtual |
◆ readInteger()
epicsInt64 VimbaFeature::readInteger |
( |
void |
| ) |
|
|
virtual |
◆ readIntegerMax()
epicsInt64 VimbaFeature::readIntegerMax |
( |
void |
| ) |
|
|
virtual |
◆ readIntegerMin()
epicsInt64 VimbaFeature::readIntegerMin |
( |
void |
| ) |
|
|
virtual |
◆ readString()
std::string VimbaFeature::readString |
( |
void |
| ) |
|
|
virtual |
◆ writeBoolean()
void VimbaFeature::writeBoolean |
( |
bool |
value | ) |
|
|
virtual |
◆ writeCommand()
void VimbaFeature::writeCommand |
( |
void |
| ) |
|
|
virtual |
◆ writeDouble()
void VimbaFeature::writeDouble |
( |
double |
value | ) |
|
|
virtual |
◆ writeEnumIndex()
void VimbaFeature::writeEnumIndex |
( |
int |
value | ) |
|
|
virtual |
◆ writeEnumString()
void VimbaFeature::writeEnumString |
( |
std::string const & |
value | ) |
|
|
virtual |
◆ writeInteger()
void VimbaFeature::writeInteger |
( |
epicsInt64 |
value | ) |
|
|
virtual |
◆ writeString()
void VimbaFeature::writeString |
( |
std::string const & |
value | ) |
|
|
virtual |
The documentation for this class was generated from the following files:
- /home/runner/work/areaDetector/areaDetector/ADVimba/vimbaApp/src/VimbaFeature.h
- /home/runner/work/areaDetector/areaDetector/ADVimba/vimbaApp/src/VimbaFeature.cpp