famouso::mw::api Namespace Reference
Data Structures | |
| class | ReflectionPublisherEventChannel |
| class | EventChannel |
| This is the base class of each EventChannel. More... | |
| class | ExtendedEventChannel |
| Provides meta functionality for adding an attribute requirement to a given event channel implementation. More... | |
| class | PublisherEventChannel |
| class | SubscriberEventChannel |
Typedefs | |
| typedef const Event | SECCallBackData |
| Definition of the data that the SubscriberEventChannel callback will get as parameter. | |
| typedef famouso::util::Delegate < SECCallBackData & > | SECCallBack |
| Definition of the callback itself using the CallBackData as template. | |
Functions | |
| void | cb (SECCallBackData &cbd) |
| cb is the default callback | |
Typedef Documentation
Definition of the callback itself using the CallBackData as template.
| typedef const Event famouso::mw::api::SECCallBackData |
Definition of the data that the SubscriberEventChannel callback will get as parameter.
Function Documentation
| void famouso::mw::api::cb | ( | SECCallBackData & | cbd | ) |
cb is the default callback
- Note:
- Probably not needed, because of defining callback by the application itself. However for testing is nice to have. Future versions will remove that function.
Referenced by famouso::mw::api::SubscriberEventChannel< ECH >::subscribe().