secs1.p
来自「SECS I, SECS II协议通讯源码」· P 代码 · 共 30 行
P
30 行
/* Protogen Version 1.05 Thursday February 09, 1995 22:39:56 */
/* Secs1btp.c */
void SecsTimestart(SECS_TIMER *timer);
BOOL SecsTimeout(SECS_TIMER *timer);
int BtpAllocSend(BOOL first);
void BtpUnallocAll(void);
void BtpFlushSend(void);
void Secs1pup(BOOL power_up);
void BtpIdle(void);
/* Secs1mra.c */
int MraRegisterExpected(SECS1_BLOCK *block_ptr, BOOL useSecondary);
void MraUnregisterExpected(int number);
int MraFreeBuffers(void);
int MraAllocReceive(void);
void MraDeallocReceive(int number);
void MraReceive(int block);
void MraTimeouts(void);
void MraInit(BOOL power_up);
/* Pause.c */
void PStack( int num);
BOOL AddProcess( FUNC newprocess);
void ReinitProcesses(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?