Struct task_executive_config
Defined in File task_executive_config.hpp
Inheritance Relationships
Base Type
public rcppsw::config::base_config
Struct Documentation
-
struct task_executive_config : public rcppsw::config::base_config
Configuration for the base_executive and all its derived classes.
Public Members
-
bool update_exec_ests = {true}
Should the executive automatically update execution time estimates for tasks, or will that be handled in the application via callbacks?
-
bool update_interface_ests = {true}
Should the executive automatically update interface time estimates for tasks, or will that be handled in the application via callbacks?
-
bool update_exec_ests = {true}