NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
telem_template.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void telem_template_algo (doca_pcc_dev_event_t *event, uint32_t *param, uint32_t *counter, doca_pcc_dev_algo_ctxt_t *algo_ctxt, doca_pcc_dev_results_t *results)
 
void telem_template_init (uint32_t algo_idx)
 
doca_pcc_dev_error_t telem_template_set_algo_params (uint32_t param_id_base, uint32_t param_num, const uint32_t *new_param_values, uint32_t *params)
 

Function Documentation

◆ telem_template_algo()

void telem_template_algo ( doca_pcc_dev_event_t event,
uint32_t *  param,
uint32_t *  counter,
doca_pcc_dev_algo_ctxt_t algo_ctxt,
doca_pcc_dev_results_t results 
)

Definition at line 400 of file telem_template.c.

◆ telem_template_init()

void telem_template_init ( uint32_t  algo_idx)

Definition at line 91 of file telem_template.c.

◆ telem_template_set_algo_params()

doca_pcc_dev_error_t telem_template_set_algo_params ( uint32_t  param_id_base,
uint32_t  param_num,
const uint32_t *  new_param_values,
uint32_t *  params 
)

Definition at line 433 of file telem_template.c.