|
NVIDIA DRIVE OS Linux SDK API Reference
|
6.0.3 Release
|
Go to the documentation of this file.
11 #ifndef NVSIPLCOMMON_HPP
12 #define NVSIPLCOMMON_HPP
15 #include "nvmedia_core.h"
28 #define NVSIPL_TIME_BASE_CLOCK_PTP NVMEDIA_TIME_BASE_CLOCK_PTP
29 #define NVSIPL_TIME_BASE_CLOCK_MONOTONIC NVMEDIA_TIME_BASE_CLOCK_MONOTONIC
30 #define NVSIPL_TIME_BASE_CLOCK_USER_DEFINED NVMEDIA_TIME_BASE_CLOCK_USER_DEFINED
167 #endif // NVSIPLCOMMON_HPP
NvMediaRect NvSiplRect
See definitions from NvMedia.
@ NVSIPL_STATUS_NOT_INITIALIZED
Indicates a module was not initialized.
@ NVSIPL_STATUS_ERROR
Indicates an unspecified error that is used when no other error code applies.
uint64_t NvMediaGlobalTime
Media global time, measured in microseconds.
SIPLGpioEvent
CDAC GPIO event codes.
SIPLModuleErrorReadFlag
Flag indicating which module errors to read.
size_t sizeWritten
Holds size of error written to the buffer, filled by driver.
@ NVSIPL_GPIO_EVENT_ERROR_BACKEND
An error occurred in backend code, potentially resulting in permanent loss of functionality.
NvMediaGlobalTime NvSiplGlobalTime
Error details for a particular device.
@ NVSIPL_STATUS_INVALID_STATE
Indicates a module is in an invalid state.
@ NVSIPL_MODULE_ERROR_READ_ALL
Read both sensor and serializer error information when getting error details.
@ NVSIPL_STATUS_OUT_OF_MEMORY
Indicates an out of memory or other system resource error was encountered.
@ NVSIPL_STATUS_BAD_ARGUMENT
Indicates one or more invalid arguments was encountered.
@ NVSIPL_GPIO_EVENT_ERROR_WAIT_CANCELLED
Waiting for an interrupt was unexpectedly cancelled, potentially resulting in permanent loss of funct...
@ NVSIPL_MODULE_ERROR_READ_SERIALIZER
Read only serializer error information when getting error details.
@ NVSIPL_STATUS_OK
Indicates the operation completed successfully without errors.
SIPLStatus
Defines the status codes returned by functions in SIPL modules.
@ NVSIPL_GPIO_EVENT_NOTHING
There is no pending event.
@ NVSIPL_GPIO_EVENT_ERROR_CDAC
An error occurred in CDAC code, potentially resulting in permanent loss of functionality.
NvMediaPointFloat NvSiplPointFloat
@ NVSIPL_GPIO_EVENT_INTR
An interrupt has occured.
size_t bufferSize
Holds the maximum size of error data which can be contained in the buffer.
std::unique_ptr< uint8_t[]> upErrorBuffer
Buffer which will be filled by driver with error information.
@ NVSIPL_MODULE_ERROR_READ_SENSOR
Read only sensor error information when getting module error details.
NvMediaTimeBase NvSiplTimeBase
@ NVSIPL_STATUS_NOT_SUPPORTED
Indicates an unsupported operation or argument was encountered.
@ NVSIPL_STATUS_EOF
Indicates that end of file has been reached.
Contains the classes and variables for implementation of SIPL.
uint32_t NvMediaBool
A boolean value, holding NVMEDIA_TRUE or NVMEDIA_FALSE.
@ NVSIPL_STATUS_RESOURCE_ERROR
Indicates a resource error was encountered.
@ NVSIPL_GPIO_EVENT_ERROR_UNKNOWN
A generic error occurred, potentially resulting in permanent loss of functionality.
@ NVSIPL_STATUS_FAULT_STATE
Indicates module is in non-recoverable fault state.
NvMediaTimeBase
Defines clock base for NvMediaTime.
@ NVSIPL_STATUS_TIMED_OUT
Indicates an operation timed out.