EMIPLIB  1.2.1
List of all members
MIPMessageDumper Class Reference

Outputs information about the incoming messages. More...

#include <mipmessagedumper.h>

Inheritance diagram for MIPMessageDumper:
Inheritance graph
[legend]
Collaboration diagram for MIPMessageDumper:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from MIPComponent
virtual void lock ()
 Locks the current component. More...
 
virtual void unlock ()
 Unlocks the current component. More...
 
virtual bool processFeedback (const MIPComponentChain &chain, int64_t feedbackChainID, MIPFeedback *feedback)
 Add feedback information about this component. More...
 
std::string getComponentName () const
 Returns the name of the component. More...
 
- Public Member Functions inherited from MIPErrorBase
std::string getErrorString () const
 Returns the last known error description. More...
 
- Protected Member Functions inherited from MIPComponent
 MIPComponent (const std::string &componentName)
 Create a component with the specified name. More...
 
- Protected Member Functions inherited from MIPErrorBase
void setErrorString (const std::string &str) const
 Stores an error description. More...
 

Detailed Description

This component writes the message type and submessage type of incoming messages to stdout. This can be useful for debugging. No messages are generated by the component.


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