API Guides
>
ConceptRT 3.x
Home
Pages
ConceptRT API
Examples
SingleLibraryMode/main.cpp
Main example for Single Library Mode usage of ConceptRT.
#include "ConceptRTOs.h"
using namespace
ConceptRT
;
int
main(
int
argc,
char
* argv[])
{
System::Initialize
();
// Mandatory
System::ConceptRTConfigureFromArguments
(argc, argv);
ConceptRTOsInitialize
(
GetExecutablePath
());
// put your code here
ConceptRTOsFinalize
();
System::Finalize
();
// Mandatory
return
0;
}
Last documentation update : 27 October 2016 - Copyright © 2015 Objectis. All rights reserved.