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 > |
#define CHECK_ERROR | ( | statement, | |
fmt, | |||
... | |||
) | DS3D_FAILED_RETURN(statement, -1, fmt, ##__VA_ARGS__) |
Definition at line 36 of file deepstream_3d_sensor_fusion.hpp.
#define RETURN_ERROR | ( | statement, | |
fmt, | |||
... | |||
) | DS3D_ERROR_RETURN(statement, fmt, ##__VA_ARGS__) |
Definition at line 39 of file deepstream_3d_sensor_fusion.hpp.
using ConfigList = std::vector<config::ComponentConfig> |
Definition at line 41 of file deepstream_3d_sensor_fusion.hpp.