chiark / gitweb /
nice new proto-parse stuff
[trains.git] / hostside / skelproto-pic.c
1 /*
2  * arranges for the declarations of
3  *  enco_pic_WHATEVER
4  *  onrecv_pic_WHATEVER
5  * and the tables
6  */
7
8 #ifndef PROTOCOL_H
9 #define PROTOCOL_H
10
11 const PicInsnInfo pic_command_infos[]= {
12   { "@cnameyn@", @opcodeyn@, @arglen@ }, @h2p@
13   0
14 };
15
16 const PicInsnInfo pic_reply_infos[]= {
17   { "@cnameyn@", @opcodeyn@, @arglen@ }, @p2h@
18   0
19 };