NvNmos
Public Attributes | List of all members
_NvNmosNodeServer Struct Reference

#include <nvnmos.h>

Public Attributes

void * user_data
 
void * impl
 

Detailed Description

Holds the implementation details of a running NvNmos server. The structure should be zero initialized, with the possible exception of the user_data member.

Member Data Documentation

◆ impl

void* _NvNmosNodeServer::impl

Holds an opaque pointer used by the NvNmos library.

◆ user_data

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.


The documentation for this struct was generated from the following file: