Revision: 8874
          http://playerstage.svn.sourceforge.net/playerstage/?rev=8874&view=rev
Author:   hsujohnhsu
Date:     2010-09-02 02:13:21 +0000 (Thu, 02 Sep 2010)

Log Message:
-----------
add GetVerbose() for Timer printf use

Modified Paths:
--------------
    code/gazebo/branches/wg/server/GazeboMessage.hh

Modified: code/gazebo/branches/wg/server/GazeboMessage.hh
===================================================================
--- code/gazebo/branches/wg/server/GazeboMessage.hh     2010-09-02 02:12:44 UTC 
(rev 8873)
+++ code/gazebo/branches/wg/server/GazeboMessage.hh     2010-09-02 02:13:21 UTC 
(rev 8874)
@@ -85,6 +85,9 @@
     /// \brief Set the verbosity
     /// \param level Level of the verbosity
     public: void SetVerbose( int level );
+
+    /// \brief Get the current verbosity level
+    public: int GetVerbose() {return this->level;};
   
     /// \brief Use this to output a message to the terminal
     /// \param level Level of the message


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to