Enum interface_configuration_type
- Defined in File controller_interface_base.hpp 
Enum Documentation
- 
enum class controller_interface::interface_configuration_type : std::uint8_t
- Indicating which interfaces are to be claimed. - One might either claim all available command/state interfaces, specifying a set of individual interfaces, or none at all. - Values: - 
enumerator ALL
 - 
enumerator INDIVIDUAL
 - 
enumerator NONE
 
- 
enumerator ALL