mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/TACOS.git
synced 2025-08-06 01:37:33 +00:00
Added reworked manager / statemachine tasks, thread implementation and new directory layout
This commit is contained in:
@@ -27,4 +27,9 @@
|
||||
#define STA_RTOS_SYSTEM_WATCHDOG_ENABLE
|
||||
#define STA_RTOS_WATCHDOG_ENABLE
|
||||
|
||||
|
||||
// Settings for TACOS
|
||||
#define STA_TACOS_MANAGER_PRIORITY osPriorityNormal
|
||||
#define STA_TACOS_NUM_STATES 4
|
||||
|
||||
#endif /* INC_STA_CONFIG_HPP_ */
|
||||
|
@@ -29,4 +29,17 @@ enum tacos_states_t
|
||||
};
|
||||
|
||||
|
||||
namespace tacos
|
||||
{
|
||||
class StateMachine
|
||||
{
|
||||
public:
|
||||
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
#endif /* INC_TASKS_STATEMACHINE_HPP_ */
|
||||
|
Reference in New Issue
Block a user