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

#include <opendnp3/gen/StaticTypeBitmask.h>

Public Types

using enum_type_t = StaticTypeBitmask
 

Static Public Member Functions

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

Detailed Description

Definition at line 56 of file StaticTypeBitmask.h.

Member Typedef Documentation

◆ enum_type_t

Member Function Documentation

◆ from_string()

static StaticTypeBitmask opendnp3::StaticTypeBitmaskSpec::from_string ( const std::string &  arg)
static

◆ from_type()

static StaticTypeBitmask opendnp3::StaticTypeBitmaskSpec::from_type ( uint16_t  arg)
static

◆ to_human_string()

static char const* opendnp3::StaticTypeBitmaskSpec::to_human_string ( StaticTypeBitmask  arg)
static

◆ to_string()

static char const* opendnp3::StaticTypeBitmaskSpec::to_string ( StaticTypeBitmask  arg)
static

◆ to_type()

static uint16_t opendnp3::StaticTypeBitmaskSpec::to_type ( StaticTypeBitmask  arg)
static

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