aron_conversions.h
Go to the documentation of this file.
1#pragma once
2
3#include <ostream>
4
6
7namespace armarx::armem
8{
9 // Implemented in <RobotAPI/libraries/aron/common/aron_conversions/armarx.h>
10 // void fromAron(const IceUtil::Time& dto, Time& bo);
11 // void toAron(IceUtil::Time& dto, const Time& bo);
12
13 void fromAron(const arondto::MemoryID& dto, MemoryID& bo);
14 void toAron(arondto::MemoryID& dto, const MemoryID& bo);
15} // namespace armarx::armem
16
18{
19 std::ostream& operator<<(std::ostream& os, const MemoryID& rhs);
20}
std::ostream & operator<<(std::ostream &os, const MemoryID &rhs)
void fromAron(const arondto::MemoryID &dto, MemoryID &bo)
void toAron(arondto::MemoryID &dto, const MemoryID &bo)