Subject:
|
Re: Drive types
|
Newsgroups:
|
lugnet.robotics
|
Date:
|
Tue, 9 Jan 2007 21:02:11 GMT
|
Viewed:
|
3220 times
|
| |
| |
> Using Precedes and Follows you can define as complex (or simple) a net of thread
> inter-dependencies as you may need.
>
> John Hansen
Thanks John - quite clear now. Though I still don't understand why there are 2
different opcodes that can be used for more or less the same thing???
Philo
|
|
Message has 1 Reply: | | Re: Drive types
|
| (...) The presence of both opcodes comes from the early days of NBC when I was trying to understand the executable file format (before the days of documentation) and I knew that in the NXT-G compiler a clump had both upstream and downstream (...) (18 years ago, 9-Jan-07, to lugnet.robotics)
|
Message is in Reply To:
| | 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)
|
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
|
|
|
|