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

#include <opendnp3/gen/PointClass.h>

Public Types

using enum_type_t = PointClass
 

Static Public Member Functions

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

Detailed Description

Definition at line 55 of file PointClass.h.

Member Typedef Documentation

◆ enum_type_t

Definition at line 57 of file PointClass.h.

Member Function Documentation

◆ from_string()

static PointClass opendnp3::PointClassSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static PointClass opendnp3::PointClassSpec::from_type ( uint8_t  arg)
static

◆ to_human_string()

static char const* opendnp3::PointClassSpec::to_human_string ( PointClass  arg)
static

◆ to_string()

static char const* opendnp3::PointClassSpec::to_string ( PointClass  arg)
static

◆ to_type()

static uint8_t opendnp3::PointClassSpec::to_type ( PointClass  arg)
static

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