iec61850.h

来自「基于linux下的故障录波前置程序」· C头文件 代码 · 共 27 行

H
27
字号
#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 + =
减小字号Ctrl + -
显示快捷键?