ompl::msg Namespace Reference

Message namespace. This contains classes needed to output error messages (or logging) from within the library. More...

Classes

class  Interface
 The piece of code that desires interaction with an action or an output handler should use an instance of this class. This class connects to the active OutputHandler (if any) and forwards messages. More...
class  OutputHandler
 Generic class to handle output from a piece of code. More...
class  OutputHandlerSTD
 Default implementation of OutputHandler. This sends the information to the console. More...

Functions

OutputHandlergetOutputHandler (void)
 Get the instance of the OutputHandler currently used. This is NULL in case there is no output handler.
void noOutputHandler (void)
 This function instructs ompl that no messages should be outputted.
void restorePreviousOutputHandler (void)
 Restore the output handler that was previously in use.
void useOutputHandler (OutputHandler *oh)
 Specify the instance of the OutputHandler to use. By default, this is OutputHandlerSTD.

Detailed Description

Message namespace. This contains classes needed to output error messages (or logging) from within the library.


Function Documentation

OutputHandler* ompl::msg::getOutputHandler ( void   ) 

Get the instance of the OutputHandler currently used. This is NULL in case there is no output handler.

void ompl::msg::noOutputHandler ( void   ) 

This function instructs ompl that no messages should be outputted.

void ompl::msg::restorePreviousOutputHandler ( void   ) 

Restore the output handler that was previously in use.

void ompl::msg::useOutputHandler ( OutputHandler *  oh  ) 

Specify the instance of the OutputHandler to use. By default, this is OutputHandlerSTD.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines


ompl
Author(s): Ioan Sucan/isucan@rice.edu, Mark Moll/mmoll@rice.edu, Lydia Kavraki/kavraki@rice.edu
autogenerated on Fri Jan 11 09:34:03 2013