MIP_SDK  v3.0.0
MicroStrain Communications Library for embedded systems
Public Types | Public Member Functions | Public Attributes | List of all members
mip::commands_rtk::ServiceStatus::ServiceFlags Struct Reference

#include <commands_rtk.hpp>

Inheritance diagram for mip::commands_rtk::ServiceStatus::ServiceFlags:
mip::Bitfield< ServiceFlags >

Public Types

enum  _enumType : uint8_t {
  NONE = 0x00, THROTTLE = 0x01, CORRECTIONS_UNAVAILABLE = 0x02, RESERVED = 0xFC,
  ALL = 0xFF
}
 
typedef uint8_t Type
 

Public Member Functions

 ServiceFlags ()
 
 ServiceFlags (int val)
 
 operator uint8_t () const
 
ServiceFlagsoperator= (uint8_t val)
 
ServiceFlagsoperator= (int val)
 
ServiceFlagsoperator|= (uint8_t val)
 
ServiceFlagsoperator&= (uint8_t val)
 
bool throttle () const
 
void throttle (bool val)
 
bool correctionsUnavailable () const
 
void correctionsUnavailable (bool val)
 
uint8_t reserved () const
 
void reserved (uint8_t val)
 
bool allSet () const
 
void setAll ()
 

Public Attributes

uint8_t value = NONE
 

Member Typedef Documentation

◆ Type

Member Enumeration Documentation

◆ _enumType

Enumerator
NONE 
THROTTLE 
CORRECTIONS_UNAVAILABLE 
RESERVED 
ALL 

Constructor & Destructor Documentation

◆ ServiceFlags() [1/2]

mip::commands_rtk::ServiceStatus::ServiceFlags::ServiceFlags ( )
inline

◆ ServiceFlags() [2/2]

mip::commands_rtk::ServiceStatus::ServiceFlags::ServiceFlags ( int  val)
inline

Member Function Documentation

◆ allSet()

bool mip::commands_rtk::ServiceStatus::ServiceFlags::allSet ( ) const
inline

◆ correctionsUnavailable() [1/2]

bool mip::commands_rtk::ServiceStatus::ServiceFlags::correctionsUnavailable ( ) const
inline

◆ correctionsUnavailable() [2/2]

void mip::commands_rtk::ServiceStatus::ServiceFlags::correctionsUnavailable ( bool  val)
inline

◆ operator uint8_t()

mip::commands_rtk::ServiceStatus::ServiceFlags::operator uint8_t ( ) const
inline

◆ operator&=()

ServiceFlags& mip::commands_rtk::ServiceStatus::ServiceFlags::operator&= ( uint8_t  val)
inline

◆ operator=() [1/2]

ServiceFlags& mip::commands_rtk::ServiceStatus::ServiceFlags::operator= ( int  val)
inline

◆ operator=() [2/2]

ServiceFlags& mip::commands_rtk::ServiceStatus::ServiceFlags::operator= ( uint8_t  val)
inline

◆ operator|=()

ServiceFlags& mip::commands_rtk::ServiceStatus::ServiceFlags::operator|= ( uint8_t  val)
inline

◆ reserved() [1/2]

uint8_t mip::commands_rtk::ServiceStatus::ServiceFlags::reserved ( ) const
inline

◆ reserved() [2/2]

void mip::commands_rtk::ServiceStatus::ServiceFlags::reserved ( uint8_t  val)
inline

◆ setAll()

void mip::commands_rtk::ServiceStatus::ServiceFlags::setAll ( )
inline

◆ throttle() [1/2]

bool mip::commands_rtk::ServiceStatus::ServiceFlags::throttle ( ) const
inline

◆ throttle() [2/2]

void mip::commands_rtk::ServiceStatus::ServiceFlags::throttle ( bool  val)
inline

Member Data Documentation

◆ value

uint8_t mip::commands_rtk::ServiceStatus::ServiceFlags::value = NONE

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