#include <mxflib/mxflib.h>
#include <stdio.h>
#include <iostream>
#include <stdarg.h>
Functions | |
static void | DumpObject (MDObjectPtr Object, std::string Prefix) |
Dump an object and any physical or logical children. | |
int | main_process (int argc, char *argv[]) |
Do the main processing (less any pause before exit). | |
int | main (int argc, char *argv[]) |
Do the main processing and pause if required. | |
void | warning (const char *Fmt,...) |
Display a warning message. | |
void | error (const char *Fmt,...) |
Display an error message. | |
Variables | |
const bool | UseCompiledDict = false |
int | Verbose = 0 |
Debug flag for KLVLib. | |
static bool | DebugMode = false |
MXFLib debug flag. | |
static bool | FullIndex = false |
Flag for dumping entire index table. | |
static bool | FullBody = false |
Flag for dumping all body partitions. | |
static bool | DumpLocation = false |
Flag for dumping object locations as well as object data. | |
static bool | FollowGlobals = true |
Flag for following global references. | |
static bool | CheckDump = false |
Flag for very simple check summary dump only. | |
bool | PauseBeforeExit = false |
Should we pause before exit? |
void DumpObject | ( | MDObjectPtr | Object, | |
std::string | Prefix | |||
) | [static] |
Dump an object and any physical or logical children.
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Do the main processing and pause if required.
int main_process | ( | int | argc, | |
char * | argv[] | |||
) |
Do the main processing (less any pause before exit).
bool CheckDump = false [static] |
Flag for very simple check summary dump only.
bool DebugMode = false [static] |
MXFLib debug flag.
bool DumpLocation = false [static] |
Flag for dumping object locations as well as object data.
bool FollowGlobals = true [static] |
Flag for following global references.
bool FullBody = false [static] |
Flag for dumping all body partitions.
bool FullIndex = false [static] |
Flag for dumping entire index table.
bool PauseBeforeExit = false |
Should we pause before exit?
const bool UseCompiledDict = false |
int Verbose = 0 |
Debug flag for KLVLib.