NVIDIA DeepStream SDK API Reference

9.0 Release
9.0/sources/apps/sample_apps/deepstream-3d-lidar-sensor-fusion/deepstream_3d_sensor_fusion.hpp File Reference

Go to the source code of this file.

Data Structures

struct  Component
 
struct  AppProfiler
 
class  SensorFusionApp
 

Macros

#define CHECK_ERROR(statement, fmt, ...)   DS3D_FAILED_RETURN(statement, -1, fmt, ##__VA_ARGS__)
 
#define RETURN_ERROR(statement, fmt, ...)   DS3D_ERROR_RETURN(statement, fmt, ##__VA_ARGS__)
 

Typedefs

using ConfigList = std::vector< config::ComponentConfig >
 

Macro Definition Documentation

◆ CHECK_ERROR

#define CHECK_ERROR (   statement,
  fmt,
  ... 
)    DS3D_FAILED_RETURN(statement, -1, fmt, ##__VA_ARGS__)

◆ RETURN_ERROR

#define RETURN_ERROR (   statement,
  fmt,
  ... 
)    DS3D_ERROR_RETURN(statement, fmt, ##__VA_ARGS__)

Typedef Documentation

◆ ConfigList