View Single Post
  #28   Spotlight this post!  
Unread 11-04-2011, 15:14
wireties's Avatar
wireties wireties is offline
Principal Engineer
AKA: Keith Buchanan
FRC #1296 (Full Metal Jackets)
Team Role: Mentor
 
Join Date: Jan 2006
Rookie Year: 2004
Location: Rockwall, TX
Posts: 1,170
wireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond reputewireties has a reputation beyond repute
Send a message via AIM to wireties
Re: I Have A Question About Pointers

Quote:
Originally Posted by Ether View Post
Keith, I'm not disagreeing with you, but how do you know all this? Is there a document somewhere which discusses this ?
NP Ether - I taught engineers how to use VxWorks (and embedded Linux) for 15+ years. Check Help->Help Contents->Wind River Documentation from the Workbench IDE. Under Guides->Operating System there is a Application Programmers Guide (which is about programming in a RTP) and a Kernel Programmers Guide (about programming in kernel space/mode) and a BSP Developers Guide (which is about building a board support package - which NI gives us). In our case, NI and/or WPI chose to not use RTPs and stick everything in kernel space/mode (probably because that is how LabView's code generator works). The C/C++ Developer User Guides and Getting Started->Tutorials are also most helpful.

HTH

Last edited by wireties : 11-04-2011 at 15:16.
Reply With Quote