NVIDIA DeepStream SDK API Reference

6.4 Release
deepstream_c2d_msg_util.h File Reference

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

NvDsC2DMsgnvds_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 Documentation

◆ NvDsC2DMsg

typedef struct NvDsC2DMsg NvDsC2DMsg

◆ NvDsC2DMsgSR

typedef struct NvDsC2DMsgSR NvDsC2DMsgSR

Enumeration Type Documentation

◆ NvDsC2DMsgType

Enumerator
NVDS_C2D_MSG_SR_START 
NVDS_C2D_MSG_SR_STOP 

Definition at line 34 of file deepstream_c2d_msg_util.h.

Function Documentation

◆ nvds_c2d_parse_cloud_message()

NvDsC2DMsg* nvds_c2d_parse_cloud_message ( gpointer  data,
guint  size 
)

◆ nvds_c2d_parse_sensor()

gboolean nvds_c2d_parse_sensor ( NvDsC2DContext ctx,
const gchar *  file 
)

◆ nvds_c2d_release_message()

void nvds_c2d_release_message ( NvDsC2DMsg msg)