Mercurial > hg > Members > nobuyasu > Spin
view Samples/App.F.defines.h @ 2:a2dac3fa7383 draft default tip
add Makefile
author | Nobuyasu Oshiro <dimolto@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 29 Jun 2012 06:22:47 +0900 |
parents | 86e67be8bc5f |
children |
line wrap: on
line source
/* * Global Definitions */ #define LOSS 0 /* message loss */ #define DUPS 0 /* duplicate msgs */ #define QSZ 2 /* queue size */ mtype = { red, white, blue, abort, accept, ack, sync_ack, close, connect, create, data, eof, open, reject, sync, transfer, FATAL, NON_FATAL, COMPLETE } chan use_to_pres[2] = [QSZ] of { byte }; chan pres_to_use[2] = [QSZ] of { byte }; chan pres_to_ses[2] = [QSZ] of { byte }; chan ses_to_pres[2] = [QSZ] of { byte, byte }; chan ses_to_flow[2] = [QSZ] of { byte, byte }; chan flow_to_ses[2] = [QSZ] of { byte, byte }; chan dll_to_flow[2] = [QSZ] of { byte, byte }; chan flow_to_dll[2] = [QSZ] of { byte, byte }; chan ses_to_fsrv[2] = [0] of { byte }; chan fsrv_to_ses[2] = [0] of { byte };