Skip to content

Commit

Permalink
Remove duplicate function header
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Jan 12, 2024
1 parent 3f3e66e commit 56f3974
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions hardware_interface/include/hardware_interface/resource_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -392,19 +392,6 @@ class HARDWARE_INTERFACE_PUBLIC ResourceManager
*/
bool state_interface_exists(const std::string & key) const;

/// Checks whether a command interface is registered under the given key.
/**
* \param[in] key string identifying the interface to check.
* \return true if interface exist, false otherwise.
*/
bool command_interface_exists(const std::string & key) const;

/// Checks whether a state interface is registered under the given key.
/**
* \return true if interface exist, false otherwise.
*/
bool state_interface_exists(const std::string & key) const;

private:
void validate_storage(const std::vector<hardware_interface::HardwareInfo> & hardware_info) const;

Expand Down

0 comments on commit 56f3974

Please sign in to comment.