Proactive Safety Framework  1.0
NvPSDCallbacks Struct Reference

Structure for PSD callbacks. More...

#include <NvPSD.h>

Public Attributes

NvPSDErr(* processDecisionRequest )(const DecisionRequest *request, DecisionResponse *response)
 
NvPSDErr(* publishDecisionResponse )(const DecisionResponse *response)
 
NvPSDErr(* notifyShutdownRequest )(void)
 

Detailed Description

Structure for PSD callbacks.

Structure to define the callback functions.

Member Data Documentation

◆ notifyShutdownRequest

NvPSDErr(* NvPSDCallbacks::notifyShutdownRequest) (void)

◆ processDecisionRequest

NvPSDErr(* NvPSDCallbacks::processDecisionRequest) (const DecisionRequest *request, DecisionResponse *response)

< Callback for decision request. Callback for decision reporting.

◆ publishDecisionResponse

NvPSDErr(* NvPSDCallbacks::publishDecisionResponse) (const DecisionResponse *response)

Callback for termination request.


The documentation for this struct was generated from the following file: