NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
pe_event_main.c File Reference
#include <stdlib.h>
#include <doca_error.h>
#include <doca_log.h>
Include dependency graph for pe_event_main.c:

Go to the source code of this file.

Functions

 DOCA_LOG_REGISTER (PE_EVENT::MAIN)
 
doca_error_t run_pe_event_sample (void)
 
int main (int argc, char *argv[])
 

Function Documentation

◆ DOCA_LOG_REGISTER()

DOCA_LOG_REGISTER ( PE_EVENT::MAIN  )

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 43 of file pe_event_main.c.

◆ run_pe_event_sample()

doca_error_t run_pe_event_sample ( void  )

Run the PE event sample

Returns
: DOCA_SUCCESS on success and DOCA_ERROR otherwise

Definition at line 316 of file pe_event_sample.c.