Arrow3-MBN-APP
 
Loading...
Searching...
No Matches
mbn_status_info.c File Reference

Source that processes the MBN status information. More...

#include "AppGlobal.h"
#include "../Header/API_Header/AppDataInterface.h"
Include dependency graph for mbn_status_info.c:

Functions

int mbn_status_info ()
 function that determines the MBN status information
 

Variables

status_screen_struct screen_status_value [MACRO_MAX_MESSAGE_QUEUE_SIZE]
 
mbn_identification_info_t mbn_module_info
 
uint8_t normal_list [MACRO_MAX_MESSAGE_QUEUE_SIZE]
 
uint8_t curr_war_list [MACRO_MAX_MESSAGE_QUEUE_SIZE]
 
uint8_t curr_fault_list [MACRO_MAX_MESSAGE_QUEUE_SIZE]
 
uint8_t g_status_index
 
uint8_t prev_mbn_status_value = 0
 

Detailed Description

Source that processes the MBN status information.

Function Documentation

◆ mbn_status_info()

int mbn_status_info ( )

function that determines the MBN status information

Parameters
module_num_status- indicates the module number
Here is the caller graph for this function:

Variable Documentation

◆ curr_fault_list

uint8_t curr_fault_list[MACRO_MAX_MESSAGE_QUEUE_SIZE]

◆ curr_war_list

uint8_t curr_war_list[MACRO_MAX_MESSAGE_QUEUE_SIZE]

◆ g_status_index

uint8_t g_status_index
extern

◆ mbn_module_info

mbn_identification_info_t mbn_module_info
extern

◆ normal_list

uint8_t normal_list[MACRO_MAX_MESSAGE_QUEUE_SIZE]
extern

◆ prev_mbn_status_value

uint8_t prev_mbn_status_value = 0

◆ screen_status_value

status_screen_struct screen_status_value[MACRO_MAX_MESSAGE_QUEUE_SIZE]
extern