SIMulation Workbench Documentation SIMulation Workbench Documentation

IOUDPMessage Struct Reference
[RTDB Access API]

#include <simrtdb.h>

Public Member Functions

double samplingRate __attribute__ ((aligned(8)))

Data Fields

char name [MAX_NETMSGNAME+1]
unsigned int destIP
unsigned short destPort
unsigned short srcPort
unsigned int messageLength
unsigned char protocol
unsigned short msgFlags
unsigned short type

Detailed Description

UDP message static properties.


Member Function Documentation

double samplingRate IOUDPMessage::__attribute__ ( (aligned(8))   ) 

Sampling rate in ms for sampling port .


Field Documentation

char IOUDPMessage::name[MAX_NETMSGNAME+1]
unsigned int IOUDPMessage::destIP

Destination IP for the message in "a <<24 | b << 16 | c << 8 | d" format where IP is a.b.c.d

unsigned short IOUDPMessage::destPort

Destination port for transmit.

unsigned short IOUDPMessage::srcPort

Source port for receive.

# of bytes in the message including the identifier.

unsigned char IOUDPMessage::protocol

Protocol UDP or TCP .

unsigned short IOUDPMessage::msgFlags
unsigned short IOUDPMessage::type

Whether FIFO or schedule,etc.


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