|
|
|
@ -226,6 +226,8 @@ bool LogReader::handle_log_format_msg(const struct log_Format &f)
@@ -226,6 +226,8 @@ bool LogReader::handle_log_format_msg(const struct log_Format &f)
|
|
|
|
|
msgparser[f.type] = new LR_MsgHandler_REPH(formats[f.type], ekf2, ekf3); |
|
|
|
|
} else if (streq(name, "REVH")) { |
|
|
|
|
msgparser[f.type] = new LR_MsgHandler_REVH(formats[f.type], ekf2, ekf3); |
|
|
|
|
} else if (streq(name, "RWOH")) { |
|
|
|
|
msgparser[f.type] = new LR_MsgHandler_RWOH(formats[f.type], ekf2, ekf3); |
|
|
|
|
} else { |
|
|
|
|
// debug(" No parser for (%s)\n", name);
|
|
|
|
|
} |
|
|
|
|