SF2 C++ FRC Class Library
Sensor Fusion Framework (SF2) for FRC
Public Member Functions | Static Public Attributes | List of all members
Time::Hours Class Reference
Inheritance diagram for Time::Hours:
Time::TimeUnit IUnit Unit IUnitDescendant

Public Member Functions

string getName ()
 
string getAbbreviation ()
 
float convertToPrimaryUnits (float value)
 
float convertFromPrimaryUnits (float value)
 
- Public Member Functions inherited from Time::TimeUnit
IUnitFamilygetUnitFamily ()
 

Static Public Attributes

static constexpr float HOURS_TO_SECONDS = (float) (60 * 60)
 
static constexpr float SECONDS_TO_HOURS
 

Member Data Documentation

constexpr float Time::Hours::SECONDS_TO_HOURS
static
Initial value:
= (float) (1.0f
/ HOURS_TO_SECONDS)

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