mirror of
https://github.com/paulscherrerinstitute/sf_daq_buffer.git
synced 2026-05-05 12:04:13 +02:00
Cosmetic fixes in header
This commit is contained in:
@@ -28,11 +28,15 @@ struct HeaderDataType
|
||||
|
||||
size_t get_type_byte_size(const std::string& type);
|
||||
|
||||
void copy_value_to_buffer(const char* buffer, size_t offset, const boost::property_tree::ptree& json_value,
|
||||
const HeaderDataType& header_data_type);
|
||||
void copy_value_to_buffer(
|
||||
const char* buffer, size_t offset,
|
||||
const boost::property_tree::ptree& json_value,
|
||||
const HeaderDataType& header_data_type);
|
||||
|
||||
std::shared_ptr<char> get_value_from_json(const boost::property_tree::ptree& json_header,
|
||||
const std::string& name, const HeaderDataType& header_data_type);
|
||||
std::shared_ptr<char> get_value_from_json(
|
||||
const boost::property_tree::ptree& json_header,
|
||||
const std::string& name,
|
||||
const HeaderDataType& header_data_type);
|
||||
|
||||
class ZmqReceiver
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user