SensorQueryHandler Class Reference

#include <sensor-query.h>

Inheritance diagram for SensorQueryHandler:

Handler Collaboration diagram for SensorQueryHandler:

Collaboration graph
[legend]

Detailed Description

Definition at line 58 of file sensor-query.h.

Public Member Functions

virtual void handle (Event *e)
 SensorQueryHandler (SensorQueryAgent *a)

Private Attributes

SensorQueryAgenta_


Constructor & Destructor Documentation

SensorQueryHandler::SensorQueryHandler SensorQueryAgent a  )  [inline]
 

Definition at line 60 of file sensor-query.h.

References a, and a_.

00060 { a_ = a; }


Member Function Documentation

virtual void SensorQueryHandler::handle Event e  )  [inline, virtual]
 

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:


Field Documentation

SensorQueryAgent* SensorQueryHandler::a_ [private]
 

Definition at line 63 of file sensor-query.h.

Referenced by handle(), and SensorQueryHandler().


The documentation for this class was generated from the following file:
Generated on Tue Mar 6 17:30:24 2007 for ns2 Network Simulator 2.29 by  doxygen 1.4.6