Yuki Suga / RTnoV4

Dependencies:   EthernetInterface mbed-rtos

Committer:
ysuga
Date:
Thu Aug 29 05:29:55 2013 +0000
Revision:
7:6c7af1d50fb3
Parent:
0:5f7bc45bc2e8
update v5

Who changed what in which revision?

UserRevisionLine numberNew contents of line
ysuga 0:5f7bc45bc2e8 1 #ifndef TYPECODE_HEADER_INCLUDED
ysuga 0:5f7bc45bc2e8 2 #define TYPECODE_HEADER_INCLUDED
ysuga 0:5f7bc45bc2e8 3
ysuga 0:5f7bc45bc2e8 4 #include <stdint.h>
ysuga 0:5f7bc45bc2e8 5 uint8_t TypeCode_isSequence(const char typeCode);
ysuga 0:5f7bc45bc2e8 6
ysuga 0:5f7bc45bc2e8 7 uint8_t TypeCode_getElementSize(const char typeCode);
ysuga 0:5f7bc45bc2e8 8
ysuga 0:5f7bc45bc2e8 9 #endif // #ifndef TYPECODE_HEADER_INCLUDED