Go to the documentation of this file. 1 #if !defined ( WXPLPLOT_NANOSEC_H__INCLUDED_ )
2 #define WXPLPLOT_NANOSEC_H__INCLUDED_
5 #ifdef PLPLOT_WX_DEBUG_OUTPUT
11 #ifdef PLPLOT_WX_NANOSEC
14 pl_wx_nanosec(
const char *
string);
16 #define PLPLOT_wxLogDebug(string) pl_wx_nanosec(string)
18 #endif //#ifdef PLPLOT_WX_NANOSEC
20 #if !defined(PLPLOT_wxLogDebug)
21 #define PLPLOT_wxLogDebug(string) wxLogDebug(string)
23 #else //ifdef PLPLOT_WX_DEBUG_OUTPUT
24 #define PLPLOT_wxLogDebug(string)
25 #endif //ifdef PLPLOT_WX_DEBUG_OUTPUT
27 #endif //#if !defined ( WXPLPLOT_NANOSEC_H__INCLUDED_ )