altos: Parameterize altitude table access and initialization
authorKeith Packard <keithp@keithp.com>
Fri, 12 Oct 2012 20:59:50 +0000 (13:59 -0700)
committerKeith Packard <keithp@keithp.com>
Fri, 12 Oct 2012 20:59:50 +0000 (13:59 -0700)
commit68308908afbd1f04b17056d2be408c89b3578c86
treeafeb849572b1b4c22e56a9fa282de124951aa69f
parent175380a436efa35bbfae2ee5e29e12e9ef86fbde
altos: Parameterize altitude table access and initialization

This allows projects to store the altitude data in different
representations or with different access modes.

By default, altitude data is stored in meters, but the initializers
include decimeter values so those can be used instead if desired.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/core/ao_convert_pa.c
src/util/make-altitude-pa