ATLAS Offline Software
|
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/msg.h>
#include <sys/wait.h>
#include <errno.h>
#include <stdint.h>
#include <unistd.h>
#include <string>
Go to the source code of this file.
Classes | |
class | Trk::IPCMat |
struct | Trk::IPCMat::MsgBuf |
Namespaces | |
Trk | |
Ensure that the ATLAS eigen extensions are properly loaded. | |
Macros | |
#define | M_ALLOCATE 1 |
#define | M_INCR_M 2 |
#define | M_INCR_V 3 |
#define | M_SCALE_M 4 |
#define | M_SCALE_V 5 |
#define | M_WRITE_M 6 |
#define | M_WRITE_V 7 |
#define | M_RESIZE 8 |
#define | M_REMOVE_MOD 9 |
#define | M_REMOVE_PAR 10 |
#define | M_SETSCALE 12 |
#define | M_SETVERSION 13 |
#define | M_END 255 |