#include <RobotAPI/interface/armem/commit.h>
#include <RobotAPI/interface/armem/memory.h>
#include "memory_definitions.h"
#include <RobotAPI/libraries/armem/core/ice_conversions.h>
Go to the source code of this file.
|
void | fromIce (const data::CoreSegment &ice, CoreSegment &coreSegment) |
|
void | fromIce (const data::Entity &ice, Entity &entity) |
|
void | fromIce (const data::EntityInstance &ice, EntityInstance &data) |
|
void | fromIce (const data::EntitySnapshot &ice, EntitySnapshot &snapshot) |
|
void | fromIce (const data::Memory &ice, Memory &memory) |
|
void | fromIce (const data::ProviderSegment &ice, ProviderSegment &providerSegment) |
|
void | toIce (data::CoreSegment &ice, const CoreSegment &coreSegment) |
|
void | toIce (data::Entity &ice, const Entity &entity) |
|
void | toIce (data::EntityInstance &ice, const EntityInstance &data) |
|
void | toIce (data::EntitySnapshot &ice, const EntitySnapshot &snapshot) |
|
void | toIce (data::Memory &ice, const Memory &memory) |
|
void | toIce (data::ProviderSegment &ice, const ProviderSegment &providerSegment) |
|