|
ACF $AcfVersion:0$
|
This class represents double word type with network byte order (big endian, MSB first). More...
#include <TMsbWord.h>
Public Member Functions | |
| TMsbWord () | |
| TMsbWord (quint32 inputValue) | |
| TMsbWord (const TMsbWord &inputValue) | |
| operator quint32 () const | |
| Returns value as MSB. | |
| quint32 | GetLsb () const |
| Returns the value as LSB. | |
| bool | Serialize (iser::IArchive &archive) |
This class represents double word type with network byte order (big endian, MSB first).
Definition at line 20 of file TMsbWord.h.
|
inline |
Definition at line 51 of file TMsbWord.h.
|
inline |
Definition at line 59 of file TMsbWord.h.
|
inline |
Definition at line 71 of file TMsbWord.h.
|
inline |
Returns the value as LSB.
Definition at line 94 of file TMsbWord.h.
|
inline |
Returns value as MSB.
Definition at line 81 of file TMsbWord.h.
|
inline |
Definition at line 109 of file TMsbWord.h.
References iser::IArchive::ProcessData().