File: serialprotocol.h

package info (click to toggle)
tinyos 2.1.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 47,476 kB
  • ctags: 36,607
  • sloc: ansic: 63,646; cpp: 14,974; java: 10,358; python: 5,215; makefile: 1,724; sh: 902; asm: 597; xml: 392; perl: 74; awk: 46
file content (18 lines) | stat: -rw-r--r-- 588 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/**
 * This file is automatically generated by ncg. DO NOT EDIT THIS FILE.
 * It includes values of some nesC constants from
 * /home/phihup/cvs/tinyos-2.x/tos/lib/serial/Serial.h.
 */

enum {
    SERIAL_HDLC_CTLESC_BYTE = 125,
    SERIAL_TOS_SERIAL_802_15_4_ID = 2,
    SERIAL_SERIAL_PROTO_ACK = 67,
    SERIAL_TOS_SERIAL_CC1000_ID = 1,
    SERIAL_SERIAL_PROTO_PACKET_NOACK = 69,
    SERIAL_SERIAL_PROTO_PACKET_UNKNOWN = 255,
    SERIAL_HDLC_FLAG_BYTE = 126,
    SERIAL_TOS_SERIAL_ACTIVE_MESSAGE_ID = 0,
    SERIAL_TOS_SERIAL_UNKNOWN_ID = 255,
    SERIAL_SERIAL_PROTO_PACKET_ACK = 68
};