CARMA C++
|
Class to continuously ping the process monitor. More...
#include <carma/util/ProcessMonitorClient.h>
Public Member Functions | |
ProcessMonitorClient () | |
Constructor. More... | |
ProcessMonitorClient (carma::util::Orb *orb) | |
virtual | ~ProcessMonitorClient () |
Destructor. More... | |
Class to continuously ping the process monitor.
An instance of this class will notify the process monitor it is alive at the specified update period in a background thread. If the processMonitor (e.g. it's not running yet, has died, etc), we just sit and retry at the specified interval.
Definition at line 19 of file ProcessMonitorClient.h.
|
explicit |
Constructor.
carma::util::ErrorException | if preconditions aren't met. |
|
virtual |
Destructor.