RTI Connext DDS Micro  Version 2.4.11
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
MyUdpTransform.h
1 #ifndef MyUdpTransform_h
2 #define MyUdpTransform_h
3 
4 #include "rti_me_c.h"
5 #include "netio/netio_udp.h"
7 
8 struct MyUdpTransformFactoryProperty
9 {
10  struct RT_ComponentFactoryProperty _parent;
11 };
12 
13 extern struct RT_ComponentFactoryI*
14 MyUdpTransformFactory_get_interface(void);
15 
16 extern RTI_BOOL
17 MyUdpTransformFactory_register(RT_Registry_T *registry,
18  const char *const name,
19  struct MyUdpTransformFactoryProperty *property);
20 
21 extern RTI_BOOL
22 MyUdpTransformFactory_unregister(RT_Registry_T *registry,
23  const char *const name,
24  struct MyUdpTransformFactoryProperty **);
25 
26 #endif

RTI Connext DDS Micro Version 2.4.11 Copyright © Mon Jul 23 2018 Real-Time Innovations, Inc