Fawkes API  Fawkes Development Version
fawkes::bb_ieventserial_msg_t Struct Reference

Message to identify an two interface instances. More...

#include <messages.h>

Public Attributes

uint32_t serial
 instance serial to unique identify own instance More...
 
uint32_t event_serial
 instance serial to unique identify instance that caused the event. More...
 

Detailed Description

Message to identify an two interface instances.

This message is used for MSG_BB_READER_ADDED, MSG_BB_READER_REMOVED, MSG_BB_WRITER_ADDED, and MSG_BB_READER_REMOVED.

Definition at line 124 of file messages.h.

Member Data Documentation

◆ event_serial

uint32_t fawkes::bb_ieventserial_msg_t::event_serial

instance serial to unique identify instance that caused the event.

Definition at line 126 of file messages.h.

Referenced by fawkes::BlackBoardNetHandlerInterfaceListener::bb_interface_message_received(), and fawkes::RemoteBlackBoard::inbound_received().

◆ serial

uint32_t fawkes::bb_ieventserial_msg_t::serial

instance serial to unique identify own instance

Definition at line 125 of file messages.h.

Referenced by fawkes::BlackBoardNetHandlerInterfaceListener::bb_interface_message_received(), and fawkes::RemoteBlackBoard::inbound_received().


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