NVIDIA DeepStream SDK API Reference

8.0 Release
ds3d::impl::lidarsource Namespace Reference

Data Structures

struct  Config
 
struct  DataParas
 
class  LidarFileSourceImpl
 Class for lidar data file reader,. More...
 

Typedefs

using MemPtr = std::unique_ptr< MemData >
 

Functions

DataType getDataType (const std::string &dataType)
 
ErrCode parseDataConfig (Config &config)
 
ErrCode parseConfig (const std::string &content, const std::string &path, Config &config)
 

Typedef Documentation

◆ MemPtr

Function Documentation

◆ getDataType()

DataType ds3d::impl::lidarsource::getDataType ( const std::string &  dataType)
inline

Definition at line 52 of file sources/libs/ds3d/dataloader/lidarsource/lidar_file_config.h.

References ds3d::kFp32, and LOG_WARNING.

Referenced by parseConfig().

◆ parseConfig()

◆ parseDataConfig()