/** ****************************************************************************** * @file iec6-870_common.h * @author VicZhang * @version V1.1.1 * @date 05-October-2020 * @brief This file provides all the IEC60870-5 firmware functions (add-on * to IEC60870-5 functions). ****************************************************************************** * @attention * * <h2><center>© COPYRIGHT 2020 VicZhang's Application Team</center></h2> * * Licensed under IEC60870-5 Liberty SW License Agreement V2, (the "License"); * You may not use this file except in compliance with the License. * You may obtain a copy of the License at: * * Email: beagenius@163.com * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * ****************************************************************************** */
时间: 2023-08-24 14:09:29 浏览: 210
这段代码是一个头文件(iec6-870_common.h),提供了IEC60870-5通信协议的一些函数。这些函数是作为IEC60870-5通信协议的附加功能,可以增强IEC60870-5通信协议的能力。
该头文件中的函数是针对IEC60870-5通信协议进行开发的,可以用于在远程终端设备和主站之间进行数据交换和控制命令的传输。在该头文件中,还包含了版权声明和许可证信息,提醒用户在使用该头文件时要遵守相关的版权和许可协议。
总的来说,该代码是一个提供IEC60870-5通信协议附加功能的头文件,其中包含了一些函数和版权信息,可以用于数据交换和控制命令的传输。
阅读全文