NASA Astrobee Robot Software  0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
DimU Class Reference

Public Member Functions

 DimU (const std::string &name, float value)
 

Public Attributes

std::string name_
 
float value_
 

Static Public Attributes

static std::string unit_
 
static int precision_ = 2
 

Friends

std::ostream & operator<< (std::ostream &output, const DimU &dim)
 

Constructor & Destructor Documentation

◆ DimU()

DimU::DimU ( const std::string &  name,
float  value 
)
inline

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  output,
const DimU dim 
)
friend

Member Data Documentation

◆ name_

std::string DimU::name_

◆ precision_

int DimU::precision_ = 2
static

◆ unit_

std::string DimU::unit_
static

◆ value_

float DimU::value_

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