#include <FeeMsgInfo.hpp>
Inheritance diagram for ztt::dcs::FeeMsgInfo:
Public Member Functions | |
FeeMsgInfo (char *name, void *noLink, DimInfoHandler *pHandler, char *serverName) | |
virtual | ~FeeMsgInfo () |
virtual bool | retrieveServiceValue () |
virtual void | initialize () |
|
Constructor for the FeeMsgInfo. This constructor calls implictly the FeeInfo - constructor and with that the DimInfo constructor, so you subsrcibe to the inserted FEE - MSG- Service (name).
|
|
Destructor for the FeeMsgInfo object |
|
Function to set the initial state of the link for the MSG - Service. This should be called to determine, if the link is currently available and should be called once after constructing this object. Implements ztt::dcs::FeeInfo. |
|
Function, to be executed when new data from the FEE - MSG - Service is available. It retrieves the data of the FeeServer from the DIM framework. It stores the value in the object itself.
Implements ztt::dcs::FeeInfo. |