Loader Class Reference

Load LTMs into WM. More...

#include <RobotAPI/libraries/armem/client/Loader.h>

Public Member Functions

 Loader (const Loader &)=default
 Construct a memory reader. More...
 
 Loader (server::LoadingMemoryInterfacePrx loadingMemory=nullptr)
 
void loadLTMintoWM (bool complete=true)
 Loads all entries of potential multiple ltms into the wm (i.e. More...
 
 operator bool () const
 
void setLoadingMemory (server::LoadingMemoryInterfacePrx configuringMemory)
 

Public Attributes

server::LoadingMemoryInterfacePrx loadingPrx
 

Detailed Description

Load LTMs into WM.

Definition at line 11 of file Loader.h.

Constructor & Destructor Documentation

◆ Loader() [1/2]

Loader ( const Loader )
default

Construct a memory reader.

Parameters
memoryThe memory proxy.

◆ Loader() [2/2]

Loader ( server::LoadingMemoryInterfacePrx  loadingMemory = nullptr)
inline

Definition at line 20 of file Loader.h.

Member Function Documentation

◆ loadLTMintoWM()

void loadLTMintoWM ( bool  complete = true)

Loads all entries of potential multiple ltms into the wm (i.e.

if a RedundantPersistenceStrategy is used with multiple strategies inside)

Definition at line 7 of file Loader.cpp.

◆ operator bool()

operator bool ( ) const
inline

Definition at line 34 of file Loader.h.

◆ setLoadingMemory()

void setLoadingMemory ( server::LoadingMemoryInterfacePrx  configuringMemory)

Member Data Documentation

◆ loadingPrx

server::LoadingMemoryInterfacePrx loadingPrx

Definition at line 42 of file Loader.h.


The documentation for this class was generated from the following files: