15 namespace diagnostic {
21 using namespace Concurrency::diagnostic;
35 void write_flag(
const char * flag, ...);
38 void write_message(
const char * message, ...);
41 void write_alert(
const char * alert, ...);
48 static void initializeConsoleCommands();
49 static void setCVMarkersActive(
bool);
50 static bool cvMarkersActive();
DT_DLL_VRVCORE DtTaitBryan level(const DtCoordinateSystem &cs, const DtVector &localOrigin, double topoHeading)
Returns a level orientation with the topographic heading.
DtCVSpan(const DtCVSpan &other)
Copy Constructor not implemented – Copy Not Allowed.
Definition: concurrencyViewerMacros.h:77
marker_series * myMarkerSeries
Definition: concurrencyViewerMacros.h:53
Creates a series/span line in the CV tool.
Definition: concurrencyViewerMacros.h:25
span * mySpan
Definition: concurrencyViewerMacros.h:74
DtCVMarkerSeries & operator=(const DtCVMarkerSeries &other)
Assignment Operator Not implemented – Assignment Not Allowed.
Definition: concurrencyViewerMacros.h:58
DtCVSpan & operator=(const DtCVSpan &other)
Assignment Operator Not implemented – Assignment Not Allowed.
Definition: concurrencyViewerMacros.h:79
DtCVMarkerSeries(const DtCVMarkerSeries &other)
Copy Constructor not implemented – Copy Not Allowed.
Definition: concurrencyViewerMacros.h:56
#define DT_DLL_vrfutil
This file is used to determine how to build Disable inconsistent dll linkage warning Visual Studio 6...
Definition: vrfutilDefines.h:34
Creates a span that demarcates a length of time in the CV tool.
Definition: concurrencyViewerMacros.h:63
static bool theVRFCVMarkersActive
Definition: concurrencyViewerMacros.h:46