7 #ifndef __PVCONFIGURATIONWRITER_H__
8 #define __PVCONFIGURATIONWRITER_H__
10 #include <PvPersistenceLib.h>
13 #include <PvStringList.h>
14 #include <PvPropertyList.h>
17 namespace PvPersistenceLib
19 class ConfigurationWriter;
45 PvPersistenceLib::ConfigurationWriter *mThis;
Save the state of the system.
Definition: PvConfigurationWriter.h:24
PvResult SaveToString(PvString &aString)
Saves the configuration to a string.
Definition: PvConfigurationWriter.cpp:242
PvResult Save(const PvString &aFilename)
Flush all stored configurations to disk.
Definition: PvConfigurationWriter.cpp:222
void SetErrorList(PvStringList *aList, const PvString &aPrefix)
Sets the error list where all errors/warnings are logged.
Definition: PvConfigurationWriter.cpp:261
PvConfigurationWriter()
Constructor.
Definition: PvConfigurationWriter.cpp:49
PvResult Store(PvDevice *aDevice, PvString aName=PvString(""))
Store a PvDevice configuration.
Definition: PvConfigurationWriter.cpp:92
~PvConfigurationWriter()
Destructor.
Definition: PvConfigurationWriter.cpp:62
Connect, configure and control a GigE Vision or USB3 Vision device.
Definition: PvDevice.h:42
GenICam feature array.
Definition: PvGenParameterArray.h:73
Class used to hold a group of PvProperty objects.
Definition: PvPropertyList.h:21
Result information.
Definition: PvResult.h:30
Receive data from a GigE Vision or USB3 Vision transmitter.
Definition: PvStream.h:51
String class.
Definition: PvString.h:26
Class used to hold a group of PvString objects.
Definition: PvStringList.h:20