Go to the documentation of this file.
22 #ifndef DBALLE_AOF_CODEC_H
23 #define DBALLE_AOF_CODEC_H
60 static void read_synop(
const uint32_t* obs,
int obs_len,
Msg& msg);
61 static void read_flight(
const uint32_t* obs,
int obs_len,
Msg& msg);
62 static void read_satob(
const uint32_t* obs,
int obs_len,
Msg& msg);
63 static void read_dribu(
const uint32_t* obs,
int obs_len,
Msg& msg);
64 static void read_temp(
const uint32_t* obs,
int obs_len,
Msg& msg);
65 static void read_pilot(
const uint32_t* obs,
int obs_len,
Msg& msg);
66 static void read_satem(
const uint32_t* obs,
int obs_len,
Msg& msg);
129 static void dump(
const Rawmsg& msg, FILE* out);