Project

General

Profile

Files » main.c

Frédéric Blanc, 2016-01-29 09:58

 
/**
* @brief testeur DCDC
* @date 17/10/2011
* @author F.BLANC LAAS-CNRS
*
*/
#include "var.h"

int main (int argc, char *argv[])
{

if (InitCVIRTE (0, argv, 0) == 0)
fatal_error("out of memory");
if(init_main("Banc_mesure_DCDC.uir\0"))
return -1;
DisplayPanel (T_panel[PANEL_GRAPH].panel);
save_LOG("RUN GUI");
RunUserInterface ();
init_close();
return 0;
}
(19-19/25)