dnp3 (C++ API) 1.1.0
dnp3::UpdateOptions Struct Reference

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
 

Detailed Description

Options that control how the update is performed.

99% of the time, the default value should be used.

Member Function Documentation

◆ detect_event()

static UpdateOptions dnp3::UpdateOptions::detect_event ( )
static

Default event detection mode. Updates the static value and automatically detects event.

Note
Values are initialized to:
Returns
New instance of UpdateOptions

◆ no_event()

static UpdateOptions dnp3::UpdateOptions::no_event ( )
static

Only update the static value. Usefull during initialization of the database.

Note
Values are initialized to:
Returns
New instance of UpdateOptions

Member Data Documentation

◆ event_mode

EventMode dnp3::UpdateOptions::event_mode

Determines how/if an event is produced.

◆ update_static

bool dnp3::UpdateOptions::update_static

Optionally bypass updating the static database (the current value)


The documentation for this struct was generated from the following file: