vlogfile.h File Reference


Detailed Description

Definition in file vlogfile.h.

#include <stdlib.h>
#include <stdio.h>

Go to the source code of this file.

Classes

struct  vlogfile_t

Defines

#define FPRINTF_HEX_BUFFER(file_handle, data, length)
#define DEBUG_LOG_PRINT_HEX_BUFFER(data, length)   do { (void)(data); (void)(length); } while (0);
#define DEBUG_LOG_PRINT_1(item)   do { ((void)(item)); } while (0)
#define DEBUG_LOG_PRINT_2(format, item)   do { ((void)(format)); ((void)(item));} while (0)
#define DEBUG_LOG_PRINT_3(format, item1, item2)   do { ((void)(format)); ((void)(item1)); ((void)(item2));} while (0)
#define DEBUG_LOG_PRINT_4(format, item1, item2, item3)   do { ((void)(format)); ((void)(item1)); ((void)(item2)); ((void)(item3));} while (0)
#define DEBUG_LOG_PRINT_5(format, item1, item2, item3, item4)   do { ((void)(format)); ((void)(item1)); ((void)(item2)); ((void)(item3)); ((void)(item4)); } while (0)
#define DEBUG_LOG_PRINT_6(format, item1, item2, item3, item4, item5)   do { ((void)(format)); ((void)(item1)); ((void)(item2)); ((void)(item3)); ((void)(item4)); ((void)(item5)); } while (0)
#define DEBUG_LOG_PRINT_TODO(item)   do { void item } while (0)
#define DEBUG_LOG_PRINT_HCS_BUFFER(item, prefix)   do { ((void)(item));((void)(prefix));} while (0)
#define DEBUG_LOG_PRINT_NOTIME(item)   do { ((void)(item)); } while (0)
#define UPDATE_DEBUG_LOG_TIME()   do { ; } while (0);


Generated on Tue Jan 6 22:41:37 2009 for Autodesk DWF 3D Toolkit by  doxygen 1.4.5