Namespace inet
TedChangeInfo
classData structure supplied with NF_TED_CHANGE signal. This triggers the link state protocol to send out up-to-date link state info about the given links.
Extends
Name | Type | Description |
---|---|---|
cObject | (unknown -- not in documented files) |
Fields
Name | Type | Description |
---|---|---|
tedLinkIndices | int[] |
Source code
// // Data structure supplied with NF_TED_CHANGE signal. // This triggers the link state protocol to send out up-to-date link state info // about the given links. // class TedChangeInfo extends cObject { int tedLinkIndices[]; }File: src/inet/networklayer/ted/Ted.msg