Class OutputHandler
Defined in File Console.h
Inheritance Relationships
Derived Types
public ompl::msg::OutputHandlerFile
(Class OutputHandlerFile)public ompl::msg::OutputHandlerSTD
(Class OutputHandlerSTD)
Class Documentation
-
class OutputHandler
Generic class to handle output from a piece of code.
In order to handle output from the library in different ways, an implementation of this class needs to be provided. This instance can be set with the useOutputHandler function.
Subclassed by ompl::msg::OutputHandlerFile, ompl::msg::OutputHandlerSTD