git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@431 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -99,7 +99,7 @@ extern ErrorStatus TeslaGunSafety_release(void);
|
|||||||
|
|
||||||
|
|
||||||
/** ----------------------------------------------------------------------------
|
/** ----------------------------------------------------------------------------
|
||||||
* TeslaGunSafety_isRreleased
|
* TeslaGunSafety_isReleased
|
||||||
* Opens the TeslaGunSafety
|
* Opens the TeslaGunSafety
|
||||||
*
|
*
|
||||||
* @return bool TRUE if released
|
* @return bool TRUE if released
|
||||||
@@ -107,7 +107,7 @@ extern ErrorStatus TeslaGunSafety_release(void);
|
|||||||
* @todo
|
* @todo
|
||||||
* -----------------------------------------------------------------------------
|
* -----------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
extern bool TeslaGunSafety_release(void);
|
extern bool TeslaGunSafety_isReleased(void);
|
||||||
|
|
||||||
|
|
||||||
/** ----------------------------------------------------------------------------
|
/** ----------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ FIXED
|
|||||||
- Display misses first character (row1/column1) when starting. Should be a delay problem in creating the start screen. (between putting cursor home and write action)
|
- Display misses first character (row1/column1) when starting. Should be a delay problem in creating the start screen. (between putting cursor home and write action)
|
||||||
- Makefile extention to have output file name corresponding to langugage and build targets
|
- Makefile extention to have output file name corresponding to langugage and build targets
|
||||||
- Fixed some message positions for multilanguage support
|
- Fixed some message positions for multilanguage support
|
||||||
|
- Tesla gun released only when VOLTAGE_HOLD state is reached and row is not in ERROR
|
||||||
|
- ROW ERROR will be shown when repair process is finished
|
||||||
|
|
||||||
0.9.0.4
|
0.9.0.4
|
||||||
- PIN change verification not functional
|
- PIN change verification not functional
|
||||||
|
|||||||
@@ -255,9 +255,9 @@ static const char conTestInterlock[] =
|
|||||||
ANSI_TERMINAL_HOME
|
ANSI_TERMINAL_HOME
|
||||||
" TEST Interlock \r\n"
|
" TEST Interlock \r\n"
|
||||||
" \r\n"
|
" \r\n"
|
||||||
" Test the interlock [1-2] \r\n"
|
" Test the interlock \r\n"
|
||||||
" \r\n"
|
" \r\n"
|
||||||
" [%c] Read Interlock 1 \r\n"
|
" [%c] Read Interlock \r\n"
|
||||||
" [%c] Back \r\n"
|
" [%c] Back \r\n"
|
||||||
" \r\n";
|
" \r\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user