ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
Trk::IPCMat::MsgBuf Struct Reference
Collaboration diagram for Trk::IPCMat::MsgBuf:

Public Member Functions

 MsgBuf ()
 

Public Attributes

long mtype
 
union {
   char   fname [100]
 
   uint32_t   n
 
   double   scale
 
   float   version
 
   struct {
      uint32_t   i
 
      uint32_t   j
 
      double   v
 
   }   matrix
 
data
 

Detailed Description

Definition at line 76 of file IPCMat.h.

Constructor & Destructor Documentation

◆ MsgBuf()

Trk::IPCMat::MsgBuf::MsgBuf ( )
inline

Definition at line 78 of file IPCMat.h.

78 : mtype(255){}

Member Data Documentation

◆ data

union { ... } Trk::IPCMat::MsgBuf::data

◆ fname

char Trk::IPCMat::MsgBuf::fname[100]

Definition at line 81 of file IPCMat.h.

◆ i

uint32_t Trk::IPCMat::MsgBuf::i

Definition at line 87 of file IPCMat.h.

◆ j

uint32_t Trk::IPCMat::MsgBuf::j

Definition at line 88 of file IPCMat.h.

◆ matrix

struct { ... } Trk::IPCMat::MsgBuf::matrix

◆ mtype

long Trk::IPCMat::MsgBuf::mtype

Definition at line 77 of file IPCMat.h.

◆ n

uint32_t Trk::IPCMat::MsgBuf::n

Definition at line 82 of file IPCMat.h.

◆ scale

double Trk::IPCMat::MsgBuf::scale

Definition at line 83 of file IPCMat.h.

◆ v

double Trk::IPCMat::MsgBuf::v

Definition at line 89 of file IPCMat.h.

◆ version

float Trk::IPCMat::MsgBuf::version

Definition at line 84 of file IPCMat.h.


The documentation for this struct was generated from the following file:
Trk::IPCMat::MsgBuf::mtype
long mtype
Definition: IPCMat.h:77