Skip to content

Commit

Permalink
removed base class method override
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbed authored and yguel committed Dec 20, 2023
1 parent 33c45fc commit dec0c95
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ class EtherlabMaster : public ethercat_interface::EcMaster
*/
bool stop();

void set_ctrl_frequency(double frequency)
{
interval_ = 1000000000.0 / frequency;
}

uint32_t get_interval() {return interval_;}

bool read_process_data();
Expand Down Expand Up @@ -135,8 +130,6 @@ class EtherlabMaster : public ethercat_interface::EcMaster
/** frequency to check for master or slave state change.
* state checked every frequency_ control loops */
uint32_t check_state_frequency_ = 10;

uint32_t interval_;
};

} // namespace ethercat_master
Expand Down

0 comments on commit dec0c95

Please sign in to comment.