3 #include <RobotAPI/interface/armem/commit.h>
4 #include <RobotAPI/interface/armem/memory.h>
19 void toIce(data::Entity& ice,
const Entity& entity);
20 void fromIce(
const data::Entity& ice, Entity& entity);
23 void toIce(data::ProviderSegment& ice,
const ProviderSegment& providerSegment);
24 void fromIce(
const data::ProviderSegment& ice, ProviderSegment& providerSegment);
26 void toIce(data::CoreSegment& ice,
const CoreSegment& coreSegment);
27 void fromIce(
const data::CoreSegment& ice, CoreSegment& coreSegment);
29 void toIce(data::Memory& ice,
const Memory& memory);
30 void fromIce(
const data::Memory& ice, Memory& memory);