NVIDIA DRIVE OS Linux API Reference

5.1.6.1 Release
For Test and Development only

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
NvSIPLCommon.hpp File Reference

Detailed Description

NVIDIA Sensor Input Processing Library: Common Data Structures - Sensor Input Processing Library (SIPL)

Definition in file NvSIPLCommon.hpp.

Go to the source code of this file.

Namespaces

 nvsipl
 Contains the classes and variables for implementation of Sensor Input Processing Library (SIPL).
 

Enumerations

enum  nvsipl::SIPLStatus {
  nvsipl::NVSIPL_STATUS_OK = 0,
  nvsipl::NVSIPL_STATUS_BAD_ARGUMENT,
  nvsipl::NVSIPL_STATUS_NOT_SUPPORTED,
  nvsipl::NVSIPL_STATUS_OUT_OF_MEMORY,
  nvsipl::NVSIPL_STATUS_TIMED_OUT,
  nvsipl::NVSIPL_STATUS_NOT_INITIALIZED,
  nvsipl::NVSIPL_STATUS_INVALID_STATE,
  nvsipl::NVSIPL_STATUS_ERROR =127
}
 Defines the status codes returned by functions in Sensor Input Processing Library (SIPL) modules. More...