📄 sradio.h
字号:
#ifndef SRADIO_H__#define SRADIO_H__#include "swr_types.h"#include "stfa.h"#define MAX_MS 2#define SLOT_SCH 0#define SLOT_RACH 1#define STR_LEN 256#define MAX_TR_SLOTS MAX_SLOTS//struct rach_data{ // Our id (should be unique) int id; // The MS-class (unused) int class;};struct ms_data{ int uplink[ MAX_SLOTS ]; int downlink[ MAX_SLOTS ];};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -