RTI Connext DDS Micro C API  Version 2.4.14
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
UDP_TransformRule Struct Reference

Transformstion Rule. More...

#include <netio_udp.h>

Data Fields

struct NETIO_Address address
 The address the rule applices to.
struct NETIO_Netmask netmask
 The netmask to apply to the address.
RT_ComponentFactoryId_T transformation
 The transformation to apply to a matching address after the netmask has been applied.
void * user_data
 An opaque user_data pointer passed to the transformation function.

Detailed Description

Transformstion Rule.


Field Documentation

struct NETIO_Address UDP_TransformRule::address

The address the rule applices to.

struct NETIO_Netmask UDP_TransformRule::netmask

The netmask to apply to the address.

RT_ComponentFactoryId_T UDP_TransformRule::transformation

The transformation to apply to a matching address after the netmask has been applied.

void* UDP_TransformRule::user_data

An opaque user_data pointer passed to the transformation function.


RTI Connext DDS Micro C API Version 2.4.14 Copyright © Mon Apr 12 2021 Real-Time Innovations, Inc