Open Reality Reference Guide
 
Loading...
Searching...
No Matches
FBLibrary Class Reference

Library class for DLL registration. More...

#include <fbcomponent.h>

Inheritance diagram for FBLibrary:

Public Member Functions

virtual bool LibInit ()
 Initialize library.
 
virtual bool LibOpen ()
 Open library.
 
virtual bool LibReady ()
 Is library ready? Ready the library to begin accessing the functions.
 
virtual bool LibClose ()
 Close library.
 
virtual bool LibRelease ()
 Release library.
 
- Public Member Functions inherited from FBLibraryBase
 IObject_Declare (override)
 
 ICallback_Declare (override)
 
virtual bool LibInit ()
 Initialize library.
 
virtual bool LibOpen ()
 Open library.
 
virtual bool LibReady ()
 Is library ready? Ready the library to begin accessing the functions.
 
virtual bool LibClose ()
 Close library.
 
virtual bool LibRelease ()
 Release library.
 
void Library_OpenHandler (HIRegister pCaller, HKEventBase pEvent)
 
void Library_ReadyHandler (HIRegister pCaller, HKEventBase pEvent)
 
void Library_CloseHandler (HIRegister pCaller, HKEventBase pEvent)
 
void Library_ReleaseHandler (HIRegister pCaller, HKEventBase pEvent)
 

Additional Inherited Members

- Public Attributes inherited from FBLibraryBase
KGlobalNamedEvent * mLibrary_Open
 Library Open.
 
KGlobalNamedEvent * mLibrary_Ready
 Library Ready.
 
KGlobalNamedEvent * mLibrary_Close
 Library Close.
 
KGlobalNamedEvent * mLibrary_Release
 Library Release.
 

Detailed Description

Library class for DLL registration.

Manages the DLL control via a global FBLibrary object. For each DLL to be created, an implementation of the FBLibrary functions will be necessary, see the sample code to see an example implementation.

Definition at line 1142 of file fbcomponent.h.

Member Function Documentation

◆ LibClose()

virtual bool LibClose ( )
virtual

Close library.

Returns
true if successful.

Reimplemented from FBLibraryBase.

◆ LibInit()

virtual bool LibInit ( )
virtual

Initialize library.

Initial load of DLL into memory.

Returns
true if successful.

Reimplemented from FBLibraryBase.

◆ LibOpen()

virtual bool LibOpen ( )
virtual

Open library.

Library is opened to peruse the exported symbols.

Returns
true if successful.

Reimplemented from FBLibraryBase.

◆ LibReady()

virtual bool LibReady ( )
virtual

Is library ready? Ready the library to begin accessing the functions.

Any on library activation code should be placed in this function.

Returns
true if successful.

Reimplemented from FBLibraryBase.

◆ LibRelease()

virtual bool LibRelease ( )
virtual

Release library.

Returns
true if successful.

Reimplemented from FBLibraryBase.


The documentation for this class was generated from the following file: