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

#include <opendnp3/gen/Parity.h>

Public Types

using enum_type_t = Parity
 

Static Public Member Functions

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

Detailed Description

Definition at line 50 of file Parity.h.

Member Typedef Documentation

◆ enum_type_t

Definition at line 52 of file Parity.h.

Member Function Documentation

◆ from_string()

static Parity opendnp3::ParitySpec::from_string ( const std::string &  arg)
static

◆ from_type()

static Parity opendnp3::ParitySpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::ParitySpec::to_human_string ( Parity  arg)
static

◆ to_string()

static char const* opendnp3::ParitySpec::to_string ( Parity  arg)
static

◆ to_type()

static uint8_t opendnp3::ParitySpec::to_type ( Parity  arg)
static

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