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

#include <data_gnss.hpp>

Inheritance diagram for mip::data_gnss::SvInfo::SVFlags:
mip::Bitfield< SVFlags >

Public Types

enum  _enumType : uint16_t { NONE = 0x0000, USED_FOR_NAVIGATION = 0x0001, HEALTHY = 0x0002, ALL = 0x0003 }
 
typedef uint16_t Type
 

Public Member Functions

 SVFlags ()
 
 SVFlags (int val)
 
 operator uint16_t () const
 
SVFlagsoperator= (uint16_t val)
 
SVFlagsoperator= (int val)
 
SVFlagsoperator|= (uint16_t val)
 
SVFlagsoperator&= (uint16_t val)
 
bool usedForNavigation () const
 
void usedForNavigation (bool val)
 
bool healthy () const
 
void healthy (bool val)
 
bool allSet () const
 
void setAll ()
 

Public Attributes

uint16_t value = NONE
 

Member Typedef Documentation

◆ Type

Member Enumeration Documentation

◆ _enumType

Enumerator
NONE 
USED_FOR_NAVIGATION 
HEALTHY 
ALL 

Constructor & Destructor Documentation

◆ SVFlags() [1/2]

mip::data_gnss::SvInfo::SVFlags::SVFlags ( )
inline

◆ SVFlags() [2/2]

mip::data_gnss::SvInfo::SVFlags::SVFlags ( int  val)
inline

Member Function Documentation

◆ allSet()

bool mip::data_gnss::SvInfo::SVFlags::allSet ( ) const
inline

◆ healthy() [1/2]

bool mip::data_gnss::SvInfo::SVFlags::healthy ( ) const
inline

◆ healthy() [2/2]

void mip::data_gnss::SvInfo::SVFlags::healthy ( bool  val)
inline

◆ operator uint16_t()

mip::data_gnss::SvInfo::SVFlags::operator uint16_t ( ) const
inline

◆ operator&=()

SVFlags& mip::data_gnss::SvInfo::SVFlags::operator&= ( uint16_t  val)
inline

◆ operator=() [1/2]

SVFlags& mip::data_gnss::SvInfo::SVFlags::operator= ( int  val)
inline

◆ operator=() [2/2]

SVFlags& mip::data_gnss::SvInfo::SVFlags::operator= ( uint16_t  val)
inline

◆ operator|=()

SVFlags& mip::data_gnss::SvInfo::SVFlags::operator|= ( uint16_t  val)
inline

◆ setAll()

void mip::data_gnss::SvInfo::SVFlags::setAll ( )
inline

◆ usedForNavigation() [1/2]

bool mip::data_gnss::SvInfo::SVFlags::usedForNavigation ( ) const
inline

◆ usedForNavigation() [2/2]

void mip::data_gnss::SvInfo::SVFlags::usedForNavigation ( bool  val)
inline

Member Data Documentation

◆ value

uint16_t mip::data_gnss::SvInfo::SVFlags::value = NONE

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