Skip to content

Commit dec0c95

Browse files
mcbedyguel
authored andcommitted
removed base class method override
1 parent 33c45fc commit dec0c95

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ethercat_master/ethercat_master_etherlab/include/ethercat_master/ec_master_etherlab.hpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ class EtherlabMaster : public ethercat_interface::EcMaster
5353
*/
5454
bool stop();
5555

56-
void set_ctrl_frequency(double frequency)
57-
{
58-
interval_ = 1000000000.0 / frequency;
59-
}
60-
6156
uint32_t get_interval() {return interval_;}
6257

6358
bool read_process_data();
@@ -135,8 +130,6 @@ class EtherlabMaster : public ethercat_interface::EcMaster
135130
/** frequency to check for master or slave state change.
136131
* state checked every frequency_ control loops */
137132
uint32_t check_state_frequency_ = 10;
138-
139-
uint32_t interval_;
140133
};
141134

142135
} // namespace ethercat_master

0 commit comments

Comments
 (0)