16 #include <vlutil/vlNetTypes.h>
18 #include <vlutil/vlUtil.h>
25 unsigned short totalSize()
const;
44 hdrSize += alignedPtrPadding(
this+1, 8);
48 return alignValue(hdrSize+
size, 2);
54 return (
char*)(&
size + 1);
56 return (
char*)alignPtr(&
size + 1, 4);
58 return (
char*)alignPtr(&
size + 1, 8);
64 unsigned long totalSize()
const;
84 hdrSize += alignedPtrPadding(
this+1, 8);
88 return alignValue(hdrSize+
size, 4);
94 return (
char*)alignPtr(&
size + 1, 4);
96 return (
char*)alignPtr(&
size + 1, 8);
102 unsigned short baseSize()
const;
116 unsigned long baseSize()
const;
char * valuePtr()
Definition: netAttrs.h:51
MAKRti::DtNetU16 handle
Definition: netAttrs.h:28
char * valuePtr()
Definition: netAttrs.h:91
unsigned short baseSize() const
Definition: netAttrs.h:108
Format for putting upate attributes into messages.
Definition: netAttrs.h:22
Definition: netAttrs.h:99
unsigned long totalSize() const
Definition: netAttrs.h:75
MAKRti::DtNetU16 size
Definition: netAttrs.h:29
unsigned long baseSize() const
Definition: netAttrs.h:122
DtNetU32 handle
Definition: netAttrs.h:67
unsigned short totalSize() const
Definition: netAttrs.h:35
Definition: netAttrs.h:113
DtNetU32 size
Definition: netAttrs.h:69
MAKRti::DtNetU16 numAttrs
Definition: netAttrs.h:104
#define DT_DLL_LRC
Definition: rtiMsConfig.h:126
Definition: netAttrs.h:61
DtNetU32 numAttrs
Definition: netAttrs.h:118