ControlMessage Class Reference

#include <message.hh>

Collaboration diagram for ControlMessage:

Collaboration graph
[legend]

Detailed Description

Definition at line 135 of file message.hh.

Public Member Functions

 ControlMessage (int32_t command, int32_t param1, int32_t param2)

Data Fields

int32_t command_
int32_t param1_
int32_t param2_


Constructor & Destructor Documentation

ControlMessage::ControlMessage int32_t  command,
int32_t  param1,
int32_t  param2
[inline]
 

Definition at line 138 of file message.hh.

00138                                                                   :
00139     command_(command), param1_(param1), param2_(param2) {};


Field Documentation

int32_t ControlMessage::command_
 

Definition at line 139 of file message.hh.

Referenced by DiffusionCoreAgent::processControlMessage().

int32_t ControlMessage::param1_
 

Definition at line 142 of file message.hh.

Referenced by DiffusionCoreAgent::processControlMessage().

int32_t ControlMessage::param2_
 

Definition at line 143 of file message.hh.

Referenced by DiffusionCoreAgent::processControlMessage().


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