![]() |
KSquare Utilities
|
Structure used to break 32 bit word into different formats;. More...
#include <KKBaseTypes.h>
Public Member Functions | |
| WordFormat32Bits () | |
| WordFormat32Bits (kkuint32 d) | |
| WordFormat32Bits (kkint32 d) | |
| WordFormat32Bits (uchar b0, uchar b1, uchar b2, uchar b3) | |
Public Attributes | |
| struct { | |
| uchar byte0 | |
| uchar byte1 | |
| uchar byte2 | |
| uchar byte3 | |
| } | fourBytes |
| kkuint32 | signed32BitInt |
| kkuint32 | unsigned32BitInt |
Structure used to break 32 bit word into different formats;.
Definition at line 283 of file KKBaseTypes.h.
| WordFormat32Bits::WordFormat32Bits | ( | ) |
Definition at line 115 of file KKBaseTypes.cpp.
References unsigned32BitInt.
Referenced by KKLSC::ScannerFile4BitEncoded::OpRecInstrumentDataWord3::OpRecInstrumentDataWord3().
| WordFormat32Bits::WordFormat32Bits | ( | kkuint32 | d | ) |
Definition at line 122 of file KKBaseTypes.cpp.
References unsigned32BitInt.
Referenced by KKLSC::ScannerFile::ReportTextMsg().
| WordFormat32Bits::WordFormat32Bits | ( | kkint32 | d | ) |
Definition at line 136 of file KKBaseTypes.cpp.
| uchar KKB::WordFormat32Bits::byte0 |
Definition at line 292 of file KKBaseTypes.h.
| uchar KKB::WordFormat32Bits::byte1 |
Definition at line 293 of file KKBaseTypes.h.
| uchar KKB::WordFormat32Bits::byte2 |
Definition at line 294 of file KKBaseTypes.h.
| uchar KKB::WordFormat32Bits::byte3 |
Definition at line 295 of file KKBaseTypes.h.
| struct { ... } KKB::WordFormat32Bits::fourBytes |
| kkuint32 KKB::WordFormat32Bits::signed32BitInt |
Definition at line 299 of file KKBaseTypes.h.
Referenced by WordFormat32Bits().
| kkuint32 KKB::WordFormat32Bits::unsigned32BitInt |
Definition at line 298 of file KKBaseTypes.h.
Referenced by KKLSC::ScannerFile::ReportInstrumentDataWord(), WordFormat32Bits(), and KKLSC::ScannerFile::WriteInstrumentDataWord().