/***************************************************************************** * File: UI_bridge.h * * Description: * * External Entity: 'User Interface' (UI) ****************************************************************************/ #ifndef UI_BRIDGE_H #define UI_BRIDGE_H #ifdef __cplusplus extern "C" { #endif #include "e_mechs.h" #include "sys_init.h" /***************************************************************************** * Bridge: display_position ****************************************************************************/ extern void UI_display_position( const int ee_length, const char * ee_s ); /***************************************************************************** * Bridge: display_state ****************************************************************************/ extern void UI_display_state( const int ee_length, const char * ee_s ); #ifdef __cplusplus } #endif #endif /* UI_BRIDGE_H */