FACT++  1.0
MessageDimRX Class Reference

Based on MessageImp, subscribes to a MESSAGE service in the Dim network. More...

#include <MessageDim.h>

+ Inheritance diagram for MessageDimRX:
+ Collaboration diagram for MessageDimRX:

Public Member Functions

 MessageDimRX (const std::string &name, MessageImp &imp)
 
void SetMinLogLevel (int min=0)
 
bool IsConnected () const
 
- Public Member Functions inherited from DimInfoHandler
DimInfogetInfo ()
 
virtual ~DimInfoHandler ()
 

Protected Member Functions

void infoHandler ()
 

Protected Attributes

MessageImpfMsg
 

Private Attributes

int fMinLogLevel
 
bool fConnected
 
DimStampedInfo fDimMessage
 

Additional Inherited Members

- Public Attributes inherited from DimInfoHandler
DimInfoitsService
 

Detailed Description

Based on MessageImp, subscribes to a MESSAGE service in the Dim network.

This is a special DimInfoHandler. It subscribes to a service SERVER/MESSAGE on the DimNetwork and redirects all received output to its base class MessageImp view MessageImp::Write. the quality of service received with each service update is passed as severity.

Examples

Todo:
Maybe it is not a good idea that MessageImp is a base class, maybe it should be a reference given in the constructor
Examples:
log.cc.

Definition at line 34 of file MessageDim.h.


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