pds 2.1.0-alpha
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
mtsPayload.hpp File Reference
#include <string>
#include <string_view>
#include <nlohmann/json.hpp>
#include <optional>
#include <stdexcept>
#include <regex>

Go to the source code of this file.

Classes

class  pds::aqgc::devices::MtsPayload
 

Namespaces

namespace  pds
 
namespace  pds::aqgc
 
namespace  pds::aqgc::devices
 

Functions

json pds::aqgc::devices::get_untyped (const json &j, const char *property)
 
json pds::aqgc::devices::get_untyped (const json &j, const std::string &property)
 
json pds::aqgc::devices::parse_maybe_double_encoded (std::string_view s)
 
void pds::aqgc::devices::from_json (const json &j, MtsPayload &x)
 
void pds::aqgc::devices::to_json (json &j, const MtsPayload &x)
 
MtsPayload pds::aqgc::devices::payload_from_parameters (std::string_view parameters)