MIP_SDK  v3.0.0-736-g212583cf
MicroStrain Communications Library for embedded systems
Classes | Public Member Functions | Public Attributes | List of all members
mip::metadata::EnumInfo Struct Reference

#include <mip_structures.hpp>

Inheritance diagram for mip::metadata::EnumInfo:
mip::metadata::BitfieldInfo

Classes

struct  Entry
 

Public Member Functions

const char * nameForValue (uint32_t value) const
 

Public Attributes

const char * name = nullptr
 
const char * docs = nullptr
 
Type type = Type::NONE
 
ConstArrayView< Entryentries
 

Member Function Documentation

◆ nameForValue()

const char* mip::metadata::EnumInfo::nameForValue ( uint32_t  value) const
inline

Member Data Documentation

◆ name

const char* mip::metadata::EnumInfo::name = nullptr

◆ docs

const char* mip::metadata::EnumInfo::docs = nullptr

◆ type

Type mip::metadata::EnumInfo::type = Type::NONE

◆ entries

ConstArrayView<Entry> mip::metadata::EnumInfo::entries

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