#include <string.h>
#include "Trace.h"
Include dependency graph for Trace.cpp:

Go to the source code of this file.
Functions | |
| In & | operator>> (In &stream, Trace &trace) |
| Streaming operator that reads a trace from a stream. | |
| Out & | operator<< (Out &stream, const Trace &trace) |
| Streaming operator that writes a robot pose to a stream. | |
| Trace & | getTrace () |
| The function returns a reference to the shared trace object. | |
| void | setTrace (Trace &t) |
| The function sets the reference to the shared trace object. | |
Variables | |
| Trace * | trace = 0 |
Definition in file Trace.cpp.
|
||||||||||||
|
Streaming operator that reads a trace from a stream.
|
|
||||||||||||
|
Streaming operator that writes a robot pose to a stream.
|
|
|
The function returns a reference to the shared trace object.
Definition at line 47 of file Trace.cpp. References trace. |
|
|
The function sets the reference to the shared trace object.
Definition at line 52 of file Trace.cpp. References trace. Referenced by Cognition::Cognition(), and Motion::Motion(). |
|
|
Definition at line 12 of file Trace.cpp. Referenced by getTrace(), operator<<(), operator>>(), and setTrace(). |
1.3.6