NetSim Source Code Help v14.4
All 13 Components
 
Loading...
Searching...
No Matches
stru_Message Struct Reference
Collaboration diagram for stru_Message:

Data Fields

MESSAGE_TYPE MessageType
 
unsigned char Vtime
 
unsigned short int MessageSize
 
NETSIM_IPAddress OriginatorAddress
 
unsigned int TimeToLive:8
 
unsigned int HopCount:8
 
unsigned short int MessageSequenceNumber
 
void * MESSAGE
 
struct stru_Messagenext
 

Detailed Description

Definition at line 186 of file OLSR.h.

Field Documentation

◆ HopCount

unsigned int stru_Message::HopCount

Definition at line 193 of file OLSR.h.

◆ MESSAGE

void* stru_Message::MESSAGE

Definition at line 195 of file OLSR.h.

◆ MessageSequenceNumber

unsigned short int stru_Message::MessageSequenceNumber

Definition at line 194 of file OLSR.h.

◆ MessageSize

unsigned short int stru_Message::MessageSize

Definition at line 190 of file OLSR.h.

◆ MessageType

MESSAGE_TYPE stru_Message::MessageType

Definition at line 188 of file OLSR.h.

◆ next

struct stru_Message* stru_Message::next

Definition at line 196 of file OLSR.h.

◆ OriginatorAddress

NETSIM_IPAddress stru_Message::OriginatorAddress

Definition at line 191 of file OLSR.h.

◆ TimeToLive

unsigned int stru_Message::TimeToLive

Definition at line 192 of file OLSR.h.

◆ Vtime

unsigned char stru_Message::Vtime

Definition at line 189 of file OLSR.h.


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