#include <p802_15_4nam.h>
Collaboration diagram for ATTRIBUTELINK:

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 |
| ATTRIBUTELINK * | last |
| ATTRIBUTELINK * | next |
| packet_t | ptype |
| int | src |
|
||||||||||||||||||||
|
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 }
|
|
|
Definition at line 95 of file p802_15_4nam.h. Referenced by ATTRIBUTELINK(). |
|
|
Definition at line 93 of file p802_15_4nam.h. Referenced by ATTRIBUTELINK(). |
|
|
Definition at line 94 of file p802_15_4nam.h. Referenced by ATTRIBUTELINK(), findAttrLink(), and updateAttrLink(). |
|
|
Definition at line 96 of file p802_15_4nam.h. Referenced by addAttrLink(), ATTRIBUTELINK(), and updateAttrLink(). |
|
|
Definition at line 97 of file p802_15_4nam.h. Referenced by addAttrLink(), ATTRIBUTELINK(), findAttrLink(), and updateAttrLink(). |
|
|
Definition at line 92 of file p802_15_4nam.h. Referenced by ATTRIBUTELINK(), findAttrLink(), and updateAttrLink(). |
|
|
Definition at line 94 of file p802_15_4nam.h. Referenced by ATTRIBUTELINK(), findAttrLink(), and updateAttrLink(). |
1.4.6