DUNE: Uniform Navigational Environment
2017.01.0
|
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 |
References m_gpio, m_gpio_state, m_refresh, and m_value.
|
inline |
Destructor.
|
inline |
References m_gpio_state.
Referenced by Actuators::PWM::Task::consume().
|
inline |
References m_value.
Referenced by Actuators::PWM::Task::consume().
int Actuators::PWM::ServoPwm::m_gpio |
Referenced by ServoPwm().
bool Actuators::PWM::ServoPwm::m_gpio_state |
Referenced by CheckGPIOSate(), and ServoPwm().
bool Actuators::PWM::ServoPwm::m_refresh |
Referenced by ServoPwm().
double Actuators::PWM::ServoPwm::m_value |
Referenced by ServoPwm(), and SetPwmValue().