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

#include <opendnp3/gen/RestartType.h>

Public Types

using enum_type_t = RestartType
 

Static Public Member Functions

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

Detailed Description

Definition at line 51 of file RestartType.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static RestartType opendnp3::RestartTypeSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static RestartType opendnp3::RestartTypeSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::RestartTypeSpec::to_human_string ( RestartType  arg)
static

◆ to_string()

static char const* opendnp3::RestartTypeSpec::to_string ( RestartType  arg)
static

◆ to_type()

static uint8_t opendnp3::RestartTypeSpec::to_type ( RestartType  arg)
static

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