Closed Farges closed 10 years ago
In TaskCameraInterface.hpp lines such as:
this->provides("CameraInterface"->addOperation("CameraInterface_getShutterAutoMin", &CameraInterface::CameraInterface_getShutterAutoMin, this, RTT::ClientThread) .doc("Description : invalid");
should be:
this->addOperation("CameraInterface_getShutterAutoMin", &CameraInterface::CameraInterface_getShutterAutoMin, this, RTT::ClientThread) .doc("Description : invalid");
In TaskCameraInterface.hpp lines such as:
should be: