229
time can be entered using decimal numbers only.
•
10ms
•
10.5ms
It is also well to remember that the time must not begin with . (period).
8.1.2
Configuration File Definition Items
The following definitions
are to be formulated in the configuration file
•
System definition
•
System clock definition
•
Respective maximum number of items
•
Task definition
•
Eventflag definition
•
Semaphore definition
•
Mailbox definition
•
Data queue definition
•
Short data queue definition
•
Fixed-size Memory Pool definition
•
Variable-size Memory Pool definition
•
Cyclic handler definition
•
Alarm handler definition
•
Interrupt vector definition
[( System Definition Procedure )]
<< Format >>
// System Definition
system{
stack_size
=
System stack size
;
priority
=
Ma
ximum value of priority
;
system_IPL
=
Kernel mask level
;
tic_deno
=
Time tick denominator
;
tic_nume
=
Time tick numerator
;
message_pri =
Maximum message priority value
;
};
53
All items except task definition can omitted. If omitted, definitions in the default configuration file are referenced.