Public Member Functions | Static Public Member Functions | Static Private Attributes
rtc::Time Class Reference

#include <rtcTime.h>

Inheritance diagram for rtc::Time:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 Time ()
 Time (uint32_t _sec, uint32_t _nsec)
 Time (double t)

Static Public Member Functions

static void init ()
static Time now ()
static void setNow (const Time &new_now)
static void shutdown ()
static bool sleepUntil (const Time &end)
static bool useSystemTime ()

Static Private Attributes

static Time sim_time_
static bool use_system_time_

Detailed Description

Definition at line 97 of file rtcTime.h.


Constructor & Destructor Documentation

rtc::Time::Time ( ) [inline]

Definition at line 100 of file rtcTime.h.

rtc::Time::Time ( uint32_t  _sec,
uint32_t  _nsec 
) [inline]

Definition at line 104 of file rtcTime.h.

rtc::Time::Time ( double  t) [inline, explicit]

Definition at line 108 of file rtcTime.h.


Member Function Documentation

void Time::init ( ) [static]

Definition at line 126 of file rtcTime.cpp.

Time Time::now ( ) [static]

Definition at line 103 of file rtcTime.cpp.

void Time::setNow ( const Time new_now) [static]

Definition at line 118 of file rtcTime.cpp.

void Time::shutdown ( ) [static]

Definition at line 132 of file rtcTime.cpp.

bool Time::sleepUntil ( const Time end) [static]

Definition at line 149 of file rtcTime.cpp.

static bool rtc::Time::useSystemTime ( ) [inline, static]

Definition at line 116 of file rtcTime.h.


Member Data Documentation

rtc::Time rtc::Time::sim_time_ [static, private]

Definition at line 118 of file rtcTime.h.

bool rtc::Time::use_system_time_ [static, private]

Definition at line 119 of file rtcTime.h.


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


rtc
Author(s): Benjamin Pitzer
autogenerated on Mon Oct 6 2014 10:07:35