![]() |
Multi-ApplicationOnlineProfiling
2.1
|
#include <MAP_Event.h>

Data Fields | |
| int | plugin_id |
| int | metric_id |
| MAP_Metric_type | type |
| double | dvalue |
| uint64_t | ulivalue |
Event used to carry a MAP plugin event
Definition at line 47 of file MAP_Event.h.
| double MAP_Event::dvalue |
Type of the Metric (choosing between uint64_t and double)
Definition at line 52 of file MAP_Event.h.
| int MAP_Event::metric_id |
Id of the plugin (as seen form the MAP_Plugin_array
Definition at line 50 of file MAP_Event.h.
| int MAP_Event::plugin_id |
Definition at line 49 of file MAP_Event.h.
| MAP_Metric_type MAP_Event::type |
Id of the MAP_Metric as seen from the MAP_Plugin
Definition at line 51 of file MAP_Event.h.
| uint64_t MAP_Event::ulivalue |
Double for this sample
Definition at line 53 of file MAP_Event.h.