To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.roboticsOpen lugnet.robotics in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / *31464 (-20)
  Re: thread class for legOS
 
(...) Static DOES matter; it declares the method as being a "class" method, rather than a normal instance method. I believe there is no implicit 'this' parameter and therefore it can be treated like a normal function. Of course, it can't be linked (...) (24 years ago, 21-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Senshist.icb etc
 
hi john, the farnsworth stuff should work. did you download the zip file of programs from the HB site? there should be an as11_ic bat file in it. fred (...) (24 years ago, 20-Jan-02, to lugnet.robotics.handyboard)
 
  Re: thread class for legOS
 
(...) No, static doesn't matter but it is possible the calling conventions of C and C++ might be different (I don't know of a platform where that is the case for a an extern function), so you might need to specify C linkage, as in: extern "C" int (...) (24 years ago, 21-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: thread class for legOS
 
(...) Haven't done any C++ for a while, but IIRC you just need to declare runWrapper as static, ie: private: static int runWrapper(...) ; HTH ROSCO (24 years ago, 21-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: threads - bug in the firmware?
 
(...) Advantage: Less memory used (each thread needs a block of memory in the kernel, I'm at work & can't remember the struct name off hand). In the case under discussion, this doesn't make much difference, but in a large project, memory use can (...) (24 years ago, 21-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Still having problems with helloworld.c
 
John, Where is the source for makelx ?? I am having this same problem. Thanks JohnG (...) (24 years ago, 20-Jan-02, to lugnet.robotics.rcx.legos)
 
  Handyboard Sonar question
 
I've been trying to connect my sonar module according to the instructions in the following webpage: (URL) However, Since I'm using an expansion board with my Handyboard, the SCI port isn't available. Also, my expansion board didn't come with a (...) (24 years ago, 20-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Hacker rcx
 
(...) I'm not sure I understand what you need. The SDK is designed specifically to be used with applications like Visual Basic. Download it and you'll see what I mean. It even includes a sample VB program. Like Stef said, I think we need more (...) (24 years ago, 20-Jan-02, to lugnet.robotics)
 
  Help with legos
 
All, I moved my Legos and Cygwin installations to a new machine. When I try and compile a program the compiler complains that there's a installation problem and it cannot execute 'cpp'. Can anyone givenme some insight as to what the problem is and (...) (24 years ago, 20-Jan-02, to lugnet.robotics)
 
  Re: Hacker rcx
 
hi, Maybe you could be a little more specific what your problems are, because: - sending data through the IR tower can simply be done by sending bytes to the COMport whereto the IR tower is connected - sending messages / direct and indirect commands (...) (24 years ago, 20-Jan-02, to lugnet.robotics)
 
  Re: LNP Routing daemon with tcp/ip for RCX/legOS, Cybermaster/NQC
 
Sources for the LNPoI Router are available now. You find it at (URL) . Bye (24 years ago, 20-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Hacker rcx
 
I need help of mindstormer programmer (like D. BAUM or other. For explain me how to send byte after byte the message thanks nanobapt ---...--- "la cuillère n'existe pas" (URL) : 94470030 ----- Original Message ----- From: "Ian Warfield" (...) (24 years ago, 20-Jan-02, to lugnet.robotics)
 
  Re: Hacker rcx
 
I don't want use some that i don't understand ... I want to send other message that the RCX can understand with only visual basic and only it ! I think i need to now how time does the byte take .... nanobapt ---...--- "la cuillère n'existe pas" (...) (24 years ago, 20-Jan-02, to lugnet.robotics)
 
  Re: Hacker rcx
 
(...) Have a look at my post from a week ago... (URL) "msgs X" with LEGO Assembler using the SDK 2.0. HTH --Ian (...) The spoon doesn't exist?? (24 years ago, 20-Jan-02, to lugnet.robotics)
 
  Hacker rcx
 
i have a problem. I want to program a windows to send RCX message but i have a problem ... My problem that i can send Byte but the rcx don't know them. I follow the rcx internal instruction but it don't work !! Someone can help me to write a program (...) (24 years ago, 19-Jan-02, to lugnet.robotics)
 
  Re: More on threads
 
(...) I recall that legOS's priority model is pretty rigid. If a thread with a higher priority never yields, threads with lower priority will never get any time. When I write legOS programs, I generally just have everything run at PRIO_NORMAL. That (...) (24 years ago, 19-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: More on threads
 
(...) Digging through tm.c gave me the impression, that main will indeed get no time slice. So I wrote another test program: ---...--- #include <conio.h> #include <unistd.h> pid_t worker; int work_task(int argc, char *argv[]); int main() { int i; i (...) (24 years ago, 19-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: More on threads
 
(...) ability to terminate but to run in an endless loop. But This is not true of an embedded system though which will have to run 'forever'. (...) priority of NORMAL+4. So, the (...) any time slice at all. NO time slice or just a very small chunk (...) (24 years ago, 19-Jan-02, to lugnet.robotics.rcx.legos)
 
  Re: Lego Studios Cam and Macintosh
 
(...) I didn't go that far, but that makes sense. Also, Pinnacle have removed the option to make animations, but it looks like it can be fixed by downloading an upgrade to Studios from the Lego site. (...) Thanks for the info, but we have already (...) (24 years ago, 19-Jan-02, to lugnet.robotics)
 
  Re: Lego Studios Cam and Macintosh
 
The Studios software can actually work with other cams (at least it works with my Creative cam). The trick is to alter the Registry entry to the name of your other cam (noted from System Control Panel). Likewise, I would guess that the Pinnacle (...) (24 years ago, 19-Jan-02, to lugnet.robotics)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR