Wind River Workbench is a complete C/C++ Interactive Development Environment (IDE) that handles all aspects of code development. It will help you: • Write the code for your robot with editors, syntax highlighting, formatting, auto-completion, etc. • Compile the source code into binary object code for the cRIO PowerPC architecture. • Debug and test code by downloading the code to the cRIO robot controller and enabling you to step through line by line and examine variables of the running code. • Deploy the program so that it will automatically start up when the robot is powered on. You can even use Subversion, a popular source code repository server to manage your code and track changes. This is especially useful if there is more than one person doing software development. Setting up the environment To use Workbench you need to configure it so that it knows about your robot and the programs that you want to download to it. There are three areas that need to be s...
Learn C++ Programming fast and easy, find C++ Program Codes