#include <managed_infrastructure.h>
Public Attributes | |
System::String^ | dll |
Specifies a dynamic library that contains a mapping function. | |
System::String^ | function_name |
A mapping function is defined by a dynamic library name and a function name.
System::String ^ DDS::TransportMulticastMappingFunction_t::dll |
Specifies a dynamic library that contains a mapping function.
A relative or absolute path can be specified.
If the name is specified as "foo", the library name on Linux systems will be libfoo.so; on Windows systems it will be foo.dll.
[default] NULL
System::String ^ DDS::TransportMulticastMappingFunction_t::function_name |