NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwOptionalf Struct Reference

Detailed Description

Optional values that are only defined if the 'valid' flag is true, and undefined otherwise.

Definition at line 197 of file TypesExtra.h.

Data Fields

float32_t value
 optional value, defined if 'valid' is true and undefined if 'valid' is false More...
 
bool valid
 flag indicating whether the value is defined or not (following value to keep struct aligned with value alignment requirements) More...
 

Field Documentation

◆ valid

bool dwOptionalf::valid

flag indicating whether the value is defined or not (following value to keep struct aligned with value alignment requirements)

Definition at line 200 of file TypesExtra.h.

◆ value

float32_t dwOptionalf::value

optional value, defined if 'valid' is true and undefined if 'valid' is false

Definition at line 199 of file TypesExtra.h.


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