|
Proactive Safety Framework
1.0
|
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) |
Structure for PSD callbacks.
Structure to define the callback functions.
| NvPSDErr(* NvPSDCallbacks::notifyShutdownRequest) (void) |
| NvPSDErr(* NvPSDCallbacks::processDecisionRequest) (const DecisionRequest *request, DecisionResponse *response) |
< Callback for decision request. Callback for decision reporting.
| NvPSDErr(* NvPSDCallbacks::publishDecisionResponse) (const DecisionResponse *response) |
Callback for termination request.