![]() |
MAK Data Logger API Documentation for DIS
|
Little endian signed 32-bit quantity. More...
Collaboration diagram for DtLeInt32:Public Member Functions | |
| DtLeInt32 () | |
| Least Significant Word. | |
| DtLeInt32 (const DtInt32 &i) | |
| DtLeInt32 (const DtLeInt32 &i) | |
| DtLeInt32 & | operator= (const DtLeInt32 &other) |
| DtLeInt32 & | operator= (const DtInt32 &other) |
| operator DtInt32 () const | |
Public Attributes | |
| DtLeInt16 | msword |
| DtLeInt16 | lsword |
| Most Significant Word. | |
Little endian signed 32-bit quantity.
|
inline |
Least Significant Word.
Referenced by operator=().
|
inline |
|
inline |
References DtLeInt32().
| DtLeInt16 DtLeInt32::lsword |
Most Significant Word.
Referenced by DtLeInt32(), operator DtInt32(), and operator=().
| DtLeInt16 DtLeInt32::msword |
Referenced by DtLeInt32(), operator DtInt32(), and operator=().