Mebm  1.0.0
 All Classes Files Functions Variables Macros Pages
Public Attributes | List of all members
t_mebmResponder Struct Reference

Responder filter and callback structure. More...

#include <Mebm.h>

Public Attributes

char fromFilter [MEBM_NODEID_MAX_SZ+1]
 Either "*" (meaning "any"), or a specific node name to pass an incoming message.
 
char typeFilter [MEBM_MSGTYP_MAX_SZ+1]
 Either "*" (meaning "any"), or a specific message type to pass an incoming message.
 
void(* callback )(MebmClass &, const t_mebmMessage *)
 A pointer to a function to call if the from and type filters both match the incoming message.
 

Detailed Description

Responder filter and callback structure.

Member Data Documentation

void(* t_mebmResponder::callback)(MebmClass &, const t_mebmMessage *)

A pointer to a function to call if the from and type filters both match the incoming message.

char t_mebmResponder::fromFilter[MEBM_NODEID_MAX_SZ+1]

Either "*" (meaning "any"), or a specific node name to pass an incoming message.

char t_mebmResponder::typeFilter[MEBM_MSGTYP_MAX_SZ+1]

Either "*" (meaning "any"), or a specific message type to pass an incoming message.


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