![]() |
Project
|
#include "DIMessages.h"
#include "rapidjson/document.h"
#include "rapidjson/writer.h"
#include "rapidjson/stringbuffer.h"
#include <fairlogger/Logger.h>
Go to the source code of this file.
Functions | |
Document | toJson (const DIMessages::RegisterDevice::Specs::Input &input) |
Document | toJson (const DIMessages::RegisterDevice::Specs::Output &output) |
Document | toJson (const DIMessages::RegisterDevice::Specs::Forward &forward) |
Document | specToJson (const DIMessages::RegisterDevice::Specs &specs) |
Document specToJson | ( | const DIMessages::RegisterDevice::Specs & | specs | ) |
Definition at line 86 of file DIMessages.cxx.
Document toJson | ( | const DIMessages::RegisterDevice::Specs::Forward & | forward | ) |
Definition at line 62 of file DIMessages.cxx.
Document toJson | ( | const DIMessages::RegisterDevice::Specs::Input & | input | ) |
Definition at line 19 of file DIMessages.cxx.
Document toJson | ( | const DIMessages::RegisterDevice::Specs::Output & | output | ) |
Definition at line 42 of file DIMessages.cxx.