DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
Utils.cpp File Reference
#include "opmonlib/Utils.hpp"
Include dependency graph for Utils.cpp:

Go to the source code of this file.

Functions

template<>
void dunedaq::opmonlib::set_value< std::string > (const google::protobuf::Reflection &r, google::protobuf::Message &m, const google::protobuf::FieldDescriptor *f_p, std::string value)
 

Detailed Description

This is part of the DUNE DAQ Application Framework, copyright 2020. Licensing/copyright details are in the COPYING file that you should have received with this code.

Definition in file Utils.cpp.

Function Documentation

◆ dunedaq::opmonlib::set_value< std::string >()

template<>
void dunedaq::opmonlib::set_value< std::string > ( const google::protobuf::Reflection & r,
google::protobuf::Message & m,
const google::protobuf::FieldDescriptor * f_p,
std::string value )

Definition at line 275 of file Utils.cpp.

277 {
278
279 r.SetString(&m, f_p, value);
280}