RTI Connext Micro C++ API Version 4.2.0
Loading...
Searching...
No Matches
Lightweight Security API

Lightweight Security Plugin API. More...

Classes

struct  DDS_PskServiceFactoryProperty
 Property used to register the Lightweight Security Plugin. More...
 

Macros

#define DDS_PskServiceFactoryProperty_INITIALIZER
 Constant to initialize a DDS_PskServiceFactoryProperty.
 

Variables

DDSPSKDllExport const char *const DDS_PSK_DEFAULT_PLUGIN_NAME
 Default name used for the Lightweight Security Plugin.
 

Detailed Description

Lightweight Security Plugin API.

<<eXtension>> This module provides the security solution defined by the DDS Security Specification PSK (Pre-shared Key) Builtin Plugin.

Macro Definition Documentation

◆ DDS_PskServiceFactoryProperty_INITIALIZER

#define DDS_PskServiceFactoryProperty_INITIALIZER
Value:
{\
RT_ComponentFactoryProperty_INITIALIZER,\
NULL,\
NULL,\
NULL\
}

Constant to initialize a DDS_PskServiceFactoryProperty.

Variable Documentation

◆ DDS_PSK_DEFAULT_PLUGIN_NAME

DDSPSKDllExport const char* const DDS_PSK_DEFAULT_PLUGIN_NAME
extern

Default name used for the Lightweight Security Plugin.