1 #ifndef MyUdpTransform_h
2 #define MyUdpTransform_h
5 #include "netio/netio_udp.h"
8 struct MyUdpTransformFactoryProperty
10 struct RT_ComponentFactoryProperty _parent;
13 extern struct RT_ComponentFactoryI*
14 MyUdpTransformFactory_get_interface(
void);
18 const char *
const name,
19 struct MyUdpTransformFactoryProperty *property);
23 const char *
const name,
24 struct MyUdpTransformFactoryProperty **);