mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
Added setHIL to GPS.cpp
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1686 f9c3cf11-9bcb-44bc-f272-b75c42450872
This commit is contained in:
parent
4c79a2c9a5
commit
caf6a3dc0f
@ -29,6 +29,12 @@ GPS::update(void)
|
|||||||
_idleTimer = millis();
|
_idleTimer = millis();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void
|
||||||
|
GPS::setHIL(long time, float latitude, float longitude, float altitude,
|
||||||
|
float ground_speed, float ground_course, float speed_3d, uint8_t num_sats)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
// XXX this is probably the wrong way to do it, too
|
// XXX this is probably the wrong way to do it, too
|
||||||
void
|
void
|
||||||
GPS::_error(const char *msg)
|
GPS::_error(const char *msg)
|
||||||
|
Loading…
Reference in New Issue
Block a user