|
RTC Toolkit 5.1.0
|
Implements the business logic for telSub. More...
#include <functional>#include <iosfwd>#include <memory>#include "rtctk/componentFramework/alertServiceIf.hpp"#include "rtctk/componentFramework/dataPointPath.hpp"#include <rtctk/componentFramework/logger.hpp>#include <rtctk/componentFramework/repositoryIfUtils.hpp>#include <rtctk/componentFramework/runnable.hpp>#include <rtctk/componentFramework/runtimeRepoIf.hpp>#include <rtctk/componentFramework/serviceContainer.hpp>#include <rtctk/telSub/operationalLogic.hpp>#include <vector>Go to the source code of this file.
Classes | |
| struct | rtctk::telSub::OperationalLogicFactoryParams |
| Set of all parameters needed when constructing the OperationalLogic object. More... | |
| class | rtctk::telSub::BusinessLogic |
| Implements the Telemetry Subscriber business logic. More... | |
Namespaces | |
| namespace | rtctk |
| namespace | rtctk::telSub |
Typedefs | |
| using | rtctk::telSub::LifeCycle = rtctk::componentFramework::Runnable<rtctk::componentFramework::RtcComponent> |
Functions | |
| std::ostream & | rtctk::telSub::operator<< (std::ostream &stream, const std::vector< std::string > &data) |
| A specialisation of the stream output operator to handle vectors of strings. | |
Implements the business logic for telSub.