Template Class SingleMotorRequest

Inheritance Relationships

Base Type

Derived Type

Class Documentation

template<CommandType C>
class SingleMotorRequest : public myactuator_rmd::SingleMotorMessage<C>

Request to be sent by the driver to a single actuator.

Template Parameters:

C – Type of the command to be requested

Subclassed by myactuator_rmd::SetGainsRequest< C >

Public Functions

constexpr SingleMotorRequest(std::array<std::uint8_t, 8> const &data)
constexpr SingleMotorRequest() = default
SingleMotorRequest(SingleMotorRequest const&) = default
SingleMotorRequest &operator=(SingleMotorRequest const&) = default
SingleMotorRequest(SingleMotorRequest&&) = default
SingleMotorRequest &operator=(SingleMotorRequest&&) = default