We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33c45fc commit dec0c95Copy full SHA for dec0c95
ethercat_master/ethercat_master_etherlab/include/ethercat_master/ec_master_etherlab.hpp
@@ -53,11 +53,6 @@ class EtherlabMaster : public ethercat_interface::EcMaster
53
*/
54
bool stop();
55
56
- void set_ctrl_frequency(double frequency)
57
- {
58
- interval_ = 1000000000.0 / frequency;
59
- }
60
-
61
uint32_t get_interval() {return interval_;}
62
63
bool read_process_data();
@@ -135,8 +130,6 @@ class EtherlabMaster : public ethercat_interface::EcMaster
135
130
/** frequency to check for master or slave state change.
136
131
* state checked every frequency_ control loops */
137
132
uint32_t check_state_frequency_ = 10;
138
139
- uint32_t interval_;
140
133
};
141
134
142
} // namespace ethercat_master
0 commit comments