![]() |
MHEG5
22.11.0
|
Utilitiy functions for IC Streamer. More...
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "glue_debug.h"
#include "glue_ulong.h"
Macros | |
#define | DBG(x) |
#define | PDBG(x) TRACE(TICS, x) |
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 |