![]() |
DUNE: Uniform Navigational Environment
2019.02.1
|
Public Member Functions | |
| ServoPwm (DUNE::Tasks::Task *task, int gpio, double value, bool refresh) | |
| ~ServoPwm (void) | |
| void | SetPwmValue (double _value) |
| bool | CheckGPIOSate (void) |
Public Attributes | |
| int | m_gpio |
| double | m_value |
| bool | m_gpio_state |
| bool | m_refresh |
|
inline |
|
inline |
Destructor.
|
inline |
|
inline |
Referenced by Actuators::PWM::Task::consume().
| int Actuators::PWM::ServoPwm::m_gpio |
| bool Actuators::PWM::ServoPwm::m_gpio_state |
Referenced by CheckGPIOSate().
| bool Actuators::PWM::ServoPwm::m_refresh |
| double Actuators::PWM::ServoPwm::m_value |
