?? testmsg.h
字號:
// message format for testing the physical layer -- PhyRadio#ifndef TEST_MSG#define TEST_MSG// include physical layer header defination#include "PhyRadioMsg.h"typedef struct { PhyHeader hdr; // include lower-layer header first uint8_t seqNo;} AppHeader;/* AppHeader should be the same as the sender */typedef struct { AppHeader hdr; char data[20]; int16_t crc; // crc must be the last field -- required by PhyRadio} AppPkt;#endif
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -