Converter.cpp
Go to the documentation of this file.
1 #include "Converter.h"
2 
4 {
5  void
6  DataConverter::configure(const nlohmann::json& json)
7  {
8  }
9 } // namespace armarx::armem::server::ltm::processor
armarx::armem::server::ltm::processor
Definition: Converter.cpp:3
Converter.h
armarx::armem::server::ltm::processor::DataConverter::configure
virtual void configure(const nlohmann::json &json)
Definition: Converter.cpp:6