Wrapper class for rigid body remote migration notifications.
The RigidBodyRemoteMigrationNotification class is a wrapper class for marshaling and unmarshaling rigid body remote migration notifications. When receiving a remote migration notification this indicates that a body of which the local process has a shadow copy migrates from the sending process to another one. Remote migration notices may only be sent by the previous owner of the body.
#include <RigidBodyRemoteMigrationNotification.h>
Classes | |
struct | Parameters |
Public Member Functions | |
RigidBodyRemoteMigrationNotification (const RigidBody &b, const Owner &to) | |
Public Attributes | |
const RigidBody & | body_ |
const Owner | to_ |
|
inline |
const RigidBody& walberla::pe::communication::RigidBodyRemoteMigrationNotification::body_ |
const Owner walberla::pe::communication::RigidBodyRemoteMigrationNotification::to_ |