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_attribute_t Struct Reference

Detailed Description

Defines attribute object internals.

Attributes can be integer or reference type.

Definition at line 82 of file ote_attrs.h.

Data Fields

te_attribute_id_t id
 
union {
   struct {
      void *   buffer
 
      size_t   size
 
   }   ref
 
   struct {
      uint32_t   a
 
      uint32_t   b
 
   }   value
 
content
 

Field Documentation

uint32_t te_attribute_t::a

Definition at line 91 of file ote_attrs.h.

uint32_t te_attribute_t::b

Definition at line 91 of file ote_attrs.h.

void* te_attribute_t::buffer

Definition at line 86 of file ote_attrs.h.

union { ... } te_attribute_t::content
te_attribute_id_t te_attribute_t::id

Definition at line 83 of file ote_attrs.h.

struct { ... } te_attribute_t::ref
size_t te_attribute_t::size

Definition at line 87 of file ote_attrs.h.

struct { ... } te_attribute_t::value

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