Subject:
|
Re: Drive types
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Tue, 9 Jan 2007 09:22:10 GMT
|
Viewed:
|
3050 times
|
| |
| |
In lugnet.robotics, John Hansen wrote:
> Precedes(task1, task2, ..., taskn);
> Follows(task1, task2, ..., taskn);
Hello John,
Could you comment a little the use of Precedes/Follows for task switching? I
have trouble figuring when to use one or the other (or both?)
Thanks in advance,
Philo
|
|
Message has 1 Reply: | | Re: Drive types
|
| (...) Here is a simple multi-threaded NQC program: task music() { while (true) { PlayTone(262,40); Wait(50); PlayTone(294,40); Wait(50); PlayTone(330,40); Wait(50); PlayTone(294,40); Wait(50); } } task main() { start music; while(true) { (...) (18 years ago, 9-Jan-07, to lugnet.robotics)
|
Message is in Reply To:
| | Re: Drive types
|
| (...) NXC is something like NQC and it is available for Windows, Mac OS X, and Linux platforms. While NXC is not yet complete, it is very functional with a large API for the NXT. Not eXactly C (NXC) is currently available in the form of NBC beta 20. (...) (18 years ago, 8-Jan-07, to lugnet.robotics)
|
14 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|