7 #ifndef __PVGENSTRING_H__ 8 #define __PVGENSTRING_H__ 10 #include <PvGenParameter.h> 18 #ifndef EBUS_PYTHON_DOXYGEN String class.
Definition: PvString.h:21
Result information.
Definition: PvResult.h:13
PvResult SetValue(const PvString &aValue)
Set the feature's value.
Definition: PvGenString.cpp:57
PvResult GetValue(PvString &aValue) const
Get the feature's value.
Definition: PvGenString.cpp:107
Base class for all GenICam feature types.
Definition: PvGenParameter.h:37
virtual ~PvGenString()
Destructor.
Definition: PvGenString.cpp:41
PvResult GetMaxLength(int64_t &aMaxLength) const
Returns the maximum length of the string.
Definition: PvGenString.cpp:145
GenICam feature: String.
Definition: PvGenString.h:13
PvGenString()
Constructor.
Definition: PvGenString.cpp:32