#include <OtherMessage.h>
Public Member Functions | |
uint32 | bodySize () const |
uint32 | code () const |
uint8 * | msgBody () const |
OtherMessageView (void *buf) | |
uint32 | size () const |
uint8 * | startAddress () |
Private Attributes | |
uint8 * | buf_ |
Header * | head_ |
uint8 * | msg_body_start_ |
Definition at line 41 of file OtherMessage.h.
|
inline |
Definition at line 47 of file OtherMessage.h.
References buf_, and msg_body_start_.
|
inline |
Definition at line 58 of file OtherMessage.h.
References buf_, convert32(), head_, msg_body_start_, and Header::size_.
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 63 of file OtherMessage.h.
Referenced by bodySize(), OtherMessageView(), and startAddress().
|
private |
Definition at line 65 of file OtherMessage.h.
Referenced by bodySize(), code(), and size().
|
private |
Definition at line 64 of file OtherMessage.h.
Referenced by bodySize(), msgBody(), and OtherMessageView().