X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Fao-view%2Faoview_log.c;fp=ao-tools%2Fao-view%2Faoview_log.c;h=2880ecb11e288e03aec6b36aab7a118c698d9a1a;hp=1b89c28cd602b1253330f91bc74dc964dbee00e6;hb=d6ba07e885bdc62ba64719c9d8cc42fcecbcb09d;hpb=06cebd1026dc1bd6ee51526fa2d02905df3b3b37 diff --git a/ao-tools/ao-view/aoview_log.c b/ao-tools/ao-view/aoview_log.c index 1b89c28c..2880ecb1 100644 --- a/ao-tools/ao-view/aoview_log.c +++ b/ao-tools/ao-view/aoview_log.c @@ -38,6 +38,18 @@ aoview_log_get_serial(void) return aoview_file_get_serial(aoview_log); } +void +aoview_log_set_flight(int flight) +{ + aoview_file_set_flight(aoview_log, flight); +} + +int +aoview_log_get_flight(void) +{ + return aoview_file_get_flight(aoview_log); +} + void aoview_log_printf(char *format, ...) {