Configuration parameters needed for operational logic.
More...
#include <operationalLogicIf.hpp>
Configuration parameters needed for operational logic.
- Todo:
- : We can also add NUMA parameters for the thread(s) owned by OperationalLogic
◆ close_detach_delay
| std::chrono::milliseconds rtctk::telSub::OperationalParams::close_detach_delay = std::chrono::milliseconds(0) |
Amount of time to delay detaching the SHM from the point it is signalled as closed.
This is to let readers cleanly detach when they are informed the queue is closed.
◆ correlator_poll_timeout
| std::chrono::milliseconds rtctk::telSub::OperationalParams::correlator_poll_timeout = std::chrono::milliseconds(100) |
◆ monitor_report_interval
| std::chrono::milliseconds rtctk::telSub::OperationalParams::monitor_report_interval = std::chrono::milliseconds(500) |
◆ monitoring_thread_policies
| std::optional<numapp::NumaPolicies> rtctk::telSub::OperationalParams::monitoring_thread_policies = std::nullopt |
◆ processing_thread_policies
| std::optional<numapp::NumaPolicies> rtctk::telSub::OperationalParams::processing_thread_policies = std::nullopt |
The documentation for this struct was generated from the following file: