gusimplewhiteboard
guWhiteboard::Whiteboard::callback_descr Struct Reference

#include <Whiteboard.h>

Collaboration diagram for guWhiteboard::Whiteboard::callback_descr:

Public Member Functions

 callback_descr (WBFunctorBase *f, int t=-1, int o=-1)
 create callback descr More...
 

Public Attributes

int type
 message type More...
 
int current
 last message index More...
 
WBFunctorBasefunc
 functor to call More...
 

Detailed Description

Definition at line 118 of file Whiteboard.h.

Constructor & Destructor Documentation

◆ callback_descr()

guWhiteboard::Whiteboard::callback_descr::callback_descr ( WBFunctorBase f,
int  t = -1,
int  o = -1 
)
inline

create callback descr

Definition at line 125 of file Whiteboard.h.

Member Data Documentation

◆ current

int guWhiteboard::Whiteboard::callback_descr::current

last message index

Definition at line 121 of file Whiteboard.h.

Referenced by guWhiteboard::Whiteboard::subscriptionCallback().

◆ func

WBFunctorBase* guWhiteboard::Whiteboard::callback_descr::func

functor to call

Definition at line 122 of file Whiteboard.h.

◆ type

int guWhiteboard::Whiteboard::callback_descr::type

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