HSS1394  Release1.00
Public Member Functions | Public Attributes | List of all members
hss1394::uint48 Class Reference

48-bit unsigned integer More...

#include <HSS1394Types.h>

Public Member Functions

 uint48 (void)
 Construct zero-valued instance.
 
 uint48 (uint16 u16High, uint32 u32Low)
 Construct instance from MS16 and LS32 bits.
 
bool operator== (const uint48 &other) const
 Equivalence test.
 
uint48operator= (const uint48 &other)
 Assignment operator.
 

Public Attributes

uint32 mu32Low
 LS32 of value.
 
uint16 mu16High
 MS16 of value.
 
uint16 mu16Guard
 Redundant 16-bit guard.
 

Detailed Description

48-bit unsigned integer


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