/** @page platform_monitor Platform Monitor module @section Overview Platform Monitor module provides capabilities to catch event from target platform, such as alarm, mobile network.
The capabilities are executed directly through Plugins under Plugin "PlatformMonitor"
without any involvement of Framework.
@image html overview_platform_monitor.png "Software architecture of Platform Monitor module" The mechanism for event catch from platform requires device module init and callback registration,
and the device module init which is implemented in Plulgin, is automatically done by Framework Init operation internal
by reading Framework configuration XML in which PlatformMonitor Plugin is specified.
Some kinds of device module may have module data related to the system event,
and in this case user can access(get/set) the data through APIs provided.
Platform Monitor module has following sub implementations with each corresponding roles.
- Platform Inerface
Provides API, realted to device module which occurs system event.
User can register system event callback, get/set device module data.
*/