Quote:
Originally Posted by xtreampb
Hey guys. I want to modify the RobotDrive.CPP file but i can't find it in the wind river directory. I found the .h File but I need to add a member function to the .CPP file. Can anyone give me the directory path please thanks
~Xtreampb~
Pitt Pirates 2642
|
Depending on "how" you want to change it, a good way would be to derive your own new class from RobotDrive and either override the methods you want to behave differently and/or add new methods and data to it. This is the beauty of object oriented programming.