Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | File Members

RecentMsgRecord Class Reference

#include <landmark.h>

Collaboration diagram for RecentMsgRecord:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 RecentMsgRecord ()

Public Attributes

nsaddr_t id_
int level_
int origin_time_

Constructor & Destructor Documentation

RecentMsgRecord::RecentMsgRecord  )  [inline]
 

Definition at line 203 of file landmark.h.

References id_, level_, and origin_time_.

00203                     {
00204     id_ = 60000;
00205     level_ = -1;
00206     origin_time_ = 0;
00207   }


Member Data Documentation

nsaddr_t RecentMsgRecord::id_
 

Definition at line 208 of file landmark.h.

Referenced by LandmarkAgent::CheckDemotionMsg(), and RecentMsgRecord().

int RecentMsgRecord::level_
 

Definition at line 209 of file landmark.h.

Referenced by LandmarkAgent::CheckDemotionMsg(), and RecentMsgRecord().

int RecentMsgRecord::origin_time_
 

Definition at line 210 of file landmark.h.

Referenced by LandmarkAgent::CheckDemotionMsg(), and RecentMsgRecord().


The documentation for this class was generated from the following file:
Generated on Tue Apr 20 13:13:14 2004 for NS2.26SourcesOriginal by doxygen 1.3.3