This is the complete list of members for bota_worker::WorkerOptions, including all inherited members.
| callback_ | bota_worker::WorkerOptions | |
| callbackFailureReaction_ | bota_worker::WorkerOptions | |
| clockId_ | bota_worker::RateOptions | |
| defaultPriority_ | bota_worker::WorkerOptions | |
| destructWhenDone_ | bota_worker::WorkerOptions | |
| enforceRate_ | bota_worker::RateOptions | |
| isValid() const | bota_worker::RateOptions | inlinevirtual |
| maxTimeStepFactorError_ | bota_worker::RateOptions | |
| maxTimeStepFactorWarning_ | bota_worker::RateOptions | |
| name_ | bota_worker::RateOptions | |
| operator=(const RateOptions &other) | bota_worker::RateOptions | inline |
| RateOptions(std::string name="", const double timeStep=0.0, const double maxTimeStepFactorWarning=1.0, const double maxTimeStepFactorError=10.0, const bool enforceRate=true, const clockid_t clockId=CLOCK_MONOTONIC) | bota_worker::RateOptions | inlineexplicit |
| RateOptions(const RateOptions &other) | bota_worker::RateOptions | inline |
| RateOptions(RateOptions &&other) noexcept | bota_worker::RateOptions | inline |
| timeStep_ | bota_worker::RateOptions | |
| WorkerOptions() | bota_worker::WorkerOptions | inline |
| WorkerOptions(const std::string &name, const double timestep, WorkerCallback callback, const int priority=0) | bota_worker::WorkerOptions | inline |
| WorkerOptions(const std::string &name, const double timestep, WorkerCallback callback, WorkerCallbackFailureReaction callbackFailureReaction, const int priority=0) | bota_worker::WorkerOptions | inline |
| WorkerOptions(const WorkerOptions &other)=default | bota_worker::WorkerOptions | |
| WorkerOptions(WorkerOptions &&other) noexcept | bota_worker::WorkerOptions | inline |
| ~RateOptions()=default | bota_worker::RateOptions | virtual |