mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_WheelEncoder: change class name from SITL::SITL to SITL::SIM
This commit is contained in:
parent
4312213e18
commit
88a72cca0b
@ -30,7 +30,7 @@ public:
|
|||||||
void update(void) override;
|
void update(void) override;
|
||||||
|
|
||||||
private:
|
private:
|
||||||
SITL::SITL *_sitl; // pointer to SITL singleton
|
SITL::SIM *_sitl; // pointer to SITL singleton
|
||||||
|
|
||||||
int32_t _distance_count; // distance count as number of encoder ticks
|
int32_t _distance_count; // distance count as number of encoder ticks
|
||||||
uint32_t _total_count; // total number of encoder ticks
|
uint32_t _total_count; // total number of encoder ticks
|
||||||
|
Loading…
Reference in New Issue
Block a user