194
Libraries
© 2008 Conrad Electronic
Description
Has a thread been set to state "waiting" with a call to
() it can be set to "inactive" with a call to
Thread_Signal(). The signal parameter must have the same value as the value that has been used in the
call to
Parameter
signal signal value
6.18.9 Thread_Start
Thread Functions
Syntax
void Thread_Start(byte thread,float func);
Sub Thread_Start(Byte thread As Byte,func As Single)
Description
A new thread gets started. Every function in the program can be used as starting function for the thread.
If the thread is started inside a function that has parameters defined in the function header, the value
of these parameters is undefined!
Parameter
thread (0-13) thread number
func
function name of the function where the thread will be started
Remark
The floating point data type seems not suitable for an function vector, but a 4 byte data type is
needed to specify a function in the Mega128 environment.
6.18.10 Thread_Wait
Thread Functions
Syntax
void Thread_Wait(byte thread,byte signal);
Sub Thread_Wait(thread As Byte,signal As Byte)
Содержание C-Control Pro Mega Series
Страница 1: ... 2008 Conrad Electronic C Control Pro Mega Series ...
Страница 9: ...VIII Inhalt 2008 Conrad Electronic ...
Страница 10: ...Part 1 ...
Страница 17: ...Part 2 ...
Страница 23: ...Part 3 ...
Страница 41: ...32 Hardware 2008 Conrad Electronic 3 3 5 3 Component Parts Plan ...
Страница 57: ...48 Hardware 2008 Conrad Electronic 3 4 5 3 Component Parts Plan ...
Страница 58: ...Part 4 ...
Страница 91: ...82 IDE 2008 Conrad Electronic ...
Страница 92: ...Part 5 ...
Страница 135: ...126 Compiler 2008 Conrad Electronic 31 1F US 63 3F 95 5F _ 127 7F DEL ...
Страница 136: ...Part 6 ...
Страница 231: ...Part 7 ...
Страница 240: ......