#include <ClusterSync.H>
Public Types | |
enum | SyncMessageID { SyncNOP = 0, RequestEvents = 1, ReadyToSwapBuffers = 2, ProceedWithSwapBuffers = 3, Shutdown = 4 } |
Public Member Functions | |
SyncMessage () | |
SyncMessage (const int32 msg_id) | |
virtual uint32 | type () const |
virtual void | serialize (BinaryOutput &b) const |
virtual void | deserialize (BinaryInput &b) |
Public Attributes | |
int32 | id |
IS3D::SyncMessage::SyncMessage | ( | ) | [inline] |
IS3D::SyncMessage::SyncMessage | ( | const int32 | msg_id | ) | [inline] |
virtual uint32 IS3D::SyncMessage::type | ( | ) | const [inline, virtual] |
References IS3D::Sync_MSG.
virtual void IS3D::SyncMessage::serialize | ( | BinaryOutput & | b | ) | const [inline, virtual] |
virtual void IS3D::SyncMessage::deserialize | ( | BinaryInput & | b | ) | [inline, virtual] |
References Shutdown.
int32 IS3D::SyncMessage::id |