diff options
| author | Keith Packard <keithp@keithp.com> | 2009-11-14 22:24:37 -0800 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-11-14 22:24:37 -0800 |
| commit | 4cffc9c4b079e39c8196ddbaf91129cda6df7f8b (patch) | |
| tree | 624fbbd5e838da5fbb0676c9e1137a911e53a81e /ao-tools/ao-view/aoview_state.c | |
| parent | 0e0db8ca3af4c07bae909938486766c646bf580b (diff) | |
Share telemetry parsing code in cc library.
ao-view had a private copy of the telemetry parsing code which
included the ability to parse the newer version of that file. Those
changes have been moved to the library version and the private copy removed.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/ao-view/aoview_state.c')
| -rw-r--r-- | ao-tools/ao-view/aoview_state.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ao-tools/ao-view/aoview_state.c b/ao-tools/ao-view/aoview_state.c index f8f01685..a7545c51 100644 --- a/ao-tools/ao-view/aoview_state.c +++ b/ao-tools/ao-view/aoview_state.c @@ -99,7 +99,7 @@ aoview_time(void) * Fill out the derived data fields */ static void -aoview_state_derive(struct aodata *data, struct aostate *state) +aoview_state_derive(struct cc_telem *data, struct aostate *state) { int i; double new_height; @@ -274,7 +274,7 @@ aoview_state_reset(void) } void -aoview_state_notify(struct aodata *data) +aoview_state_notify(struct cc_telem *data) { struct aostate *state = &aostate; aoview_state_derive(data, state); |
