Program Listing for File task_executive_config.hpp
↰ Return to documentation for file (cosm/ta/config/task_executive_config.hpp
)
#pragma once
/*******************************************************************************
* Includes
******************************************************************************/
#include "rcppsw/config/base_config.hpp"
/*******************************************************************************
* Namespaces/Decls
******************************************************************************/
namespace cosm::ta::config {
/*******************************************************************************
* Structure Definitions
******************************************************************************/
struct task_executive_config final : public rcppsw::config::base_config {
bool update_exec_ests{true};
bool update_interface_ests{true};
};
} /* namespace cosm::ta::config */