Go to the documentation of this file.
5 #include <RobotAPI/interface/armem/server/ConfiguringMemoryInterface.h>
26 Configurator(server::ConfiguringMemoryInterfacePrx configuringMemory =
nullptr) :
41 void useRestPersistenceStrategy(
const std::string& identifier,
const std::string& exportName,
const std::string& host,
int port,
bool overwritePrevStrategy);
51 void useDiskPersistenceStrategy(
const std::string& identifier,
const std::string& exportName,
const std::string& exportPath,
bool overwritePrevStrategy);
server::ConfiguringMemoryInterfacePrx configurationPrx
Configurator(server::ConfiguringMemoryInterfacePrx configuringMemory=nullptr)
void useDiskPersistenceStrategy(const std::string &identifier, const std::string &exportName, const std::string &exportPath, bool overwritePrevStrategy)
Use the disk as LTM persistence sink.
This file is part of ArmarX.
Configurator(const Configurator &)=default
Construct a memory reader.
void useRestPersistenceStrategy(const std::string &identifier, const std::string &exportName, const std::string &host, int port, bool overwritePrevStrategy)
Use a rest server as LTM persistence sink.
Configure a memory server.
void setConfiguringMemory(server::ConfiguringMemoryInterfacePrx configuringMemory)