All the tutorials I found on the internet shows how to build a program, deploy program etc. from Windriver. But none of them shows syntax to do certain function. Like for example, RobotC used for programming vex robot had list of all the available classes and proper syntax example showing how to use them. I can’t find anything like that for Windriver C++ classes supported by WPILib. Are those few examples available in windriver the only way to view proper syntax of those class? Thanks
I don’t think it’s exactly what you are looking for but the “WPILib C++ Reference.chm” help file at C:\Windriver\docs\extensions\frc may help.(I hope that’s right, it’s from memory, the computer I’m on doesn’t have Wind River)
Also, if you look at the *.cpp files in the zip file under C:\WindRiver\WPILib there is comments on all the functions that describe how they work and what they do.
Thanks! I was looking for that.