opendnp3  3.1.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::EventModeSpec Struct Reference

#include <opendnp3/gen/EventMode.h>

Public Types

using enum_type_t = EventMode
 

Static Public Member Functions

static EventMode from_string (const std::string &arg)
 
static EventMode from_type (uint8_t arg)
 
static char const * to_human_string (EventMode arg)
 
static char const * to_string (EventMode arg)
 
static uint8_t to_type (EventMode arg)
 

Detailed Description

Definition at line 55 of file EventMode.h.

Member Typedef Documentation

◆ enum_type_t

Definition at line 57 of file EventMode.h.

Member Function Documentation

◆ from_string()

static EventMode opendnp3::EventModeSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static EventMode opendnp3::EventModeSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::EventModeSpec::to_human_string ( EventMode  arg)
static

◆ to_string()

static char const* opendnp3::EventModeSpec::to_string ( EventMode  arg)
static

◆ to_type()

static uint8_t opendnp3::EventModeSpec::to_type ( EventMode  arg)
static

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