MIP_SDK  latest-2-g34f3e39
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
 
Span< const Entryentries
 

Member Function Documentation

◆ nameForValue()

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

Member Data Documentation

◆ docs

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

◆ entries

Span<const Entry> mip::metadata::EnumInfo::entries

◆ name

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

◆ type

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

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