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:
@@ -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
|
||||
*
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/* ---------------------------------------------------------------------------
|
||||
* protocolfunctions.c - v0.1 (c) 2008 Micro-key bv
|
||||
* protocolfunctions.c (c) 2008 Micro-key bv
|
||||
* ---------------------------------------------------------------------------
|
||||
* Micro-key bv
|
||||
* Industrieweg 28, 9804 TG Noordhorn
|
||||
@@ -54,8 +54,6 @@
|
||||
* Global variable definitions
|
||||
* ---------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
|
||||
extern BOOLEAN auto_testResult;
|
||||
extern UINT32 UINT32result;
|
||||
/* ---------------------------------------------------------------------------
|
||||
|
||||
@@ -157,6 +157,18 @@ void slaveRestartFunction (UINT8 requestNr, UINT8 nrOfResults, UINT32 *results);
|
||||
void UINT32ResultFunction (UINT8 requestNr, UINT8 nrOfResults, UINT32 *results);
|
||||
|
||||
|
||||
/* ---------------------------------------------------------------------------
|
||||
* Function: receiveRemoteAttachedFunctions
|
||||
*
|
||||
* Function to receive and print the name of a attached remote function
|
||||
*
|
||||
* Parameters: UINT8 requestNr - number of the request
|
||||
* UINT8 nrOfResult - Number of Attached Results
|
||||
* UIN32 *results - Attached Results
|
||||
*
|
||||
* Return: void
|
||||
* ---------------------------------------------------------------------------
|
||||
*/
|
||||
void receiveRemoteAttachedFunctions (UINT8 requestNr, UINT8 nrOfResults, UINT32 *results);
|
||||
|
||||
#endif /* __PROTOCOLTEST_H__ */
|
||||
|
||||
Reference in New Issue
Block a user