CMS 3D CMS Logo

Public Member Functions | Public Attributes

_I2O_SM_PREAMBLE_MESSAGE_FRAME Struct Reference

#include <i2oEvfMsgs.h>

Inheritance diagram for _I2O_SM_PREAMBLE_MESSAGE_FRAME:
_I2O_SM_MULTIPART_MESSAGE_FRAME

List of all members.

Public Member Functions

char * dataPtr () const

Public Attributes

U32 fuGUID
U32 fuProcID
U32 outModID
U32 rbBufferID

Detailed Description

Storage Manager Preample Message we want the run number if we knew it in this message

Definition at line 82 of file i2oEvfMsgs.h.


Member Function Documentation

char* _I2O_SM_PREAMBLE_MESSAGE_FRAME::dataPtr ( ) const [inline]

Definition at line 88 of file i2oEvfMsgs.h.

Referenced by stor::detail::InitMsgData::do_fragmentLocation().

  {
    return (char*)this+sizeof(_I2O_SM_PREAMBLE_MESSAGE_FRAME);
  }

Member Data Documentation