3 #include <RobotAPI/interface/armem/memory.h>
18 void toIce(data::Entity& ice,
const Entity& entity);
19 void fromIce(
const data::Entity& ice, Entity& entity);
22 void toIce(data::ProviderSegment& ice,
const ProviderSegment& providerSegment);
23 void fromIce(
const data::ProviderSegment& ice, ProviderSegment& providerSegment);
25 void toIce(data::CoreSegment& ice,
const CoreSegment& coreSegment);
26 void fromIce(
const data::CoreSegment& ice, CoreSegment& coreSegment);
28 void toIce(data::Memory& ice,
const Memory& memory);
29 void fromIce(
const data::Memory& ice, Memory& memory);