MotorControlModuleSDFM_TMS3.../Projects/EFC_Communication/UMLibrary/schematic/action/StatusGetAction.hh
2024-06-07 11:12:56 +03:00

20 lines
387 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* StatusGetAction.hh
*
* Created on: 23 июн. 2023 г.
* Author: titov
*/
#ifndef UMLIBRARY_SCHEMATIC_ACTION_STATUSGETACTION_HH_
#define UMLIBRARY_SCHEMATIC_ACTION_STATUSGETACTION_HH_
#include "ValueGetAction.hpp"
namespace schematic { namespace functor {
typedef ValueGetAction<bool> StatusGetAction;
}}
#endif /* UMLIBRARY_SCHEMATIC_ACTION_STATUSGETACTION_HH_ */