gPTP Documentation
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
debugout.hpp File Reference
#include <stdio.h>
Include dependency graph for debugout.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define XPTPD_ERROR(fmt,...)   fprintf( stderr, "ERROR at %u in %s: " fmt "\n", __LINE__, __FILE__ ,## __VA_ARGS__)
 
#define XPTPD_INFO(fmt,...)
 

Macro Definition Documentation

#define XPTPD_ERROR (   fmt,
  ... 
)    fprintf( stderr, "ERROR at %u in %s: " fmt "\n", __LINE__, __FILE__ ,## __VA_ARGS__)

Prints errors at stderr output

#define XPTPD_INFO (   fmt,
  ... 
)

debugs disabled