Definition at line 360 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 371 of file sources/includes/nvds_rest_server.h.
| NvDsServerGetRequestPropFlag NvDsGetRequestInfo::get_request_flag |
Definition at line 366 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::get_request_log |
Definition at line 367 of file sources/includes/nvds_rest_server.h.
| gboolean NvDsGetRequestInfo::is_text |
Definition at line 364 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::root_key |
Definition at line 362 of file sources/includes/nvds_rest_server.h.
| std::vector< NvDsSensorInfo * > NvDsGetRequestInfo::sensorInfo_vec |
Definition at line 370 of file sources/includes/nvds_rest_server.h.
| NvDsServerGetRequestStatus NvDsGetRequestInfo::status |
Definition at line 365 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::stream_id |
Definition at line 363 of file sources/includes/nvds_rest_server.h.
| Json::Value NvDsGetRequestInfo::stream_info |
Definition at line 369 of file sources/includes/nvds_rest_server.h.
| std::string NvDsGetRequestInfo::uri |
Definition at line 368 of file sources/includes/nvds_rest_server.h.