FACT++  1.0
StateClient::StateClient ( const std::string &  name,
MessageImp imp 
)

Definition at line 3 of file DimNetwork.cc.

Referenced by DimNetwork::AddServer().

3  :
4  MessageDimRX(name, imp), fState(-2),
5  fInfoState((name + "/STATE").c_str(), (void*)NULL, 0, this)
6 {
7 }
MessageDimRX(const std::string &name, MessageImp &imp)
Definition: MessageDim.cc:120
DimStampedInfo fInfoState
-2 not initialized, -1 not connected, 0>= state of client
Definition: DimNetwork.h:24
int fState
Combine into one MTime (together with value)
Definition: DimNetwork.h:22

+ Here is the caller graph for this function: