Closed GoogleCodeExporter closed 8 years ago
Original comment by Meee...@gmail.com
on 15 Feb 2011 at 11:36
The AP_Var parameter store doesn't actually know how many parameters there are
(parameters can actually come and go at will), and not all of them can be
reported via MAVlink as it stands.
There's also no contiguous, indexed array of parameters - it would require too
much memory to keep it as such. The smallest unique handle that can be vended
for an AP_Var is 32 bits in size (type ID + memory address).
With that said, we can probably managed this on the front end in the MAVlink
code; it won't be entirely pretty (read, slow-ish).
Original comment by DrZip...@gmail.com
on 16 Feb 2011 at 5:20
This issue is dead, isn't it?
Original comment by dewei...@gmail.com
on 14 Mar 2011 at 10:01
id say yes
Original comment by Meee...@gmail.com
on 15 Mar 2011 at 11:20
Original comment by dewei...@gmail.com
on 21 Mar 2011 at 3:28
Original issue reported on code.google.com by
Meee...@gmail.com
on 15 Feb 2011 at 11:35