|
RTI Connext Micro C++ API Version 4.3.0
|
PSK passphrase tracker user interface. More...
#include <dds_psk_pass_tracker.h>
Public Attributes | |
| DDS_PskPassTracker_initializeFunc_T * | initialize_func |
| Create an instance of the passphrase tracker interface with upstream as the owner. | |
| DDS_PskPassTracker_finalizeFunc_T * | finalize_func |
| Finalize and clean up the passphrase tracker instance. | |
PSK passphrase tracker user interface.
Interface functions for the passphrase tracker user interface. This allows the user to specify custom implementations of the passphrase tracker. The default passphrase tracker provided with /ndds can be accessed using PSK_FilePassTracker_get_interface.
| DDS_PskPassTracker_initializeFunc_T* DDS_PskPassTracker_InterfaceI::initialize_func |
Create an instance of the passphrase tracker interface with upstream as the owner.
| [out] | tracker_data | Pointer to store tracker-specific data. |
| [in] | tracker_config | Configuration properties for the tracker. |
| [in] | provider_arg | User-provided initialization arguments. |
| [in] | listener | Listener structure for passphrase updates. |
| DDS_PskPassTracker_finalizeFunc_T* DDS_PskPassTracker_InterfaceI::finalize_func |
Finalize and clean up the passphrase tracker instance.
| [in] | tracker_data | Pointer to tracker-specific data. |