opendnp3  3.0.0
Reference implementation of DNP3 (IEEE-1815)
opendnp3::CounterQualitySpec Struct Reference

#include <opendnp3/gen/CounterQuality.h>

Public Types

using enum_type_t = CounterQuality
 

Static Public Member Functions

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

Detailed Description

Definition at line 63 of file CounterQuality.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static CounterQuality opendnp3::CounterQualitySpec::from_string ( const std::string &  arg)
static

◆ from_type()

static CounterQuality opendnp3::CounterQualitySpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::CounterQualitySpec::to_human_string ( CounterQuality  arg)
static

◆ to_string()

static char const* opendnp3::CounterQualitySpec::to_string ( CounterQuality  arg)
static

◆ to_type()

static uint8_t opendnp3::CounterQualitySpec::to_type ( CounterQuality  arg)
static

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