Orocos Real-Time Toolkit  2.8.3
Public Member Functions | Public Attributes | List of all members
RTT::os::Timer::TimerInfo Struct Reference

#include <rtt/os/Timer.hpp>

Public Member Functions

 TimerInfo ()
 
 TimerInfo (const TimerInfo &other)
 
TimerInfooperator= (const TimerInfo &other)
 

Public Attributes

Time expires
 
Time period
 
Condition expired
 

Detailed Description

Definition at line 81 of file Timer.hpp.

Constructor & Destructor Documentation

RTT::os::Timer::TimerInfo::TimerInfo ( )
inline

Definition at line 83 of file Timer.hpp.

RTT::os::Timer::TimerInfo::TimerInfo ( const TimerInfo other)
inline

Definition at line 84 of file Timer.hpp.

Member Function Documentation

TimerInfo& RTT::os::Timer::TimerInfo::operator= ( const TimerInfo other)
inline

Definition at line 85 of file Timer.hpp.

References expires, and period.

Member Data Documentation

Condition RTT::os::Timer::TimerInfo::expired

Definition at line 88 of file Timer.hpp.

Time RTT::os::Timer::TimerInfo::expires

Definition at line 86 of file Timer.hpp.

Referenced by operator=().

Time RTT::os::Timer::TimerInfo::period

Definition at line 87 of file Timer.hpp.

Referenced by operator=().


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