1553B软件设计BC客户端
发布时间
阅读量:
阅读量
作为1553B总线通信软件,其核心功能在于实现总线控制器BC与远程终端RT之间的数据交互控制。
本次实验采用的硬件板卡为EXC—PCI/MCH-1,相关技术文档可通过官方网站获取,网址为:http://www.mil-1553.com。
<span style="font-family:KaiTi_GB2312;font-size:18px;">//1553B_BC.cpp
#include <iostream>
using namespace std;
#include <stdio.h>
#include <conio.h>
/*API函数头文件包含*/
#include "Proto_mch.h"
#include "deviceio.h"
#include "error_devio.h"
#include "Error_mch.h"
#include "exc4000.h"
#include "excdef.h"
#include "excsysio.h"
#include "flags_mch.h"
#include "Instance_mch.h"
#include "mchI
全部评论 (0)
还没有任何评论哟~
