Woman, Life, Freedom


Adaptive AUTOSAR
ARA public interface header documentation
execution_error_event.h
1#ifndef EXECUTION_ERROR_EVENT_H
2#define EXECUTION_ERROR_EVENT_H
3
4#include "./function_group.h"
5
6namespace ara
7{
8 namespace exec
9 {
11 using ExecutionError = uint32_t;
12
15 {
18
21 };
22 }
23}
24
25#endif
A function group representative based on a manifest.
Definition: function_group.h:14
uint32_t ExecutionError
Function group termination error code alias.
Definition: execution_error_event.h:11
Undefined Function Group State event argument.
Definition: execution_error_event.h:15
const FunctionGroup * functionGroup
Function group pointer in the Undefined State.
Definition: execution_error_event.h:20
ExecutionError executionError
Error code caused Undefined Function Group State.
Definition: execution_error_event.h:17