![]() |
MHEG5
22.3.0
|
Utilitiy functions for IC Streamer. More...
Go to the source code of this file.
Macros | |
#define | MHEG5_MAX_RANGE_BUFFER (64) |
Functions | |
void | ULL_Print (U64HL size) |
Print a stream size value (for debug purposes). More... | |
char * | ULL_ToString (U64HL val) |
Convert 64 bit value to string (for debug purposes). More... | |
U32BIT | MHEG5GetUniqueId (void) |
Return a unique ID. The ID is a non-zero 32-bit value. It is guaranteed to be unique for the first 0x7fffffff calls. More... | |
Utilitiy functions for IC Streamer.
U32BIT MHEG5GetUniqueId | ( | void | ) |
Return a unique ID. The ID is a non-zero 32-bit value. It is guaranteed to be unique for the first 0x7fffffff calls.
void ULL_Print | ( | U64HL | size | ) |
Print a stream size value (for debug purposes).
size | Stream size |
char* ULL_ToString | ( | U64HL | val | ) |
Convert 64 bit value to string (for debug purposes).
val | 64 bit integer |