NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
te_session_t Union Reference

Detailed Description

Holds session information.

Definition at line 140 of file ote_common.h.

Data Fields

struct {
   uint32_t   session_id
 
   uint32_t   context_id
 
   te_result_origin_t   result_origin
 
client
 
struct {
   uint32_t   session_id
 
   te_result_origin_t   result_origin
 
service
 

Field Documentation

struct { ... } te_session_t::client
uint32_t te_session_t::context_id

Definition at line 143 of file ote_common.h.

te_result_origin_t te_session_t::result_origin

Definition at line 144 of file ote_common.h.

struct { ... } te_session_t::service
uint32_t te_session_t::session_id

Definition at line 142 of file ote_common.h.


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