rtsscom.h

来自「网上下载的一个rtx例子」· C头文件 代码 · 共 27 行

H
27
字号
/*****************************************************************************
***   RTSSCOM.H -- header file (RTSS to Win32 Communication function calls)      ***
******************************************************************************
****                                                                      ****
****     Header file containing functions that allow the RTSS process       ****
****     to communicate with a Win32 application                           ****  
****                                                                      ****
****     Last revision date:  1/4/99                                     ****
****     Programmer:  Dan Block                                           ****
****                                                                      ****
*****************************************************************************/
int InitRTSS_Communication(void);
void DeleteRTSS_Communication(void);
LONG WaitforCommandandProcessEvents(DWORD eventcheckmillsec);
int ProcessingEvent(void);
void fcnSendEvent(int eventcommand);
void GetSentData(float data[20],char *buffer);
void SetSendData(float data[20]);

// These defines and globals are for the savedata function
#define NUM_POINTS 2000
#define POINT_INCREMENT 1
void csl_sprintf( char *Buffer, const char *Format, ... );
void init_savedata(void);
void savedata(int circ,float d1,float d2,float d3,float d4,float d5,
              float d6,float d7,float d8);
int savedatafile(char* datafile);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?