MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / main

Function main

lib/hidapi/testgui/test.cpp:524–532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

522}
523
524int main(int argc, char **argv)
525{
526 FXApp app("HIDAPI Test Application", "Signal 11 Software");
527 app.init(argc, argv);
528 g_main_window = new MainWindow(&app);
529 app.create();
530 app.run();
531 return 0;
532}

Callers

nothing calls this directly

Calls 3

initMethod · 0.45
createMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected