ADTF
Loading...
Searching...
No Matches
adtf::services::IRecorder::tEvent Struct Reference

Layout of the events emitted by a recorder streaming service. More...

#include <recorder_intf.h>

Public Types

enum  tEventIds : uint32_t { PostFileClosed = 2 , PostFileDiscarded = 3 }
 

Public Attributes

uint64_t nEventDataSize
 the event id.
 
uint32_t nEventId
 
uint8_t aEventData [0]
 

Detailed Description

Layout of the events emitted by a recorder streaming service.

Member Enumeration Documentation

◆ tEventIds

Enumerator
PostFileClosed 

Sent after a file has been closed. aEventData contains a NULL-terminated string that contains the file name.

PostFileDiscarded 

Sent after a file has been discarded. aEventData contains a NULL-terminated string that contains the file name.


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