VR-Link API Documentation for DIS
 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 Wed Mar 27 02:04:30 EDT 2024 from SVN revision 264570
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)