API Guides > ConceptRT 3.x
Layer Initialization

Detailed Description

Functions

void ConceptRTComponentsInitialize ()
 Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer. More...
 
void ConceptRTComponentsInitialize (PCChar8 applicationPath)
 Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer. More...
 
void ConceptRTComponentsFinalize ()
 Finalize ConceptRTOs layer. Should be called after using ConceptRTOs layer. More...
 
bool IsConceptRTComponentsInitialized ()
 Query if ConceptRTComponents layer has been initialized. More...
 

Function Documentation

void ConceptRTComponentsFinalize ( )

Finalize ConceptRTOs layer. Should be called after using ConceptRTOs layer.

Can be used instead of ConceptRTOsFinalize()

void ConceptRTComponentsInitialize ( )

Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer.

Can be used instead of ConceptRTOsInitialize()

RT Exceptions:
RT_ERROR_NOT_ABLE_TO_CREATE_APPLICATION_DIR
void ConceptRTComponentsInitialize ( PCChar8  applicationPath)

Initialize ConceptRTComponents layer. Should be called before using ConceptRTComponents layer.

Parameters
applicationPathThe application path. See System::GetApplicationPath()

Can be used instead of ConceptRTOsInitialize(PCChar8 applicationPath)

RT Exceptions:
RT_ERROR_NOT_ABLE_TO_CREATE_APPLICATION_DIR
bool IsConceptRTComponentsInitialized ( )

Query if ConceptRTComponents layer has been initialized.

Returns
true if initialized, false if not.