Header file for the notification types.
#include "core/DataTypes.h"
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede rik. henni g@fa u.de | |
walberla::pe | |
walberla::pe::communication | |
Functions | |
Notification utility functions | |
template<typename T > | |
NotificationType | walberla::pe::communication::notificationType () |
Returns the notification type of the template parameter. More... | |
Notification type marshalling functions | |
template<typename Buffer > | |
void | walberla::pe::communication::marshal (Buffer &buffer, const NotificationType &type) |
TODO. More... | |
template<typename Buffer > | |
void | walberla::pe::communication::unmarshal (Buffer &buffer, NotificationType &type) |
TODO. More... | |
Notification utility functions | |
template<typename T > | |
NotificationType | walberla::pe::communication::notificationType () |
Returns the notification type of the template parameter. More... | |
Notification type marshalling functions | |
template<typename Buffer > | |
void | walberla::pe::communication::marshal (Buffer &buffer, const NotificationType &type) |
TODO. More... | |
template<typename Buffer > | |
void | walberla::pe::communication::unmarshal (Buffer &buffer, NotificationType &type) |
TODO. More... | |