7 #ifndef __PVPROPERTY_H__ 8 #define __PVPROPERTY_H__ 10 #include <PvPersistenceLib.h> 24 void SetName(
const PvString &aName );
27 void SetValue(
const PvString &aValue );
28 void SetValue( int64_t aValue );
29 void SetValue(
double aValue );
32 PvResult GetValue( int64_t &aValue )
const;
33 PvResult GetValue(
double &aValue )
const;
Simple name/value string pair class.
Definition: PvProperty.h:13
String class.
Definition: PvString.h:21
Result information.
Definition: PvResult.h:13