Loader.cpp
Go to the documentation of this file.
2 
4 
5 namespace armarx::armem::client
6 {
7  void Loader::loadLTMintoWM(bool complete)
8  {
9  ARMARX_IMPORTANT << "Load LTM into WM (LoaderPrx) full=" << complete;
10 
11  loadingPrx->loadLTMintoWM(complete);
12  }
13 
14 
15 } // armarx::armem::client
ARMARX_IMPORTANT
#define ARMARX_IMPORTANT
Definition: Logging.h:190
Loader.h
armarx::armem::client
This file is part of ArmarX.
Definition: Configurator.cpp:5
armarx::armem::client::Loader::loadLTMintoWM
void loadLTMintoWM(bool complete=true)
Loads all entries of potential multiple ltms into the wm (i.e.
Definition: Loader.cpp:7
Logging.h
armarx::armem::client::Loader::loadingPrx
server::LoadingMemoryInterfacePrx loadingPrx
Definition: Loader.h:42