FACT++
1.0
|
Based on MessageImp, subscribes to a MESSAGE service in the Dim network. More...
#include <MessageDim.h>
Public Member Functions | |
MessageDimRX (const std::string &name, MessageImp &imp) | |
void | SetMinLogLevel (int min=0) |
bool | IsConnected () const |
Public Member Functions inherited from DimInfoHandler | |
DimInfo * | getInfo () |
virtual | ~DimInfoHandler () |
Protected Member Functions | |
void | infoHandler () |
Protected Attributes | |
MessageImp & | fMsg |
Private Attributes | |
int | fMinLogLevel |
bool | fConnected |
DimStampedInfo | fDimMessage |
Additional Inherited Members | |
Public Attributes inherited from DimInfoHandler | |
DimInfo * | itsService |
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.
Definition at line 34 of file MessageDim.h.