• 大小: 8.95MB
    文件类型: .rar
    金币: 2
    下载: 1 次
    发布日期: 2023-11-13
  • 语言: 其他
  • 标签: Labview  ARINC429  

资源简介

包含ARINC429板卡的labview自发自收例程,及板卡说明书

资源截图

代码片段和文件信息

// ARINC429.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ARINC429.h“
#include “ARINC429Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CARINC429App

BEGIN_MESSAGE_MAP(CARINC429App CWinApp)
//{{AFX_MSG_MAP(CARINC429App)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CARINC429App construction

CARINC429App::CARINC429App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CARINC429App object

CARINC429App theApp;

/////////////////////////////////////////////////////////////////////////////
// CARINC429App initialization

BOOL CARINC429App::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

CARINC429Dlg 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;
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    1313843  2018-08-22 15:31  ARINC429板卡驱动\PXI(PCI)-60XX ARINC429系列产品用户手册.pdf

     文件      35241  2017-11-13 08:22  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\examples\ARINC429\TxRx_Selftest.vi

     文件      15686  2017-11-12 19:10  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\DeviceOperation\ARINC429_Close.vi

     文件      22229  2017-11-12 19:09  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\DeviceOperation\ARINC429_Open.vi

     文件      18705  2017-11-12 19:11  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_GetSerialNum.vi

     文件      21631  2017-11-12 19:12  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_GetTimetag.vi

     文件      21170  2017-11-12 19:13  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_Reset.vi

     文件      21631  2017-11-12 19:14  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_SetTimetag.vi

     文件      24749  2017-11-12 19:15  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\GeneralOperation\ARINC429_StartTimetag.vi

     文件      21260  2017-11-12 19:15  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_CancelWait.vi

     文件      18326  2017-11-12 19:16  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_EnableBit.vi

     文件      18597  2017-11-12 19:17  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_EnableGlobal.vi

     文件      21647  2017-11-12 19:18  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_Status.vi

     文件      21680  2017-11-12 19:19  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_StatusClear.vi

     文件      18237  2017-11-12 19:19  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\INTOperation\ARINC429_INT_Wait.vi

     文件      21637  2017-11-12 19:20  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_BufferClr.vi

     文件      24286  2017-11-12 19:22  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_BufferData.vi

     文件      21984  2017-11-12 19:23  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_BufferStatus.vi

     文件      19253  2017-11-12 19:24  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_Configure.vi

     文件      25501  2017-11-12 19:25  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_LableFilterEnable.vi

     文件      22856  2017-11-12 19:27  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_LableFilterTable.vi

     文件      22170  2017-11-12 19:27  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_RecvEnable.vi

     文件      21533  2017-11-12 19:28  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_Reset.vi

     文件      22187  2017-11-12 19:29  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_TimetagMode.vi

     文件      18728  2017-11-12 19:30  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\RxOperation\ARINC429_RX_TriggerDepth.vi

     文件      22173  2017-11-12 19:31  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferAreaGet.vi

     文件      22261  2017-11-12 19:31  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferAreaSet.vi

     文件      21637  2017-11-12 19:32  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferClr.vi

     文件      23614  2017-11-12 19:33  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferData.vi

     文件      22524  2017-11-12 19:34  ARINC429板卡驱动\PXI-60XX驱动\ARINC429Labview\user.lib\ARINC429\TxOperation\ARINC429_TX_BufferStatus.vi

............此处省略91个文件信息

评论

共有 条评论