Orxonox
0.0.5 Codename: Arcturus
|
Files | |
file | AdditionalContextListener.h [code] |
Declaration of the AdditionalContextListener interface. | |
file | BaseWriter.cc |
Implementation of the BaseWriter class. | |
file | BaseWriter.h [code] |
Declaration of the BaseWriter class, the base of all output writers. | |
file | ConsoleWriter.cc |
Implementation of the ConsoleWriter singleton. | |
file | ConsoleWriter.h [code] |
Declaration of the ConsoleWriter singleton which is used to write output to the console. | |
file | LogWriter.cc |
Implementation of the LogWriter singleton. | |
file | LogWriter.h [code] |
Declaration of the LogWriter singleton which writes output to a log-file. | |
file | MemoryWriter.cc |
Implementation of the MemoryWriter singleton. | |
file | MemoryWriter.h [code] |
Declaration of the MemoryWriter singleton. | |
file | OutputDefinitions.h [code] |
Defines output levels and output contexts. | |
file | OutputListener.cc |
Implementation of the OutputListener class. | |
file | OutputListener.h [code] |
Declaration of the OutputListener interface which receives output from orxonox::OutputManager. | |
file | OutputManager.cc |
Implementation of the OutputManager singleton. | |
file | OutputManager.h [code] |
Declaration of the OutputManager class which receives output from orxonox::OutputStream and distributes it to all instances of orxonox::OutputListener. | |
file | OutputStream.cc |
Implementation of the non-generic functions of the OutputStream class. | |
file | OutputStream.h [code] |
Declaration of the OutputStream class which is used to send output to orxonox::OutputManager. | |
file | SubcontextOutputListener.cc |
Implementation of the SubcontextOutputListener interface. | |
file | SubcontextOutputListener.h [code] |
Declaration of the SubcontextOutputListener interface which adds the ability to filter sub-contexts to OutputListener. | |