资源简介
VC++环境下开发的IEC61850报文发送源代码
可以手动配置ASDU各种参数,手动选择9-1或9-2协议
代码片段和文件信息
// 9_1send.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “9_1send.h“
#include “9_1sendDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CMy9_1sendApp
BEGIN_MESSAGE_MAP(CMy9_1sendApp CWinApp)
//{{AFX_MSG_MAP(CMy9_1sendApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
// DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CMy9_1sendApp construction
CMy9_1sendApp::CMy9_1sendApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CMy9_1sendApp object
CMy9_1sendApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CMy9_1sendApp initialization
BOOL CMy9_1sendApp::InitInstance()
{
AfxEnableControlContainer();
// Standard initialization
// If you are not using these features and wish to reduce the size
// of your final executable you should remove from the following
// the specific initialization routines you do not need.
#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif
CMy9_1sendDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
// dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
// dismissed with Cancel
}
// Since the dialog has been closed return FALSE so that we exit the
// application rather than start the application‘s message pump.
return FALSE;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 23416 2010-10-13 09:20 9_1send\9_1send.aps
文件 2584 2010-10-13 17:31 9_1send\9_1send.clw
文件 2099 2010-10-13 09:05 9_1send\9_1send.cpp
文件 4244 2010-10-13 10:39 9_1send\9_1send.dsp
文件 522 2010-10-13 09:05 9_1send\9_1send.dsw
文件 1345 2010-10-13 09:05 9_1send\9_1send.h
文件 99328 2010-10-13 17:31 9_1send\9_1send.ncb
文件 55808 2010-10-13 17:31 9_1send\9_1send.opt
文件 5357 2010-10-13 10:43 9_1send\9_1send.plg
文件 8153 2010-10-13 09:05 9_1send\9_1send.rc
文件 16136 2010-10-13 10:43 9_1send\9_1sendDlg.cpp
文件 1783 2010-10-13 10:12 9_1send\9_1sendDlg.h
文件 3318784 2010-10-13 10:43 9_1send\Debug\9_1send.bsc
文件 2134103 2010-10-13 10:43 9_1send\Debug\9_1send.exe
文件 2515312 2010-10-13 10:43 9_1send\Debug\9_1send.ilk
文件 15127 2010-10-13 10:29 9_1send\Debug\9_1send.obj
文件 6899532 2010-10-13 10:29 9_1send\Debug\9_1send.pch
文件 4129792 2010-10-13 10:43 9_1send\Debug\9_1send.pdb
文件 10184 2010-10-13 09:22 9_1send\Debug\9_1send.res
文件 0 2010-10-13 10:29 9_1send\Debug\9_1send.sbr
文件 46124 2010-10-13 10:43 9_1send\Debug\9_1sendDlg.obj
文件 0 2010-10-13 10:43 9_1send\Debug\9_1sendDlg.sbr
文件 548944 2010-10-13 09:05 9_1send\Debug\skinppwtl.dll
文件 3035 2010-10-13 10:29 9_1send\Debug\SMV.obj
文件 0 2010-10-13 10:29 9_1send\Debug\SMV.sbr
文件 105875 2010-10-13 10:29 9_1send\Debug\StdAfx.obj
文件 1361623 2010-10-13 10:29 9_1send\Debug\StdAfx.sbr
文件 246784 2010-10-13 10:43 9_1send\Debug\vc60.idb
文件 380928 2010-10-13 10:43 9_1send\Debug\vc60.pdb
文件 3877 2010-10-13 09:05 9_1send\Include\bittypes.h
............此处省略38个文件信息
- 上一篇:求解VRP问题的C++源程序
- 下一篇:C#C++混合编程C#调用非托管C++类
相关资源
- 用vc++6.0实现的银行账户管理系统
- 番茄助手vc++6.0+破解版
- 基于ARM读卡器完整源代码
- 虹膜识别VC++源程序
- 数学形态学中腐蚀与膨胀的C++实现源
- 《Visual C++ MFC棋牌类游戏编程》配套光
- VC++MFC模拟四部电梯程序
- Visual C++.NET图像处理编程源代码 陆宗
- c++ MFC 通讯录 源代码
- 简易防火墙使用C++与Qt4.5带源代码
- VC++课程设计 计算器
- 粒子群优化算法PSOC++
- 非常帅的军棋源代码附说明文档 VC
- VC MFC操作Excel 20个 源代码合集
- 上期CTP_API_C++可实盘的源代码(更新)
- LZ77数据压缩C语言源代码
- 中值滤波_均值滤波c语言实现_工程文
- 直方图均衡化_c语言实现_源代码+实验
- VTK三维可视化读取RAW数据的c++源代码
- VC++汉化包
- MFC聊天室含源代码.rar
- CNC雕刻机控制软件
- VC++2010 Express(含激活
- 学生信息管理系统基于VC++6.0
- MFC课程设计VC++超市管理系统
- C++ VC++编写通讯录文件保存附报告
- 航班信息查询系统设计
- (VC++ 数字图像处理典型算法及实现源
- 利用openGL和C++实现光线跟踪绘图的完
- VC++ VS2010实现的简单的学生管理系统
评论
共有 条评论