dnp3 (C++ API) 1.1.0
|
Options that control how the update is performed. More...
#include <dnp3.hpp>
Static Public Member Functions | |
static UpdateOptions | detect_event () |
Default event detection mode. Updates the static value and automatically detects event. More... | |
static UpdateOptions | no_event () |
Only update the static value. Usefull during initialization of the database. More... | |
Public Attributes | |
bool | update_static |
Optionally bypass updating the static database (the current value) More... | |
EventMode | event_mode |
Determines how/if an event is produced. More... | |
Friends | |
class | CppUpdateOptionsFriend |
Options that control how the update is performed.
99% of the time, the default value should be used.
|
static |
Default event detection mode. Updates the static value and automatically detects event.
|
static |
Only update the static value. Usefull during initialization of the database.
EventMode dnp3::UpdateOptions::event_mode |
Determines how/if an event is produced.
bool dnp3::UpdateOptions::update_static |
Optionally bypass updating the static database (the current value)