ATTRIBUTELINK Class Reference

#include <p802_15_4nam.h>

Collaboration diagram for ATTRIBUTELINK:

Collaboration graph
[legend]

Detailed Description

Definition at line 89 of file p802_15_4nam.h.

Public Member Functions

 ATTRIBUTELINK (packet_t pt, char *clr, int s, int d)

Data Fields

int attribute
char color [21]
int dst
ATTRIBUTELINKlast
ATTRIBUTELINKnext
packet_t ptype
int src


Constructor & Destructor Documentation

ATTRIBUTELINK::ATTRIBUTELINK packet_t  pt,
char *  clr,
int  s,
int  d
[inline]
 

Definition at line 98 of file p802_15_4nam.h.

References attribute, ATTRIBUTE_SN, color, dst, last, next, ptype, and src.

00099     {
00100         ptype = pt;
00101         strncpy(color,clr,20);
00102         color[20] = 0;
00103         src = s;
00104         dst = d;
00105         attribute = ATTRIBUTE_SN++;
00106         last = NULL;
00107         next = NULL;
00108     }


Field Documentation

int ATTRIBUTELINK::attribute
 

Definition at line 95 of file p802_15_4nam.h.

Referenced by ATTRIBUTELINK().

char ATTRIBUTELINK::color[21]
 

Definition at line 93 of file p802_15_4nam.h.

Referenced by ATTRIBUTELINK().

int ATTRIBUTELINK::dst
 

Definition at line 94 of file p802_15_4nam.h.

Referenced by ATTRIBUTELINK(), findAttrLink(), and updateAttrLink().

ATTRIBUTELINK* ATTRIBUTELINK::last
 

Definition at line 96 of file p802_15_4nam.h.

Referenced by addAttrLink(), ATTRIBUTELINK(), and updateAttrLink().

ATTRIBUTELINK* ATTRIBUTELINK::next
 

Definition at line 97 of file p802_15_4nam.h.

Referenced by addAttrLink(), ATTRIBUTELINK(), findAttrLink(), and updateAttrLink().

packet_t ATTRIBUTELINK::ptype
 

Definition at line 92 of file p802_15_4nam.h.

Referenced by ATTRIBUTELINK(), findAttrLink(), and updateAttrLink().

int ATTRIBUTELINK::src
 

Definition at line 94 of file p802_15_4nam.h.

Referenced by ATTRIBUTELINK(), findAttrLink(), and updateAttrLink().


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