Definition at line 344 of file sources/includes/nvds_rest_server.h.

Data Fields | |
| std::string | root_key |
| std::string | stream_id |
| gboolean | is_text |
| NvDsServerGetRequestStatus | status |
| NvDsServerGetRequestPropFlag | get_request_flag |
| std::string | get_request_log |
| std::string | uri |
| Json::Value | stream_info |
| std::vector< NvDsSensorInfo * > | sensorInfo_vec |
| NvDsServerErrorInfo | err_info |
| NvDsServerErrorInfo NvDsGetRequestInfo::err_info |
Definition at line 355 of file sources/includes/nvds_rest_server.h.
| NvDsServerGetRequestPropFlag NvDsGetRequestInfo::get_request_flag |
Definition at line 350 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::get_request_log |
Definition at line 351 of file sources/includes/nvds_rest_server.h.
| gboolean NvDsGetRequestInfo::is_text |
Definition at line 348 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::root_key |
Definition at line 346 of file sources/includes/nvds_rest_server.h.
| std::vector< NvDsSensorInfo * > NvDsGetRequestInfo::sensorInfo_vec |
Definition at line 354 of file sources/includes/nvds_rest_server.h.
| NvDsServerGetRequestStatus NvDsGetRequestInfo::status |
Definition at line 349 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::stream_id |
Definition at line 347 of file sources/includes/nvds_rest_server.h.
| Json::Value NvDsGetRequestInfo::stream_info |
Definition at line 353 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::uri |
Definition at line 352 of file sources/includes/nvds_rest_server.h.