Crinit -- Configurable Rootfs Init
Loading...
Searching...
No Matches
crinitElosEvent Struct Reference

#include <elos-common.h>

Collaboration diagram for crinitElosEvent:
Collaboration graph

Data Fields

struct timespec date
 Unix timestamp in nano seconds resolution.
 
crinitElosEventSource_t source
 Struct containing informations about where the event originated from.
 
crinitElosSeverityE_t severity
 When the message gets classified it is mapped to a severity value defined by this project.
 
char * hardwareid
 An unique identifier for the hardware which produced this particular information.
 
uint64_t classification
 Used to categorize events to be related to a certain context of system information.
 
crinitElosEventMessageCodeE_t messageCode
 
char * payload
 Actual payload of the information.
 

Detailed Description

Event send to elos.

Field Documentation

◆ classification

uint64_t crinitElosEvent::classification

Used to categorize events to be related to a certain context of system information.

◆ date

struct timespec crinitElosEvent::date

Unix timestamp in nano seconds resolution.

◆ hardwareid

char* crinitElosEvent::hardwareid

An unique identifier for the hardware which produced this particular information.

◆ messageCode

crinitElosEventMessageCodeE_t crinitElosEvent::messageCode

Used to hide information, thus an information has a meaning without providing a payload (text).

◆ payload

char* crinitElosEvent::payload

Actual payload of the information.

◆ severity

crinitElosSeverityE_t crinitElosEvent::severity

When the message gets classified it is mapped to a severity value defined by this project.

◆ source

crinitElosEventSource_t crinitElosEvent::source

Struct containing informations about where the event originated from.


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