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

using ds3d::impl::lidarsource::MemPtr = typedef std::unique_ptr<MemData>

Definition at line 25 of file lidar_file_source_impl.h.

Function Documentation

◆ getDataType()

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

Definition at line 52 of file lidar_file_config.h.

References ds3d::kFp32, and LOG_WARNING.

Referenced by parseConfig().

◆ parseConfig()

◆ parseDataConfig()