Definition at line 53 of file nvmsgbroker_internal.h.
|
| string | protocol |
| |
| void * | so_handle |
| |
| int | ref_count |
| |
| bool | subscribe_capability |
| |
| bool | signature_capability |
| |
| NvDsMsgApiHandle(* | nvds_msgapi_connect_ptr )(char *connection_str, nvds_msgapi_connect_cb_t connect_cb, char *config_path) |
| |
| NvDsMsgApiErrorType(* | nvds_msgapi_disconnect_ptr )(NvDsMsgApiHandle h_ptr) |
| |
| NvDsMsgApiErrorType(* | nvds_msgapi_send_async_ptr )(NvDsMsgApiHandle conn, char *topic, const uint8_t *payload, size_t nbuf, nvds_msgapi_send_cb_t send_callback, void *user_ptr) |
| |
| void(* | nvds_msgapi_do_work_ptr )(NvDsMsgApiHandle h_ptr) |
| |
| NvDsMsgApiErrorType(* | nvds_msgapi_subscribe_ptr )(NvDsMsgApiHandle conn, char **topics, int num_topics, nvds_msgapi_subscribe_request_cb_t cb, void *user_ctx) |
| |
| char *(* | nvds_msgapi_getversion_ptr )(void) |
| |
| char *(* | nvds_msgapi_get_protocol_name_ptr )(void) |
| |
| NvDsMsgApiErrorType(* | nvds_msgapi_connection_signature_ptr )(char *connection_str, char *config_path, char *output_str, int max_len) |
| |
◆ proto_adapter()
| proto_adapter::proto_adapter |
( |
| ) |
|
|
inline |
◆ nvds_msgapi_connect_ptr
◆ nvds_msgapi_connection_signature_ptr
| NvDsMsgApiErrorType(* proto_adapter::nvds_msgapi_connection_signature_ptr) (char *connection_str, char *config_path, char *output_str, int max_len) |
◆ nvds_msgapi_disconnect_ptr
◆ nvds_msgapi_do_work_ptr
◆ nvds_msgapi_get_protocol_name_ptr
| char*(* proto_adapter::nvds_msgapi_get_protocol_name_ptr) (void) |
◆ nvds_msgapi_getversion_ptr
| char*(* proto_adapter::nvds_msgapi_getversion_ptr) (void) |
◆ nvds_msgapi_send_async_ptr
◆ nvds_msgapi_subscribe_ptr
◆ protocol
| string proto_adapter::protocol |
◆ ref_count
| int proto_adapter::ref_count |
◆ signature_capability
| bool proto_adapter::signature_capability |
◆ so_handle
| void* proto_adapter::so_handle |
◆ subscribe_capability
| bool proto_adapter::subscribe_capability |
The documentation for this struct was generated from the following file: