#include "SchedTask.h" class Update_SGP : public SchedTask { public: SchedConstructor(Update_SGP); //int update_sgp(void *rbuf, void *wbuf); int run(void *rbuf, void *wbuf); };