API Documentation
Loading...
Searching...
No Matches
Unit.h File Reference
#include "DLLInfo.h"
#include <NDEVR/TranslatedString.h>
#include <NDEVR/StringStream.h>
#include <NDEVR/Angle.h>
Include dependency graph for Unit.h:

Go to the source code of this file.

Classes

struct  Unit
 A definition of how to describe and display data. Units can be of any type. More...
 

Namespaces

namespace  NDEVR
 

Enumerations

enum class  UnitCategory {
  e_undefined_unit , e_angle , e_orientation , e_distance ,
  e_coordinate , e_surface_area , e_volume , e_weight ,
  e_speed , e_acceleration , e_rotational_speed , e_time ,
  e_force , e_ratio , e_lat_lon
}
 A category of unit describing what it relates to. Any category can have some number of units defined which could be used to display or describe the data. More...