MAK Data Logger API Documentation for DIS
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
DtLeInt32 Class Reference

Little endian signed 32-bit quantity. More...

+ Collaboration diagram for DtLeInt32:

Public Member Functions

 DtLeInt32 ()
 Least Significant Word. More...
 
 DtLeInt32 (const DtInt32 &i)
 
 DtLeInt32 (const DtLeInt32 &i)
 
DtLeInt32operator= (const DtLeInt32 &other)
 
DtLeInt32operator= (const DtInt32 &other)
 
 operator DtInt32 () const
 

Public Attributes

DtLeInt16 msword
 
DtLeInt16 lsword
 Most Significant Word. More...
 

Detailed Description

Little endian signed 32-bit quantity.

Constructor & Destructor Documentation

DtLeInt32::DtLeInt32 ( )
inline

Least Significant Word.

Referenced by operator=().

DtLeInt32::DtLeInt32 ( const DtInt32 &  i)
inline

References lsword, and msword.

DtLeInt32::DtLeInt32 ( const DtLeInt32 i)
inline

Member Function Documentation

DtLeInt32::operator DtInt32 ( ) const
inline

References lsword, and msword.

DtLeInt32& DtLeInt32::operator= ( const DtLeInt32 other)
inline

References lsword, and msword.

DtLeInt32& DtLeInt32::operator= ( const DtInt32 &  other)
inline

References DtLeInt32().

Member Data Documentation

DtLeInt16 DtLeInt32::lsword

Most Significant Word.

Referenced by DtLeInt32(), operator DtInt32(), and operator=().

DtLeInt16 DtLeInt32::msword

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Dec 18 15:35:09 EST 2025 from SVN revision 282494
Copyright © 2024 MAK Technologies. All Rights Reserved (www.mak.com)