7 #ifndef __PVGENSTRING_H__ 8 #define __PVGENSTRING_H__ 10 #include <PvGenParameter.h> 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:102
Base class for all GenICam feature types.
Definition: PvGenParameter.h:38
virtual ~PvGenString()
Destructor.
Definition: PvGenString.cpp:41
PvResult GetMaxLength(int64_t &aMaxLength) const
Returns the maximum length of the string.
Definition: PvGenString.cpp:135
GenICam feature: String.
Definition: PvGenString.h:13
PvGenString()
Constructor.
Definition: PvGenString.cpp:32