OpenCores
URL https://opencores.org/ocsvn/pcie_ds_dma/pcie_ds_dma/trunk

Subversion Repositories pcie_ds_dma

[/] [pcie_ds_dma/] [trunk/] [soft/] [linux/] [application/] [wb_test/] [src/] [work/] [main.cpp] - Diff between revs 19 and 30

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 19 Rev 30
Line 51... Line 51...
//
//
#include <locale.h>
#include <locale.h>
#include <unistd.h>
#include <unistd.h>
#include <stdlib.h>
#include <stdlib.h>
#include <stdio.h>
#include <stdio.h>
 
#include <signal.h>
 
 
#include "cl_wbpex.h"
#include "cl_wbpex.h"
//#include "tf_test.h"
//#include "tf_test.h"
//#include "tf_teststrm.h"
//#include "tf_teststrm.h"
//#include "tf_teststrmout.h"
//#include "tf_teststrmout.h"
Line 84... Line 85...
 
 
int BRDC_main(int argc, BRDCHAR* argv[])
int BRDC_main(int argc, BRDCHAR* argv[])
{
{
    // анализ командной строки
    // анализ командной строки
    setlocale( LC_ALL, "Russian" );
    setlocale( LC_ALL, "Russian" );
 
    signal(SIGINT, signa_handler);
 
 
    TF_Test  *pTest=NULL;
    TF_Test  *pTest=NULL;
    TF_Test  *pTest2=NULL;
    TF_Test  *pTest2=NULL;
 
 
    BRDCHAR* fname = argv[1];
    BRDCHAR* fname = argv[1];

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.