File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/components/real/communication Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ class WingsCommandSenderToC2a : public Component {
39
39
~WingsCommandSenderToC2a () {}
40
40
41
41
protected:
42
- C2aCommandDatabase c2a_command_database_; // !< Command database
43
- WingsOperationFile wings_operation_file_; // !< WINGS operation file
44
- bool is_enabled_; // !< Enable flag
45
- const double step_width_s_; // !< Step width to execute this component [s]
46
- double wait_s_ = 0.0 ; // !< Wait counter [s]
47
- bool is_end_of_line_ = false ; // !< Flag to detect end of line
42
+ s2e::setting_file_reader:: C2aCommandDatabase c2a_command_database_; // !< Command database
43
+ s2e::setting_file_reader:: WingsOperationFile wings_operation_file_; // !< WINGS operation file
44
+ bool is_enabled_; // !< Enable flag
45
+ const double step_width_s_; // !< Step width to execute this component [s]
46
+ double wait_s_ = 0.0 ; // !< Wait counter [s]
47
+ bool is_end_of_line_ = false ; // !< Flag to detect end of line
48
48
49
49
// Override functions for Component
50
50
/* *
You can’t perform that action at this time.
0 commit comments