walberla::pe::communication::RigidBodyRemoteMigrationNotification Class Reference

Detailed Description

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 RigidBodybody_
 
const Owner to_
 

Constructor & Destructor Documentation

◆ RigidBodyRemoteMigrationNotification()

walberla::pe::communication::RigidBodyRemoteMigrationNotification::RigidBodyRemoteMigrationNotification ( const RigidBody b,
const Owner to 
)
inline

Member Data Documentation

◆ body_

const RigidBody& walberla::pe::communication::RigidBodyRemoteMigrationNotification::body_

◆ to_

const Owner walberla::pe::communication::RigidBodyRemoteMigrationNotification::to_

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