DataNeighborEntry Class Reference

#include <two_phase_pull.hh>

Collaboration diagram for DataNeighborEntry:

Collaboration graph
[legend]

Detailed Description

Definition at line 106 of file two_phase_pull.hh.

Public Member Functions

 DataNeighborEntry (int32_t neighbor_id, int data_flag)

Data Fields

int data_flag_
int32_t neighbor_id_
timeval tv_


Constructor & Destructor Documentation

DataNeighborEntry::DataNeighborEntry int32_t  neighbor_id,
int  data_flag
[inline]
 

Definition at line 108 of file two_phase_pull.hh.

References GetTime(), and tv_.

00108                                                         :
00109     neighbor_id_(neighbor_id), data_flag_(data_flag)
00110   {
00111     GetTime(&tv_);
00112   };

Here is the call graph for this function:


Field Documentation

int DataNeighborEntry::data_flag_
 

Definition at line 116 of file two_phase_pull.hh.

Referenced by GradientFilter::reinforcementTimeout(), and GradientFilter::setReinforcementFlags().

int32_t DataNeighborEntry::neighbor_id_
 

Definition at line 112 of file two_phase_pull.hh.

Referenced by GradientFilter::reinforcementTimeout(), and GradientFilter::setReinforcementFlags().

struct timeval DataNeighborEntry::tv_
 

Definition at line 115 of file two_phase_pull.hh.

Referenced by DataNeighborEntry().


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