cisst-saw
|
Defines the component dispatchers, which are "execution engines" that generate events that can be processed by any number of components. More...
#include <cisstMultiTask/mtsTaskPeriodic.h>
#include <cisstMultiTask/mtsTaskContinuous.h>
#include <cisstMultiTask/mtsInterfaceProvided.h>
#include <cisstMultiTask/mtsExport.h>
Go to the source code of this file.
Classes | |
class | mtsComponentDispatcherBase< BaseClass, ConstructorArgType > |
Typedefs | |
typedef mtsComponentDispatcherBase < mtsTaskPeriodic, mtsTaskPeriodicConstructorArg > | mtsComponentDispatcherPeriodic |
typedef mtsComponentDispatcherBase < mtsTaskContinuous, mtsTaskContinuousConstructorArg > | mtsComponentDispatcherContinuous |
typedef mtsComponentDispatcherBase < mtsTaskMain, std::string > | mtsComponentDispatcherMain |
Defines the component dispatchers, which are "execution engines" that generate events that can be processed by any number of components.
typedef mtsComponentDispatcherBase<mtsTaskContinuous, mtsTaskContinuousConstructorArg> mtsComponentDispatcherContinuous |
typedef mtsComponentDispatcherBase<mtsTaskMain, std::string> mtsComponentDispatcherMain |
typedef mtsComponentDispatcherBase<mtsTaskPeriodic, mtsTaskPeriodicConstructorArg> mtsComponentDispatcherPeriodic |
CMN_DECLARE_SERVICES_INSTANTIATION | ( | mtsComponentDispatcherPeriodic | ) |
CMN_DECLARE_SERVICES_INSTANTIATION | ( | mtsComponentDispatcherContinuous | ) |
CMN_DECLARE_SERVICES_INSTANTIATION | ( | mtsComponentDispatcherMain | ) |