9 #include <PvDeviceLib.h>
PvUserSetState
UserSetState enumeration type.
Definition: IPvUserSetNotify.h:18
@ PvUserSetStateLoadCompleted
The device has just completed a UserSetLoad.
Definition: IPvUserSetNotify.h:26
@ PvUserSetStateLoadStart
The device is about to start a UserSetLoad.
Definition: IPvUserSetNotify.h:24
@ PvUserSetStateSaveCompleted
The device has just completed a UserSetSave.
Definition: IPvUserSetNotify.h:22
@ PvUserSetStateSaveStart
The device is about to start a UserSetSave.
Definition: IPvUserSetNotify.h:20
An interface to register a state change callback for UserSets.
Definition: IPvUserSetNotify.h:33
virtual PvResult UserSetStateNotify(PvUserSetState aUserSetState, uint32_t aUserSetIndex)=0
The callback that is issued when a UserSetState is reached. The DefaultUserSet is index 0 and the res...
Result information.
Definition: PvResult.h:30