#include <taskrecord.hpp>
Collaboration diagram for TaskRecord:
Public Member Functions | |
TaskRecord (int, TimeInterval *, TimeInterval *, TimeInterval *) | |
Constructor in which the id of the task, the preparation, execution, finish and offset time plus reaction time and the correct reaction of the task is stored. | |
~TaskRecord () | |
Destructor. | |
int | getId () const |
const TimeInterval & | getTimestampP () const |
const TimeInterval & | getTimestampE () const |
const TimeInterval & | getTimestampF () const |
Protected Attributes | |
int | id |
task id | |
TimeInterval * | timestampP |
time interval for preparation time | |
TimeInterval * | timestampE |
time interval for execution time | |
TimeInterval * | timestampF |
time interval for finish time |
Definition at line 29 of file taskrecord.hpp.
|
Constructor in which the id of the task, the preparation, execution, finish and offset time plus reaction time and the correct reaction of the task is stored.
References timestampE, timestampF, and timestampP. |
|
Destructor. Definition at line 41 of file taskrecord.cpp. References timestampE, timestampF, and timestampP. |
|
Referenced by SimpleReactionHandler::handle(). |
|
References timestampE. Referenced by SimpleReactionHandler::handle(). |
|
References timestampF. Referenced by SimpleReactionHandler::handle(). |
|
References timestampP. Referenced by SimpleReactionHandler::handle(). |
|
task id Definition at line 38 of file taskrecord.hpp. |
|
time interval for execution time Definition at line 40 of file taskrecord.hpp. Referenced by getTimestampE(), TaskRecord(), and ~TaskRecord(). |
|
time interval for finish time Definition at line 41 of file taskrecord.hpp. Referenced by getTimestampF(), TaskRecord(), and ~TaskRecord(). |
|
time interval for preparation time Definition at line 39 of file taskrecord.hpp. Referenced by getTimestampP(), TaskRecord(), and ~TaskRecord(). |