| Ben Tyner | bcf65a8 | 2020-12-01 08:46:36 -0600 | [diff] [blame] | 1 | #pragma once |
| 2 | |||||
| 3 | namespace attn | ||||
| 4 | { | ||||
| 5 | |||||
| 6 | /** | ||||
| 7 | * @brief Handle SBE vital attention | ||||
| 8 | * | ||||
| 9 | * @param i_attention Attention object | ||||
| 10 | * @return 0 indicates that the vital attention was successfully handled | ||||
| 11 | * 1 indicates that the vital attention was NOT successfully handled | ||||
| 12 | */ | ||||
| 13 | int handleVital(Attention* i_attention); | ||||
| 14 | |||||
| 15 | } // namespace attn | ||||