NVIDIA DeepStream SDK API Reference

6.4 Release
nvds_utils.h File Reference

Go to the source code of this file.

Functions

void free_gobjs (GKeyFile *gcfg_file, GError *error, gchar **keys, gchar *key_name)
 
NvDsMsgApiErrorType strip_quote (char *cfg_value, const char *cfg_key, const char *LOG_CAT)
 
NvDsMsgApiErrorType fetch_config_value (char *config_path, const char *cfg_key, char *cfg_val, int len, const char *log_category)
 
std::string generate_sha256_hash (std::string str)
 
std::string trim (std::string str)
 
std::string sort_key_value_pairs (std::string str)
 

Function Documentation

◆ fetch_config_value()

NvDsMsgApiErrorType fetch_config_value ( char *  config_path,
const char *  cfg_key,
char *  cfg_val,
int  len,
const char *  log_category 
)

◆ free_gobjs()

void free_gobjs ( GKeyFile *  gcfg_file,
GError *  error,
gchar **  keys,
gchar *  key_name 
)

◆ generate_sha256_hash()

std::string generate_sha256_hash ( std::string  str)

◆ sort_key_value_pairs()

std::string sort_key_value_pairs ( std::string  str)

◆ strip_quote()

NvDsMsgApiErrorType strip_quote ( char *  cfg_value,
const char *  cfg_key,
const char *  LOG_CAT 
)

◆ trim()

std::string trim ( std::string  str)