Project
Loading...
Searching...
No Matches
DIMessages.cxx File Reference
#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)
 

Function Documentation

◆ specToJson()

Document specToJson ( const DIMessages::RegisterDevice::Specs specs)

Definition at line 86 of file DIMessages.cxx.

◆ toJson() [1/3]

Document toJson ( const DIMessages::RegisterDevice::Specs::Forward forward)

Definition at line 62 of file DIMessages.cxx.

◆ toJson() [2/3]

Document toJson ( const DIMessages::RegisterDevice::Specs::Input input)

Definition at line 19 of file DIMessages.cxx.

◆ toJson() [3/3]

Document toJson ( const DIMessages::RegisterDevice::Specs::Output output)

Definition at line 42 of file DIMessages.cxx.