NVIDIA DeepStream SDK API Reference

8.0 Release
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__)

Definition at line 36 of file deepstream_3d_sensor_fusion.hpp.

◆ RETURN_ERROR

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

Definition at line 39 of file deepstream_3d_sensor_fusion.hpp.

Typedef Documentation

◆ ConfigList

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

Definition at line 41 of file deepstream_3d_sensor_fusion.hpp.