mirror of https://github.com/ArduPilot/ardupilot
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();
|
||||
}
|
||||
|
||||
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
|
||||
void
|
||||
GPS::_error(const char *msg)
|
||||
|
|
Loading…
Reference in New Issue