Main Page | Modules | Data Structures | File List | Data Fields | Globals | Related Pages | Examples

_SEdge Struct Reference
[Spider]


Detailed Description

RAM and EEPROM stored spider edge. Compared to to PROGMEM stored SEdgeP there are two extra fields: next and source.
Examples:

certs.c, fake_sim.c, and tsmsacl.c.

Data Fields


Field Documentation

const SNode* _SEdge::f
 

pointer on from node.

Examples:
certs.c, fake_sim.c, and tsmsacl.c.

const struct _SEdge* _SEdge::next
 

edges are linked into list, last has to be NULL.

Examples:
certs.c, fake_sim.c, and tsmsacl.c.

u8 _SEdge::source
 

(MEM_F_R or MEM_F_P or MEM_F_E or MEM_F_D)|(MEM_T_R or MEM_T_P or MEM_T_E or MEM_T_D) memory indicator of from and to nodes.

Examples:
certs.c, fake_sim.c, and tsmsacl.c.

const SNode* _SEdge::t
 

pointer on to node.

Examples:
certs.c, fake_sim.c, and tsmsacl.c.


The documentation for this struct was generated from the following file:


Copyright © 2004-2006 BLADOX
Turbo version 1.2