📄 tossimradiomsg.h
字号:
#ifndef TOSSIM_RADIO_MSG_H
#define TOSSIM_RADIO_MSG_H
#include "AM.h"
typedef nx_struct tossim_header {
nx_am_addr_t dest;
nx_am_addr_t src;
nx_uint8_t length;
nx_am_group_t group;
nx_am_id_t type;
} tossim_header_t;
typedef nx_struct tossim_footer {
nxle_uint16_t crc;
} tossim_footer_t;
typedef nx_struct tossim_metadata {
nx_int8_t strength;
nx_uint8_t ack;
nx_uint16_t time;
} tossim_metadata_t;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -