Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Event_Pack Struct Reference

Struct defining a pack of events. More...

#include <Event_Desc.h>

Collaboration diagram for Event_Pack:
Collaboration graph

Data Fields

struct Pack_Locus locus
 The pack locator. More...
 
struct MALP_Trace_Event events [EVENT_PACK_SIZE]
 The events. More...
 
uint32_t offset
 The number of packed events. More...
 
uint8_t contains_metadata
 Indicates whether the pack contains at least one MALP_EVENT_META event. More...
 

Detailed Description

Struct defining a pack of events.

Definition at line 103 of file Event_Desc.h.

Field Documentation

uint8_t Event_Pack::contains_metadata

Indicates whether the pack contains at least one MALP_EVENT_META event.

Definition at line 108 of file Event_Desc.h.

struct MALP_Trace_Event Event_Pack::events[EVENT_PACK_SIZE]

The events.

Definition at line 106 of file Event_Desc.h.

struct Pack_Locus Event_Pack::locus

The pack locator.

Definition at line 105 of file Event_Desc.h.

uint32_t Event_Pack::offset

The number of packed events.

Definition at line 107 of file Event_Desc.h.


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