NotificationType.h File Reference

Detailed Description

Header file for the notification types.

Author
Tobias Preclik
Sebastian Eibl sebas.nosp@m.tian.nosp@m..eibl.nosp@m.@fau.nosp@m..de
#include "core/DataTypes.h"

Namespaces

 walberla
 \file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de
 
 walberla::pe
 
 walberla::pe::communication
 

Enumerations

enum  walberla::pe::communication::NotificationType {
  walberla::pe::communication::rigidBodyDeletionNotification = 1, walberla::pe::communication::rigidBodyRemovalNotification, walberla::pe::communication::rigidBodyCopyNotification, walberla::pe::communication::rigidBodyForceNotification,
  walberla::pe::communication::rigidBodyUpdateNotification, walberla::pe::communication::rigidBodyMigrationNotification, walberla::pe::communication::rigidBodyRemoteMigrationNotification, walberla::pe::communication::rigidBodyVelocityUpdateNotification,
  walberla::pe::communication::rigidBodyVelocityCorrectionNotification, walberla::pe::communication::rigidBodyNewShadowCopyNotification, walberla::pe::communication::rigidBodyRemovalInformationNotification
}
 Associate a unique number to notifications for identifying/tagging them. More...
 

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...