artdaq_mfextensions  v1_04_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...
 
virtual void fillPrefix (std::ostringstream &o, const ErrorObj &e) override
 Fill the "Prefix" portion of the message. More...
 
virtual void fillUsrMsg (std::ostringstream &o, const ErrorObj &e) override
 Fill the "User Message" portion of the message. More...
 
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. More...
 

Detailed Description

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

Definition at line 36 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 109 of file OTS_mfPlugin.cc.

Member Function Documentation

void mfplugins::ELOTS::fillPrefix ( std::ostringstream &  o,
const ErrorObj &  e 
)
overridevirtual

Fill the "Prefix" portion of the message.

Parameters
oOutput stringstream
eMessageFacility object containing header information

Definition at line 192 of file OTS_mfPlugin.cc.

void mfplugins::ELOTS::fillUsrMsg ( std::ostringstream &  o,
const ErrorObj &  e 
)
overridevirtual

Fill the "User Message" portion of the message.

Parameters
oOutput stringstream
eMessageFacility object containing header information

Definition at line 299 of file OTS_mfPlugin.cc.

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

Serialize a MessageFacility message to the output.

Parameters
oStringstream object containing message data
eMessageFacility object containing header information

Definition at line 308 of file OTS_mfPlugin.cc.


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