Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
TTaskGeneral.h
00001 /** 00002 * @file TTaskGeneral.h 00003 * @brief Cette classe controle tout ce qui ce relie au Flag Critique et a la gestion prioritaire. 00004 * @author Salco 00005 * @version 2.00 00006 * @date 11 june 2015 00007 */ 00008 #ifndef TTASKGENERAL_H 00009 #define TTASKGENERAL_H 00010 00011 #include "Task/TTask.h" 00012 #include "settingDebug.h" 00013 #include "././directive.h" 00014 00015 class TTaskGeneral : public TTask 00016 { 00017 Directive * m_userTask; 00018 00019 protected: 00020 virtual void task(void); 00021 00022 public: 00023 TTaskGeneral(int priority=0); 00024 virtual ~TTaskGeneral(); 00025 }; 00026 00027 #endif // TTASKGENERAL_H
Generated on Tue Jul 12 2022 19:04:22 by
1.7.2