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

#include <opendnp3/gen/OperationType.h>

Public Types

using enum_type_t = OperationType
 

Static Public Member Functions

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

Detailed Description

Definition at line 60 of file OperationType.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static OperationType opendnp3::OperationTypeSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static OperationType opendnp3::OperationTypeSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::OperationTypeSpec::to_human_string ( OperationType  arg)
static

◆ to_string()

static char const* opendnp3::OperationTypeSpec::to_string ( OperationType  arg)
static

◆ to_type()

static uint8_t opendnp3::OperationTypeSpec::to_type ( OperationType  arg)
static

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