SITL: updates for new AP_Param API

This commit is contained in:
Andrew Tridgell 2012-12-13 08:48:38 +11:00
parent 306d53b4ae
commit fc8bd8cf95

View File

@ -27,6 +27,11 @@ struct sitl_fdm {
class SITL
{
public:
SITL() {
AP_Param::setup_object_defaults(this, var_info);
}
struct sitl_fdm state;
static const struct AP_Param::GroupInfo var_info[];