Closed Farges closed 10 years ago
Moreover there should be no comma after Talc::Video::Image because it is the last argument of the function:
public: virtual bool CameraInterface_init(
Talc::Video::Image
) = 0;
For ObcInterface.hpp, the following headers should be present:
#include "../DataTypes/State.hpp"
#include "../DataTypes/Waypoint.hpp"
#include "../DataTypes/Way.hpp"
Moreover 'virtual' should be there even for void functions.
In the file CameraInterface.hpp the header of Image should be included because Image is used at line 94.
Moreover the qualified name Talc::Video::Image should be used instead of just "Image":