RTC Toolkit  1.0.0
Public Member Functions | List of all members
rtctk::rtcSupervisor::RtcObjectConfig Class Reference

#include <rtcObjectConfig.hpp>

Public Member Functions

 RtcObjectConfig (std::string name, rtctk::componentFramework::RuntimeRepoIf &rtr, rtctk::componentFramework::ServiceDiscovery &svc, rtctk::componentFramework::OldbIf &oldb)
 
virtual ~RtcObjectConfig ()
 
void BuildFromRuntimeRepo ()
 
std::shared_ptr< RtcObjectFindObject (const std::string &name)
 
std::shared_ptr< RtcCommandRequestListAllObjectsRequestList ()
 
void OnStateEventReceived (const double timestamp, const std::string &name, const std::string &state, std::string &gstate, std::string &gsubstate, bool &gerror, std::string &gerror_who)
 Called from the rtcServer business logic when a state change event is recrived from any of the supervised rtcObjects publish subscribe endpoints. More...
 
std::list< std::shared_ptr< RtcObject > > & ObjectList ()
 
std::vector< elt::mal::Uri > & PubSubURIs ()
 
void EvaluateBelievedState (std::string &gstate, std::string &gsubstate, bool &gerror, std::string &gerror_who)
 Evaluate the believed state by traversing the list of objects and finding the minimum state/substate. More...
 
void Cleanup ()
 
void Dump ()
 

Constructor & Destructor Documentation

◆ RtcObjectConfig()

rtctk::rtcSupervisor::RtcObjectConfig::RtcObjectConfig ( std::string  name,
rtctk::componentFramework::RuntimeRepoIf rtr,
rtctk::componentFramework::ServiceDiscovery svc,
rtctk::componentFramework::OldbIf oldb 
)

◆ ~RtcObjectConfig()

rtctk::rtcSupervisor::RtcObjectConfig::~RtcObjectConfig ( )
virtual

Member Function Documentation

◆ AllObjectsRequestList()

std::shared_ptr<RtcCommandRequestList> rtctk::rtcSupervisor::RtcObjectConfig::AllObjectsRequestList ( )
inline

◆ BuildFromRuntimeRepo()

void rtctk::rtcSupervisor::RtcObjectConfig::BuildFromRuntimeRepo ( )

◆ Cleanup()

void rtctk::rtcSupervisor::RtcObjectConfig::Cleanup ( )

◆ Dump()

void rtctk::rtcSupervisor::RtcObjectConfig::Dump ( )

◆ EvaluateBelievedState()

void rtctk::rtcSupervisor::RtcObjectConfig::EvaluateBelievedState ( std::string &  gstate,
std::string &  gsubstate,
bool &  gerror,
std::string &  gerror_who 
)

Evaluate the believed state by traversing the list of objects and finding the minimum state/substate.

This is called after a state/substate has been updated by the pub/sub callback

Todo:
, work out what to do with substate

◆ FindObject()

std::shared_ptr< RtcObject > rtctk::rtcSupervisor::RtcObjectConfig::FindObject ( const std::string &  name)

◆ ObjectList()

std::list<std::shared_ptr<RtcObject> >& rtctk::rtcSupervisor::RtcObjectConfig::ObjectList ( )
inline

◆ OnStateEventReceived()

void rtctk::rtcSupervisor::RtcObjectConfig::OnStateEventReceived ( const double  timestamp,
const std::string &  name,
const std::string &  state,
std::string &  gstate,
std::string &  gsubstate,
bool &  gerror,
std::string &  gerror_who 
)

Called from the rtcServer business logic when a state change event is recrived from any of the supervised rtcObjects publish subscribe endpoints.

Traverse the list of components updating the state of the correct one

Evaluate the global state based on the update

Publish the resultant state

◆ PubSubURIs()

std::vector<elt::mal::Uri>& rtctk::rtcSupervisor::RtcObjectConfig::PubSubURIs ( )
inline

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