Go to the source code of this file.
Data Structures | |
| struct | NvDsC2DMsg |
| struct | NvDsC2DMsgSR |
Typedefs | |
| typedef struct NvDsC2DMsg | NvDsC2DMsg |
| typedef struct NvDsC2DMsgSR | NvDsC2DMsgSR |
Enumerations | |
| enum | NvDsC2DMsgType { NVDS_C2D_MSG_SR_START, NVDS_C2D_MSG_SR_STOP } |
Functions | |
| NvDsC2DMsg * | nvds_c2d_parse_cloud_message (gpointer data, guint size) |
| void | nvds_c2d_release_message (NvDsC2DMsg *msg) |
| gboolean | nvds_c2d_parse_sensor (NvDsC2DContext *ctx, const gchar *file) |
| typedef struct NvDsC2DMsg NvDsC2DMsg |
| typedef struct NvDsC2DMsgSR NvDsC2DMsgSR |
| enum NvDsC2DMsgType |
| Enumerator | |
|---|---|
| NVDS_C2D_MSG_SR_START | |
| NVDS_C2D_MSG_SR_STOP | |
Definition at line 24 of file deepstream_c2d_msg_util.h.
| NvDsC2DMsg* nvds_c2d_parse_cloud_message | ( | gpointer | data, |
| guint | size | ||
| ) |
| gboolean nvds_c2d_parse_sensor | ( | NvDsC2DContext * | ctx, |
| const gchar * | file | ||
| ) |
| void nvds_c2d_release_message | ( | NvDsC2DMsg * | msg | ) |