FACT++  1.0
DimDescribedState Class Reference

#include <DimState.h>

+ Inheritance diagram for DimDescribedState:
+ Collaboration diagram for DimDescribedState:

Public Member Functions

 DimDescribedState (const std::string &n)
 
virtual void Subscribe (StateMachineImp &imp)
 
void SetCallbackStates (const callback_desc &cb)
 
int HandleDesc (const EventImp &evt)
 
State description () const
 
- Public Member Functions inherited from DimState
 DimState ()
 
 DimState (const std::string &n, const std::string s="STATE")
 
virtual ~DimState ()
 
void SetCallback (const callback &cb)
 
const Timetime () const
 
const int32_t & state () const
 
bool online () const
 

Public Attributes

std::vector< Statestates
 
- Public Attributes inherited from DimState
std::string server
 
std::string service
 
std::pair< Time, int32_t > last
 
std::pair< Time, int32_t > cur
 
std::string msg
 

Private Types

typedef std::function< void()> callback_desc
 

Private Member Functions

virtual void CallbackStates ()
 

Private Attributes

callback_desc fCallbackStates
 

Additional Inherited Members

- Public Types inherited from DimState
enum  { kOffline = -256, kNotAvailable = -257 }
 
- Protected Types inherited from DimState
typedef std::function< int(const EventImp &)> callback
 
- Protected Member Functions inherited from DimState
void HandlerImp (const EventImp &evt)
 
int Callback (const EventImp &evt)
 
virtual int Handler (const EventImp &evt)
 
- Protected Attributes inherited from DimState
callback fCallback
 

Detailed Description

Definition at line 114 of file DimState.h.


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