?? tskencode.h
字號:
#ifndef TSKENCODE_
#define TSKENCODE__
// RF5 module includes
#include <chan.h>
#include <icell.h>
#ifdef __cplusplus
extern "C" {
#endif
#define PROCESSNUMCHANNELS 1
#define PROCESSNUMCELLS 1
/* Definition of the structure describing the state of the thread. */
typedef struct _ThrEncode
{
CHAN_Obj chanList[ PROCESSNUMCHANNELS ];
ICELL_Obj cellList[ PROCESSNUMCHANNELS * PROCESSNUMCELLS ];
} ThrEncode;
// message IDs
enum
{
MSGQUALCHANGE = 0
};
/* prototypes for public functions */
extern Void tskEncodeInit( Void );
extern Void tskEncodeStart();
extern Void tskEncode( Void );
#ifdef __cplusplus
}
#endif // extern "C"
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -