#include <callback.h>
Public Member Functions | |
virtual void | handle (ublox::Reader &reader)=0 |
virtual bool | wait (const boost::posix_time::time_duration &timeout) |
Public Attributes | |
boost::condition_variable | condition_ |
boost::mutex | mutex_ |
Definition at line 38 of file callback.h.
virtual void ublox_gps::CallbackHandler::handle | ( | ublox::Reader & | reader | ) | [pure virtual] |
Implemented in ublox_gps::CallbackHandler_< T >.
bool ublox_gps::CallbackHandler::wait | ( | const boost::posix_time::time_duration & | timeout | ) | [virtual] |
boost::condition_variable ublox_gps::CallbackHandler::condition_ |
Definition at line 43 of file callback.h.
boost::mutex ublox_gps::CallbackHandler::mutex_ |
Definition at line 42 of file callback.h.