📄 btcencode.h
字号:
#ifndef BTCENCODE_H
#define BTCENCODE_H
/*
*********************************************************************************
* INCLUDE FILES
*********************************************************************************
*/
#include "..\..\GlobalDef.h"
#include "..\..\GlobalVar.h"
#include "BTCstruct.h"
/*
*********************************************************************************
* NAME: BTCencode
* PURPOSE: encoding and concatenation of slots.
*
* Input: data_in[]: the information data for encoding.
* nslot: the slot number for the encoded and modulated data.
* rep: the repetition factor.
* fec: the struct for the FEC type.
*
* Output: data_out[]: the data output.
*
* AUTHOR: Zhang Tao 2007-02-12
*
*********************************************************************************
*/
void BTCencode(int data_in[],int nslot,int rep,FEC_TYPE fec,int data_out[]);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -