|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OLSRMessage | |
---|---|
urv.olsr.message |
Uses of OLSRMessage in urv.olsr.message |
---|
Classes in urv.olsr.message that implement OLSRMessage | |
---|---|
class |
HelloMessage
A common mechanism is employed for populating the local link information base and the neighborhood information base, namely periodic exchange of HELLO messages. |
class |
TcMessage
A TC message is sent by a node in the network to declare a set of links, called advertised link set which MUST include at least the links to all nodes of its MPR Selector set, i.e., the neighbors which have selected the sender node as a MPR. |
Methods in urv.olsr.message that return OLSRMessage | |
---|---|
OLSRMessage |
OLSRPacket.getContent()
|
Methods in urv.olsr.message with parameters of type OLSRMessage | |
---|---|
OLSRPacket |
OLSRPacketFactory.getOlsrPacket(int messageType,
ValidityTime time,
int ttl,
OLSRMessage content)
Obtains an OLSRPacket with the specified type,time,ttl and content; with the local node as originator, the hop-count set to 0, and the corresponding message sequence number. |
Constructors in urv.olsr.message with parameters of type OLSRMessage | |
---|---|
OLSRPacket(int messageType,
OLSRMessage content)
|
|
OLSRPacket(int messageType,
ValidityTime time,
OLSRNode originator,
int ttl,
int hopCount,
SequenceNumber messageSequenceNumber,
OLSRMessage content)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |