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
14pl_wx_nanosec(
const char *
string);
16#define PLPLOT_wxLogDebug(string) pl_wx_nanosec(string)
20#if !defined(PLPLOT_wxLogDebug)
21#define PLPLOT_wxLogDebug(string) wxLogDebug(string)
24#define PLPLOT_wxLogDebug(string)