#include <WorkerOptions.hpp>
|
| WorkerOptions () |
|
| WorkerOptions (const std::string &name, const double timestep, WorkerCallback callback, const int priority=0) |
|
| WorkerOptions (const std::string &name, const double timestep, WorkerCallback callback, WorkerCallbackFailureReaction callbackFailureReaction, const int priority=0) |
|
| WorkerOptions (const WorkerOptions &other)=default |
|
| WorkerOptions (WorkerOptions &&other) noexcept |
|
virtual bool | isValid () const |
|
RateOptions & | operator= (const RateOptions &other) |
|
| 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) |
|
| RateOptions (const RateOptions &other) |
|
| RateOptions (RateOptions &&other) noexcept |
|
virtual | ~RateOptions ()=default |
|
Definition at line 55 of file WorkerOptions.hpp.
bota_worker::WorkerOptions::WorkerOptions |
( |
| ) |
|
|
inline |
bota_worker::WorkerOptions::WorkerOptions |
( |
const std::string & |
name, |
|
|
const double |
timestep, |
|
|
WorkerCallback |
callback, |
|
|
const int |
priority = 0 |
|
) |
| |
|
inline |
bota_worker::WorkerOptions::WorkerOptions |
( |
const WorkerOptions & |
other | ) |
|
|
default |
bota_worker::WorkerOptions::WorkerOptions |
( |
WorkerOptions && |
other | ) |
|
|
inlinenoexcept |
The reaction callback to be called when the primary indicates error (returns false)
Definition at line 100 of file WorkerOptions.hpp.
int bota_worker::WorkerOptions::defaultPriority_ |
priority of the underlying thread, integer between 0 and 99 with 0 beeing the lowest priority.
Definition at line 105 of file WorkerOptions.hpp.
bool bota_worker::WorkerOptions::destructWhenDone_ |
The documentation for this struct was generated from the following file: