$treeview $search $mathjax $extrastylesheet
artdaq_mfextensions
v1_03_03
$projectbrief
|
$projectbrief
|
$searchbox |
Message Facility UDP Streamer Destination Formats messages into a delimited string and sends via UDP. More...
Inherits mf::service::ELdestination.
Classes | |
struct | Config |
Public Member Functions | |
ELUDP (Parameters const &pset) | |
ELUDP Constructor. | |
virtual void | fillPrefix (std::ostringstream &o, const ErrorObj &e) override |
Fill the "Prefix" portion of the message. | |
virtual void | fillUsrMsg (std::ostringstream &o, const ErrorObj &e) override |
Fill the "User Message" portion of the message. | |
virtual void | fillSuffix (std::ostringstream &, const ErrorObj &) override |
Fill the "Suffix" portion of the message (Unused). | |
virtual void | routePayload (const std::ostringstream &o, const ErrorObj &e) override |
Serialize a MessageFacility message to the output. |
Message Facility UDP Streamer Destination Formats messages into a delimited string and sends via UDP.
Definition at line 44 of file UDP_mfPlugin.cc.
mfplugins::ELUDP::ELUDP | ( | Parameters const & | pset | ) |
ELUDP Constructor.
pset | ParameterSet used to configure ELUDP |
Definition at line 131 of file UDP_mfPlugin.cc.
void mfplugins::ELUDP::fillPrefix | ( | std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Fill the "Prefix" portion of the message.
o | Output stringstream | |
e | MessageFacility object containing header information |
Definition at line 278 of file UDP_mfPlugin.cc.
void mfplugins::ELUDP::fillUsrMsg | ( | std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Fill the "User Message" portion of the message.
o | Output stringstream | |
e | MessageFacility object containing header information |
Definition at line 311 of file UDP_mfPlugin.cc.
void mfplugins::ELUDP::routePayload | ( | const std::ostringstream & | o, | |
const ErrorObj & | e | |||
) | [override, virtual] |
Serialize a MessageFacility message to the output.
o | Stringstream object containing message data | |
e | MessageFacility object containing header information |
Definition at line 327 of file UDP_mfPlugin.cc.