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

📄 iec61850.h

📁 基于linux下的故障录波前置程序
💻 H
字号:
#ifndef _IEC61850_H_#define _IEC61850_H_#include"Global.h"#define LOWSPEED  0#define MIDDLESPEED 1#define HIGHSPEED    2void SetValueYc(int serial,long id,short ucvalue);void SetNsValueYc(int serial,long id,short ucvalue);void GetValueYc(int serial,long cur,long id,short *ucvalue);void GetNsValueYc(int serial,long cur,long id,short *ucvalue);void SetValueYx(int serial,UBYTE ucvalue);void GetValueYx(int serial,long cur,long id,UBYTE *ucvalue);void SetValueYx(int serial,UBYTE ucvalue);void GetNsValueYx(int serial,long cur,long id,UBYTE *ucvalue);void SetActiveValue(int serial,float value);void SetNsActiveValue(int serial,float value);void  GetCurPoint(long *pos);void GetCurNsPos(long *pos);float cacl_position(float *phase_A ,float *phase_B ,float *phase_C);float cacl_negative(float *phase_A ,float *phase_B ,float *phase_C);#endif

⌨️ 快捷键说明

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