|
Open Model Railroad Network (OpenMRN)
|
Collection of related state machines that pend on incoming messages. More...
#include <Service.hxx>
Public Member Functions | |
| Service (ExecutorBase *e) | |
| Constructor. | |
| ~Service () | |
| Destructor. | |
| ExecutorBase * | executor () |
Private Attributes | |
| ExecutorBase * | executor_ |
| Executor to use. | |
Collection of related state machines that pend on incoming messages.
Definition at line 42 of file executor/Service.hxx.
| Service::Service | ( | ExecutorBase * | e | ) |
Constructor.
| e | Executor to run this service from. |
Definition at line 39 of file Service.cxx.
|
inline |
Destructor.
Definition at line 51 of file executor/Service.hxx.
|
inline |
Definition at line 56 of file executor/Service.hxx.
|
private |
Executor to use.
Definition at line 63 of file executor/Service.hxx.