ardupilot/libraries/AP_Common/examples/AP_Var
DrZiplok@gmail.com 39b718fce0 Implement the missing AP_Var_group::*serialize functions.
Rather than implementing empty default constructors, make sure that AP_Var and friends have useful default constructors instead.  This works around AP_Meta_class::meta_cast requiring a default constructor without having empty ctors scattered around.

Add accessors to AP_Var so that the global variable list can be traversed and the group/variable relationship comprehended by outsiders.

git-svn-id: https://arducopter.googlecode.com/svn/trunk@1523 f9c3cf11-9bcb-44bc-f272-b75c42450872
2011-01-22 18:42:44 +00:00
..
AP_Var.pde Implement the missing AP_Var_group::*serialize functions. 2011-01-22 18:42:44 +00:00
Makefile Following discussions with James, a complete rewrite of AP_Var. 2011-01-02 22:14:36 +00:00