mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/cmake-demo.git
synced 2025-12-17 02:28:04 +00:00
Initial Commit
This commit is contained in:
26
App/Inc/tasks/arming.hpp
Normal file
26
App/Inc/tasks/arming.hpp
Normal file
@@ -0,0 +1,26 @@
|
||||
/*
|
||||
* arming.hpp
|
||||
*
|
||||
* Created on: Jun 17, 2024
|
||||
* Author: carlos
|
||||
*/
|
||||
|
||||
#ifndef INC_TASKS_ARMING_HPP_
|
||||
#define INC_TASKS_ARMING_HPP_
|
||||
|
||||
#include <sta/tacos.hpp>
|
||||
|
||||
namespace tasks
|
||||
{
|
||||
class ArmingTask : public sta::tacos::TacosThread
|
||||
{
|
||||
public:
|
||||
ArmingTask();
|
||||
|
||||
void init() override;
|
||||
|
||||
void func() override;
|
||||
};
|
||||
} // namespace tasks
|
||||
|
||||
#endif /* INC_TASKS_ARMING_HPP_ */
|
||||
Reference in New Issue
Block a user