#include <FeeItemInfo.hpp>
Inheritance diagram for ztt::dcs::FeeItemInfo:
Public Member Functions | |
FeeItemInfo (char *name, float noLink, DimInfoHandler *pHandler) | |
!!this constructor causes errors on DCS-Board when using DIM-Timer!!! | |
virtual | ~FeeItemInfo () |
virtual bool | retrieveServiceValue () |
virtual void | initialize () |
float & | getRefFloatValue () |
void | setCorrespondingFedService (boost::shared_ptr< DimService > pService) |
void | setFeeGroupChannel (boost::shared_ptr< FeeGroupedChannel > groupedChannel) |
Public Attributes | |
char * | name |
|
!!this constructor causes errors on DCS-Board when using DIM-Timer!!! Constructor for the FeeItemInfo, without service request after time intervals. This constructor calls implictly the FeeInfo - constructor and with that the DimInfo constructor, so you subsrcibe to the inserted FEE - Item - Service (name).
|
|
Destructor for the FeeItemInfo objects |
|
Getter for the reference to the service value.
|
|
Function to set the initial value of this ItemInfo. A possible "No link" at start up can be determined this way. This function should be called once after constructing this object. Implements ztt::dcs::FeeInfo. |
|
Function, to be executed when new data from the FEE - Item - Service is available. It retrieves the data of the FeeServer from the DIM framework. It stores the value in the object itself. To get the value the the getValue function.
Implements ztt::dcs::FeeInfo. |
|
Sets the pointer to the corresponding Service on the FED-Server.
|
|
name store the service name of each server. Is used to assign the services of a server to a broadcastchannel. Used in FedServer |