Public Member Functions | Protected Member Functions
LogHandler Class Reference

#include <util.h>

Inheritance diagram for LogHandler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 LogHandler ()

Protected Member Functions

virtual void handleEvent (UEvent *event)

Detailed Description

Definition at line 37 of file util.h.


Constructor & Destructor Documentation

LogHandler::LogHandler ( ) [inline]

Definition at line 40 of file util.h.


Member Function Documentation

virtual void LogHandler::handleEvent ( UEvent event) [inline, protected, virtual]

Method called by the UEventsManager to handle an event. Important : this method must do a minimum of work because the faster the dispatching loop is done; the faster the events are received. If a handling function takes too much time, the events list can grow faster than it is emptied. The event can be modified but must not be deleted.

Implements UEventsHandler.

Definition at line 45 of file util.h.


The documentation for this class was generated from the following file:


rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:31