⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rtsscom.h

📁 RTX是当前非常流行的RTX实时操作系统
💻 H
字号:
/*****************************************************************************
***   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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -