NvNmos
|
#include <nvnmos.h>
Public Attributes | |
void * | user_data |
void * | impl |
Holds the implementation details of a running NvNmos server. The structure should be zero initialized, with the possible exception of the user_data
member.
void* _NvNmosNodeServer::impl |
Holds an opaque pointer used by the NvNmos library.
void* _NvNmosNodeServer::user_data |
Holds a pointer to user data, not used by the NvNmos library. Can be used for example to access application-specific data in callbacks from the NvNmos library.