|
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 |
Definition at line 46 of file forward_declarations.h.
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 | ||
) |