Real-Time API Revision2025.1-3
Loading...
Searching...
No Matches
IOUDPMessage Struct Reference

#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

◆ __attribute__()

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

Sampling rate in ms for sampling port .

Field Documentation

◆ name

char IOUDPMessage::name[MAX_NETMSGNAME+1]

◆ destIP

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

◆ destPort

unsigned short IOUDPMessage::destPort

Destination port for transmit.

◆ srcPort

unsigned short IOUDPMessage::srcPort

Source port for receive.

◆ messageLength

unsigned int IOUDPMessage::messageLength

of bytes in the message including the identifier.

◆ protocol

unsigned char IOUDPMessage::protocol

Protocol UDP or TCP .

◆ msgFlags

unsigned short IOUDPMessage::msgFlags

◆ type

unsigned short IOUDPMessage::type

Whether FIFO or schedule,etc.


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