|
cisst-saw
|
#include <mtsWatchdogServer.h>
Public Member Functions | |
| mtsWatchdogServer (void) | |
| ~mtsWatchdogServer () | |
| void | AddToProvidedInterface (mtsInterfaceProvided &provInt, mtsStateTable &stateTable) |
| void | SetTimeoutPeriod (const double &seconds) |
| void | Start (void) |
| bool | CheckAndUpdate (void) |
| void | Reset (void) |
Public Member Functions inherited from cmnGenericObject | |
| virtual | ~cmnGenericObject (void) |
| virtual const cmnClassServicesBase * | Services (void) const =0 |
| bool | ReconstructFrom (const cmnGenericObject &other) |
| std::string | ToString (void) const |
| virtual void | ToStream (std::ostream &outputStream) const |
| virtual void | ToStreamRaw (std::ostream &outputStream, const char delimiter= ' ', bool headerOnly=false, const std::string &headerPrefix="") const |
| virtual bool | FromStreamRaw (std::istream &inputStream, const char delimiter= ' ') |
| virtual void | SerializeRaw (std::ostream &outputStream) const |
| virtual void | DeSerializeRaw (std::istream &inputStream) |
| virtual cmnLogger::StreamBufType * | GetLogMultiplexer (void) const |
| virtual size_t | ScalarNumber (void) const |
| virtual bool | ScalarNumberIsFixed (void) const |
| virtual double | Scalar (const size_t CMN_UNUSED(index)) const throw (std::out_of_range) |
| virtual std::string | ScalarDescription (const size_t CMN_UNUSED(index), const std::string &CMN_UNUSED(userDescription)) const |
Protected Attributes | |
| osaStopwatch | StopWatch |
| double | Timeout |
| mtsFunctionWrite * | WatchdogReadBool |
| mtsFunctionWrite * | WatchdogWriteBool |
| bool | IsOK |
| bool | WatchdogState |
A tool for observing a connection between two components for a set amount of time.
|
inline |
|
inline |
| void mtsWatchdogServer::AddToProvidedInterface | ( | mtsInterfaceProvided & | provInt, |
| mtsStateTable & | stateTable | ||
| ) |
| bool mtsWatchdogServer::CheckAndUpdate | ( | void | ) |
| void mtsWatchdogServer::Reset | ( | void | ) |
|
inline |
| void mtsWatchdogServer::Start | ( | void | ) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
1.8.6