![]() |
![]() |
![]() |
/home/mob/svn/appWeb/1.2.3/mpr/mpr.cpp File ReferenceDetailed DescriptionLibrary and application initialization.The user instantiates the MR class in their application, typically in main(). Users can initialize the library by creating an instance of the Mpr class, or they can start the Mpr services such as the thread-task, timer and select modules. Usage (FUTURE -- code): Mpr *mpr = new Mpr("trace.log:2"); // Mandatory mpr->configure("myProduct.xml"); // Optional mpr->start(); // Optional Full MR usage enabled here delete mpr; // Mandatory This module is thread-safe.
Function Documentation
|