edited bold-words in dictionary.odt

updated code files

git-svn-id: file:///srv/dev-disk-by-uuid-17e88007-4d0c-45e0-8757-cacfcc458630/repositories/svn/Diplomarbeit@132 9fe90eed-be63-e94b-8204-d34ff4c2ff93
This commit is contained in:
Matthias
2009-01-15 11:59:37 +00:00
parent f468e09499
commit b769685b66
26 changed files with 356 additions and 19 deletions
@@ -65,6 +65,7 @@
*/
void LEDPauseFlash(t_led_ids LEDnum, UINT8 counts, INT16 delay_length);
/* ---------------------------------------------------------------------------
* Function: LEDResult
*
@@ -77,6 +78,7 @@ void LEDPauseFlash(t_led_ids LEDnum, UINT8 counts, INT16 delay_length);
*/
void LEDResult (BOOLEAN TestResult);
/* ---------------------------------------------------------------------------
* Function: LEDResultDIO
*
@@ -90,6 +92,7 @@ void LEDResult (BOOLEAN TestResult);
*/
void LEDResultDIO (BOOLEAN TestResult, UINT16 dioNo);
/* ---------------------------------------------------------------------------
* Function: LEDToggleForever
*
@@ -102,6 +105,7 @@ void LEDResultDIO (BOOLEAN TestResult, UINT16 dioNo);
*/
void LEDToggleForever( void);
/* ---------------------------------------------------------------------------
* Function: LEDToggle
*
@@ -114,6 +118,7 @@ void LEDToggleForever( void);
*/
void LEDToggle( UINT16 cnts);
/* ---------------------------------------------------------------------------
* Function: LEDShowStatus
*
@@ -126,6 +131,7 @@ void LEDToggle( UINT16 cnts);
*/
void LEDShowStatus (UINT16 status);
/* ---------------------------------------------------------------------------
* Functions: gLEDToggle / rLEDToggle
*
@@ -140,6 +146,7 @@ void LEDShowStatus (UINT16 status);
void gLEDToggle (UINT16 time);
void rLEDToggle (UINT16 time);
/* ---------------------------------------------------------------------------
* Function: dioToggle
*
@@ -153,6 +160,7 @@ void rLEDToggle (UINT16 time);
*/
void dioToggle (UINT16 LEDnr);
/* ---------------------------------------------------------------------------
* Function: dioToggleNC
*
@@ -166,6 +174,7 @@ void dioToggle (UINT16 LEDnr);
*/
void dioToggleNC (UINT16 LEDnr);
/* ---------------------------------------------------------------------------
* Function: dio2x4
*
@@ -180,6 +189,7 @@ void dioToggleNC (UINT16 LEDnr);
*/
void dio2x4 (UINT32 ToggleTime);
/* ---------------------------------------------------------------------------
* Function: dioClean
*
@@ -192,6 +202,7 @@ void dio2x4 (UINT32 ToggleTime);
*/
void dioClean (void);
/* ---------------------------------------------------------------------------
* Function: dioCapture
*
@@ -204,6 +215,7 @@ void dioClean (void);
*/
UINT8 dioCapture (void);
/* ---------------------------------------------------------------------------
* Function: dioResume
*