APM:Libraries
|
#include <RPM_SITL.h>
Public Member Functions | |
AP_RPM_SITL (AP_RPM &ranger, uint8_t instance, AP_RPM::RPM_State &_state) | |
void | update (void) |
Public Member Functions inherited from AP_RPM_Backend | |
AP_RPM_Backend (AP_RPM &_ap_rpm, uint8_t instance, AP_RPM::RPM_State &_state) | |
virtual | ~AP_RPM_Backend (void) |
int8_t | get_pin (void) const |
Private Attributes | |
SITL::SITL * | sitl |
uint8_t | instance |
Additional Inherited Members | |
Protected Attributes inherited from AP_RPM_Backend | |
AP_RPM & | ap_rpm |
AP_RPM::RPM_State & | state |
Definition at line 23 of file RPM_SITL.h.
AP_RPM_SITL::AP_RPM_SITL | ( | AP_RPM & | ranger, |
uint8_t | instance, | ||
AP_RPM::RPM_State & | _state | ||
) |
|
virtual |
Implements AP_RPM_Backend.
Definition at line 33 of file RPM_SITL.cpp.
|
private |
Definition at line 33 of file RPM_SITL.h.
Referenced by AP_RPM_SITL(), and update().
|
private |
Definition at line 32 of file RPM_SITL.h.
Referenced by AP_RPM_SITL(), and update().