7#ifndef __PVGENSTRING_H__
8#define __PVGENSTRING_H__
10#include <PvGenParameter.h>
Base class for all GenICam feature types.
Definition PvGenParameter.h:44
GenICam feature: String.
Definition PvGenString.h:21
PvResult GetValue(PvString &aValue) const
Get the feature's value.
Definition PvGenString.cpp:87
virtual ~PvGenString()
Destructor.
Definition PvGenString.cpp:38
PvResult SetValue(const PvString &aValue)
Set the feature's value.
Definition PvGenString.cpp:48
PvResult GetMaxLength(int64_t &aMaxLength) const
Returns the maximum length of the string.
Definition PvGenString.cpp:114
PvGenString()
Constructor.
Definition PvGenString.cpp:29
Result information.
Definition PvResult.h:30
String class.
Definition PvString.h:26