You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DrZiplok@gmail.com
72e112e8c0
Fix AP_Var::load - it has to ask the serialiser, not the unserialiser, for the variable's size.
...
Fix AP_Float16 - scaling was being done in the wrong direction, and the unserialiser wasn't reporting errors.
Add test cases for the above.
git-svn-id: https://arducopter.googlecode.com/svn/trunk@1696 f9c3cf11-9bcb-44bc-f272-b75c42450872
14 years ago
..
examples
Fix AP_Var::load - it has to ask the serialiser, not the unserialiser, for the variable's size.
14 years ago
include
Minor whitespace fixes.
14 years ago
AP_Common.cpp
Drop a couple things in here in support of code moving to libraries.
15 years ago
AP_Common.h
Try to pre-empt subsequent inclusions of wiring.h by grabbing it here and giving ourselves a chance to undo some of the less well-advised macros it defines.
14 years ago
AP_Loop.cpp
Added AP_Controller library.
14 years ago
AP_Loop.h
Added AP_Controller library.
14 years ago
AP_MetaClass.cpp
Formatting and naming changes for conformance with the ArduPilot Coding Conventions.
14 years ago
AP_MetaClass.h
Rename AP_Meta_class::AP_Type_id to AP_Meta_class::Type_id in keeping with the coding standard.
14 years ago
AP_Test.h
Fix a serious typo, add more documentation.
14 years ago
AP_Var.cpp
Fix AP_Var::load - it has to ask the serialiser, not the unserialiser, for the variable's size.
14 years ago
AP_Var.h
Fix AP_Var::load - it has to ask the serialiser, not the unserialiser, for the variable's size.
14 years ago
AP_Var_menufuncs.cpp
Use a more explicit loop termination condition.
14 years ago
AP_Vector.h
Added Loop class.
14 years ago
Arduino.mk
Add the ability to find the sketchbook when called from a Makefile in a library example.
14 years ago
c++.cpp
Added AP_Controller library.
14 years ago
c++.h
Updated mavlink added eeprom class.
14 years ago
keywords.txt
Add support for 'new' and 'delete', so we can cons things on the fly.
15 years ago
menu.cpp
Move the warning controls for APM out to AP_Common. This makes it easier to grab these for libraries uniformly.
14 years ago