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
virtual void configure(const nlohmann::json &json)
Definition Converter.cpp:6