ifw-daq  3.0.1
IFW Data Acquisition modules
Namespaces | Functions
requestor.cpp File Reference
#include <chrono>
#include <string>
#include <fmt/format.h>
#include <nlohmann/json.hpp>
#include <daq/conversion.hpp>
#include <daqif/parsing.hpp>
#include "requestor.hpp"

Go to the source code of this file.

Namespaces

 daqif
 

Functions

void daqif::to_json (nlohmann::json &j, daqif::DaqStatus const &status)
 
std::ostream & operator<< (std::ostream &os, std::shared_ptr< daqif::DaqStatus > const &s)
 
std::ostream & operator<< (std::ostream &os, std::shared_ptr< daqif::DaqReply > const &s)
 
std::ostream & operator<< (std::ostream &os, std::shared_ptr< daqif::AwaitDaqReply > const &s)
 
std::ostream & operator<< (std::ostream &os, std::vector< std::shared_ptr< daqif::DaqStatus >> const &vec)
 
std::ostream & operator<< (std::ostream &os, JsonPrint< std::shared_ptr< daqif::DaqStatus >> const &s)
 
std::ostream & operator<< (std::ostream &os, JsonPrint< std::vector< std::shared_ptr< daqif::DaqStatus >>> const &vec)
 
std::ostream & operator<< (std::ostream &os, JsonPrint< std::shared_ptr< daqif::DaqReply >> const &s)
 
std::ostream & operator<< (std::ostream &os, JsonPrint< std::shared_ptr< daqif::AwaitDaqReply >> const &s)
 
std::ostream & operator<< (std::ostream &os, JsonPrint< std::string > const &s)
 

Detailed Description

Definition in file requestor.cpp.

Function Documentation

◆ operator<<() [1/9]

std::ostream& operator<< ( std::ostream &  os,
JsonPrint< std::shared_ptr< daqif::AwaitDaqReply >> const &  s 
)

Definition at line 106 of file requestor.cpp.

◆ operator<<() [2/9]

std::ostream& operator<< ( std::ostream &  os,
JsonPrint< std::shared_ptr< daqif::DaqReply >> const &  s 
)

Definition at line 94 of file requestor.cpp.

◆ operator<<() [3/9]

std::ostream& operator<< ( std::ostream &  os,
JsonPrint< std::shared_ptr< daqif::DaqStatus >> const &  s 
)

Definition at line 75 of file requestor.cpp.

◆ operator<<() [4/9]

std::ostream& operator<< ( std::ostream &  os,
JsonPrint< std::string > const &  s 
)

Definition at line 117 of file requestor.cpp.

◆ operator<<() [5/9]

std::ostream& operator<< ( std::ostream &  os,
JsonPrint< std::vector< std::shared_ptr< daqif::DaqStatus >>> const &  vec 
)

Definition at line 82 of file requestor.cpp.

◆ operator<<() [6/9]

std::ostream& operator<< ( std::ostream &  os,
std::shared_ptr< daqif::AwaitDaqReply > const &  s 
)

Definition at line 59 of file requestor.cpp.

◆ operator<<() [7/9]

std::ostream& operator<< ( std::ostream &  os,
std::shared_ptr< daqif::DaqReply > const &  s 
)

Definition at line 52 of file requestor.cpp.

◆ operator<<() [8/9]

std::ostream& operator<< ( std::ostream &  os,
std::shared_ptr< daqif::DaqStatus > const &  s 
)

Definition at line 36 of file requestor.cpp.

◆ operator<<() [9/9]

std::ostream& operator<< ( std::ostream &  os,
std::vector< std::shared_ptr< daqif::DaqStatus >> const &  vec 
)

Definition at line 66 of file requestor.cpp.