VR-Link API Documentation for HLA 1516
Classes | Public Member Functions | Public Attributes
DtNetInt64 Class Reference

A Network byte aligned 64 integer data structure. More...

+ Collaboration diagram for DtNetInt64:

List of all members.

Classes

union  TempLayout
 Used to Swap Longs. More...

Public Member Functions

 DtNetInt64 ()
 DtNetInt64 (const DtInt64 &f)
 DtNetInt64 (const DtNetInt64 &f)
DtNetInt64operator= (const DtNetInt64 &other)
DtNetInt64operator= (const DtInt64 &other)
 operator DtInt64 () const

Public Attributes

DtNetInt32 mslong
 Used for internal storage, do not set directly.
DtNetInt32 lslong
 Least Significant Long Used for internal storage, do not set directly.

Detailed Description

A Network byte aligned 64 integer data structure.

This type is used for network encoding in VR-Link.

See also:
DtSetNetworkByteOrdering

Constructor & Destructor Documentation

DtNetInt64::DtNetInt64 ( ) [inline]
DtNetInt64::DtNetInt64 ( const DtInt64 f) [inline]
DtNetInt64::DtNetInt64 ( const DtNetInt64 f) [inline]

Member Function Documentation

DtNetInt64::operator DtInt64 ( ) const [inline]
DtNetInt64& DtNetInt64::operator= ( const DtNetInt64 other) [inline]
DtNetInt64& DtNetInt64::operator= ( const DtInt64 other) [inline]

Member Data Documentation

Least Significant Long Used for internal storage, do not set directly.

Used for internal storage, do not set directly.

Most Significant Long


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

Document ID: Generated on Mon May 14 08:06:18 EDT 2012 from SVN revision 114750
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)