MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Functions
(0xFF,0xD0) Event Source [CPP]
Collaboration diagram for (0xFF,0xD0) Event Source [CPP]:

Classes

struct  mip::data_shared::EventSource
 

Functions

void mip::data_shared::insert (Serializer &serializer, const EventSource &self)
 
void mip::data_shared::extract (Serializer &serializer, EventSource &self)
 

Detailed Description

Identifies which event trigger caused this packet to be emitted.

Generally this is used to determine whether a packet was emitted due to scheduled streaming or due to an event.

Function Documentation

◆ extract()

void mip::data_shared::extract ( Serializer serializer,
EventSource self 
)

◆ insert()

void mip::data_shared::insert ( Serializer serializer,
const EventSource self 
)