artdaq_mfextensions  v1_05_00
mfplugins::ELOTS Class Reference

Message Facility OTS Console Destination Formats messages into Ryan's favorite format for OTS More...

Inheritance diagram for mfplugins::ELOTS:

Classes

struct  Config
 Configuration Parameters for ELOTS. More...
 

Public Types

using Parameters = fhicl::WrappedTable< Config >
 Used for ParameterSet validation.
 

Public Member Functions

 ELOTS (Parameters const &pset)
 ELOTS Constructor More...
 
void fillPrefix (std::ostringstream &o, const ErrorObj &msg) override
 Fill the "Prefix" portion of the message. More...
 
void fillUsrMsg (std::ostringstream &o, const ErrorObj &msg) override
 Fill the "User Message" portion of the message. More...
 
void fillSuffix (std::ostringstream &, const ErrorObj &) override
 Fill the "Suffix" portion of the message (Unused)
 
void routePayload (const std::ostringstream &o, const ErrorObj &e) override
 Serialize a MessageFacility message to the output. More...
 

Detailed Description

Message Facility OTS Console Destination Formats messages into Ryan's favorite format for OTS

Definition at line 35 of file OTS_mfPlugin.cc.

Constructor & Destructor Documentation

mfplugins::ELOTS::ELOTS ( Parameters const &  pset)

ELOTS Constructor

Parameters
psetParameterSet used to configure ELOTS

Definition at line 108 of file OTS_mfPlugin.cc.

Member Function Documentation

void mfplugins::ELOTS::fillPrefix ( std::ostringstream &  o,
const ErrorObj &  msg 
)
override

Fill the "Prefix" portion of the message.

Parameters
oOutput stringstream
eMessageFacility object containing header information

Definition at line 196 of file OTS_mfPlugin.cc.

void mfplugins::ELOTS::fillUsrMsg ( std::ostringstream &  o,
const ErrorObj &  msg 
)
override

Fill the "User Message" portion of the message.

Parameters
oOutput stringstream
eMessageFacility object containing header information

Definition at line 325 of file OTS_mfPlugin.cc.

void mfplugins::ELOTS::routePayload ( const std::ostringstream &  o,
const ErrorObj &  e 
)
override

Serialize a MessageFacility message to the output.

Parameters
oStringstream object containing message data
eMessageFacility object containing header information

Definition at line 334 of file OTS_mfPlugin.cc.


The documentation for this class was generated from the following file: