#include <sensor-query.h>
Inheritance diagram for SensorQueryHandler:


Definition at line 58 of file sensor-query.h.
Public Member Functions | |
| virtual void | handle (Event *e) |
| SensorQueryHandler (SensorQueryAgent *a) | |
Private Attributes | |
| SensorQueryAgent * | a_ |
|
|
Definition at line 60 of file sensor-query.h.
|
|
|
Implements Handler. Definition at line 61 of file sensor-query.h. References a_, and SensorQueryAgent::generate_query(). 00061 { a_->generate_query(-1,-1,-1); }
Here is the call graph for this function: ![]() |
|
|
Definition at line 63 of file sensor-query.h. Referenced by handle(), and SensorQueryHandler(). |
1.4.6