|
|
Classes | |
| struct | RobotDescription |
Typedefs | |
| using | RobotDescriptions = std::vector<RobotDescription> |
Functions | |
| void | fromAron (const arondto::ObjectClass &dto, RobotDescription &bo) |
| void | fromAron (const arondto::RobotDescription &dto, RobotDescription &bo) |
| std::ostream & | operator<< (std::ostream &os, const RobotDescription &rhs) |
| void | toAron (arondto::ObjectClass &dto, const RobotDescription &bo) |
| void | toAron (arondto::RobotDescription &dto, const RobotDescription &bo) |
| typedef std::vector< RobotDescription > RobotDescriptions = std::vector<RobotDescription> |
Definition at line 46 of file forward_declarations.h.
| void fromAron | ( | const arondto::ObjectClass & | dto, |
| RobotDescription & | bo ) |
Definition at line 10 of file aron_conversions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void fromAron | ( | const arondto::RobotDescription & | dto, |
| RobotDescription & | bo ) |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const RobotDescription & | rhs ) |
| void toAron | ( | arondto::ObjectClass & | dto, |
| const RobotDescription & | bo ) |
Definition at line 17 of file aron_conversions.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| void toAron | ( | arondto::RobotDescription & | dto, |
| const RobotDescription & | bo ) |