VR-Link API Documentation for HLA 1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes
DtNetInt16 Class Reference

Network-order signed 16-bit quantity. More...

+ Collaboration diagram for DtNetInt16:

Public Member Functions

 DtNetInt16 ()
 
 DtNetInt16 (const DtInt16 &)
 
 DtNetInt16 (const DtNetInt16 &)
 
DtNetInt16operator= (const DtNetInt16 &)
 
DtNetInt16operator= (const DtInt16 &)
 
 operator DtInt16 () const
 

Public Attributes

DtNetInt8 msbyte
 Used for internal storage, do not set directly. More...
 
DtNetInt8 lsbyte
 Used for internal storage, do not set directly. More...
 

Detailed Description

Network-order signed 16-bit quantity.

See Also
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtNetInt16::DtNetInt16 ( )
inline
DtNetInt16::DtNetInt16 ( const DtInt16 )
inline
DtNetInt16::DtNetInt16 ( const DtNetInt16 )
inline

Member Function Documentation

DtNetInt16::operator DtInt16 ( ) const
inline
DtNetInt16& DtNetInt16::operator= ( const DtNetInt16 )
inline
DtNetInt16& DtNetInt16::operator= ( const DtInt16 )
inline

Member Data Documentation

DtNetInt8 DtNetInt16::lsbyte

Used for internal storage, do not set directly.

Least Significant Byte

DtNetInt8 DtNetInt16::msbyte

Used for internal storage, do not set directly.

Most Significant Byte


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

Document ID: Generated on Mon Apr 25 03:39:01 EDT 2022 from SVN revision 242502
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)