sradio.h

来自「This a framework to test new ideas in tr」· C头文件 代码 · 共 28 行

H
28
字号
#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 + =
减小字号Ctrl + -
显示快捷键?