Can someone explain to me how to do the VxWorks tasks?
Currently our code isnt working.
Task loopingTask("SpinTask", (FUNCPTR)(int(PneumaticSystem::lop)));
Doesnt work.
Get error "error: argument of type `int (PneumaticSystem:

()' does not match `int (*)(...)'"