VR-Engage  2.2
Loading...
Searching...
No Matches
plugin.h File Reference
Include dependency graph for plugin.h:

Go to the source code of this file.

Namespaces

namespace  makVre
 

Functions

VRECOMMONCOMPONENTS_DLL bool initPlayerStationModule (makVre::DtPlayerStationApp *app)
 

Function Documentation

◆ initPlayerStationModule()

VRECOMMONCOMPONENTS_DLL bool initPlayerStationModule ( makVre::DtPlayerStationApp * app)

Module initialization function declarations using C linkage.

These functions are exported from the DLL and are used by the application to initialize the vreCommonComponents module.

Initialize the vreCommonComponents module

Parameters
appPointer to the player station application instance
Returns
True if initialization succeeded, false otherwise

This function is called by the main application when loading the vreCommonComponents module. It registers all component factories provided by this module with the application's component factory registry.

References VRECOMMONCOMPONENTS_DLL.