First message received by airborne wavecard

This commit is contained in:
Pascal Brisset
2005-11-07 16:56:46 +00:00
parent 8c3dca77ed
commit a33c4883d5
15 changed files with 296 additions and 188 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ let parse_message = fun m ->
fprintf out "\n";
define (sprintf "DL_%s_ID" msg_name) (Xml.attrib m "ID");
let offset = ref 0 in
let offset = ref 1 in (** 1 for the tag of the message *)
let rec parse_field = fun f ->
match Xml.tag f with
"field" ->