|
Re: Child function problems
If you want to use your CANTalon object, you should pass it as a pointer .
Code:
CANTalon *pMySpeedController
...
pMySpeedController->Set(x);
...
__________________
~~~~~~~~~~~~~~~~~~~
Bob Wolff - Software from the old-school
Mentor / C / C++ guy
Team 1967 - The Janksters - San Jose, CA
|