ROOT  6.06/09
Reference Guide
Functions
TMessage.cxx File Reference
#include "TMessage.h"
#include "Compression.h"
#include "TVirtualStreamerInfo.h"
#include "Bytes.h"
#include "TFile.h"
#include "TProcessID.h"
#include "RZip.h"
+ Include dependency graph for TMessage.cxx:

Go to the source code of this file.

Functions

 ClassImp (TMessage) TMessage
 Create a TMessage object for storing objects. More...
 

Function Documentation

ClassImp ( TMessage  )

Create a TMessage object for storing objects.

The "what" integer describes the type of message. Predifined ROOT system message types can be found in MessageTypes.h. Make sure your own message types are unique from the ROOT defined message types (i.e. 0 - 10000 are reserved by ROOT). In case you OR "what" with kMESS_ACK, the message will wait for an acknowledgement from the remote side. This makes the sending process synchronous. In case you OR "what" with kMESS_ZIP, the message will be compressed in TSocket using the zip algorithm (only if message is > 256 bytes).

Definition at line 33 of file TMessage.cxx.