Logo ROOT   6.08/07
Reference Guide
Enumerations
MPCode Namespace Reference

This namespace prevents conflicts between MPCode::kError and ELogLevel::kError. More...

Enumerations

enum  EMPCode : unsigned {
  kMessage = 1000, kError, kFatalError, kShutdownOrder,
  kShutdownNotice, kRecvError
}
 An enumeration of the message codes handled by TMPClient and TMPWorker. More...
 

Detailed Description

This namespace prevents conflicts between MPCode::kError and ELogLevel::kError.

Enumeration Type Documentation

◆ EMPCode

enum MPCode::EMPCode : unsigned

An enumeration of the message codes handled by TMPClient and TMPWorker.

Enumerator
kMessage 

Generic message.

kError 

Error message.

kFatalError 

Fatal error: whoever sends this message is terminating execution.

kShutdownOrder 

Used by the client to tell servers to shutdown.

kShutdownNotice 

Used by the workers to notify client of shutdown.

kRecvError 

Error while reading from the socket.

Definition at line 27 of file MPCode.h.