HSS1394
Release1.00
|
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. | |
uint48 & | operator= (const uint48 &other) |
Assignment operator. | |
Public Attributes | |
uint32 | mu32Low |
LS32 of value. | |
uint16 | mu16High |
MS16 of value. | |
uint16 | mu16Guard |
Redundant 16-bit guard. | |
48-bit unsigned integer