OpenRTM-aist  1.2.1
Public Member Functions | List of all members
coil::SystemClock Class Reference

clock object to handle system clock More...

#include <ClockManager.h>

Inheritance diagram for coil::SystemClock:
Inheritance graph
[legend]
Collaboration diagram for coil::SystemClock:
Collaboration graph
[legend]

Public Member Functions

virtual ~SystemClock ()
 
virtual coil::TimeValue gettime () const
 Getting time. More...
 
virtual bool settime (coil::TimeValue clocktime)
 Setting time. More...
 
- Public Member Functions inherited from coil::IClock
virtual ~IClock ()
 

Detailed Description

clock object to handle system clock

This class sets and gets system clock.

Constructor & Destructor Documentation

virtual coil::SystemClock::~SystemClock ( )
virtual

Member Function Documentation

virtual coil::TimeValue coil::SystemClock::gettime ( ) const
virtual

Getting time.

Returns
Current time

Implements coil::IClock.

virtual bool coil::SystemClock::settime ( coil::TimeValue  clocktime)
virtual

Setting time.

Parameters
clocktimeCurrent time

Implements coil::IClock.


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