33 #ifndef SCONTROLLERBASE_HPP_
34 #define SCONTROLLERBASE_HPP_
38 #include <scl/data_structs/SRobotParsed.hpp>
40 #include <scl/data_structs/SObject.hpp>
41 #include <scl/data_structs/SRobotIO.hpp>
43 #include <scl/data_structs/SGcModel.hpp>
70 virtual sBool init(
const std::string & arg_controller_name,
SGcModel * gc_model_
Definition: SControllerBase.hpp:61
Definition: SRobotIO.hpp:107
virtual sBool init(const std::string &arg_controller_name, const SRobotParsed *arg_robot_ds, SRobotIO *arg_io_data, SGcModel *arg_gc_model=S_NULL)
Definition: SControllerBase.cpp:50
const SRobotParsed * robot_
Definition: SControllerBase.hpp:55
Definition: SRobotParsed.hpp:51
Definition: SGcModel.hpp:53
std::string robot_name_
Definition: SControllerBase.hpp:52
SRobotIO * io_data_
Definition: SControllerBase.hpp:58
bool sBool
Definition: DataTypes.hpp:54
Definition: SControllerBase.hpp:48
virtual ~SControllerBase()
Definition: SControllerBase.cpp:48
SControllerBase()
Definition: SControllerBase.cpp:40
Definition: SObject.hpp:43