debug.cpp

Go to the documentation of this file.
00001 /*
00002  *
00003  *
00004  * Distributed under the OpenDDS License.
00005  * See: http://www.opendds.org/license.html
00006  */
00007 
00008 #include "DCPS/DdsDcps_pch.h" //Only the _pch include should start with DCPS/
00009 
00010 #include "debug.h"
00011 
00012 OpenDDS_Dcps_Export unsigned int OpenDDS::DCPS::DCPS_debug_level = 0;
00013 
00014 namespace OpenDDS {
00015 namespace DCPS {
00016 
00017 OpenDDS_Dcps_Export void set_DCPS_debug_level(unsigned int lvl)
00018 {
00019   OpenDDS::DCPS::DCPS_debug_level = lvl;
00020 }
00021 
00022 }
00023 }

Generated on Fri Feb 12 20:05:22 2016 for OpenDDS by  doxygen 1.4.7