Browse thread
[Caml-list] reading bytes into c-defined structs
- henri dubois-ferriere
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | henri dubois-ferriere <henridf@g...> |
| Subject: | [Caml-list] reading bytes into c-defined structs |
Hi, I have a little ocaml app which needs to read/write packets from a serial device. The different packet types are originally defined as c structs and i would like to be able to read the incoming bytes and convert them into ocaml records with as much automation as possible. Is there any way to automate this process? CamlIDL will automate the process of translating the c structs into ml, which is a first step, but are there any tools which would allow me to then populate the ml record from an incoming set of bytes? Any tips/pointers appreciated! Henri ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners