#include <RouterBase.h>
Inheritance diagram for channel::RouterBase:

Static Public Attributes | |
| static short | scope_checking_tbl_ [][SCOPE_NUMBER *MEMBER_NUMBER] |
Definition at line 22 of file RouterBase.h.
|
|
Initial value: {
{1, 0, 1, 0, 0, 0},
{0, 0, 0, 1, 0, 0},
{1, 0, 1, 1, 0, 0},
{0, 1, 1, 0, 0, 0},
{0, 0, 0, 0, 0, 0},
{0, 0, 0, 0, 0, 0}
}
Definition at line 31 of file RouterBase.h. |
1.4.6-NO