HVAC_M7_LIN_TASKS/LinActuatorWork.h

19 lines
643 B
C

//
// Created by cfif on 20.01.2026.
//
#ifndef HVAC_M7_LINACTUATORWORK_H
#define HVAC_M7_LINACTUATORWORK_H
#include "LinActuatorTasks.h"
void LinActuatorWork(tLinTaskActuator *linTaskActuator, osMutexId_t modelTaskAccess, uint8_t numAct,
ActuatorCmdBus *actuator_Command_Model_local,
ActuatorCmdBus *actuator_Command_Model_trigger_local,
ActuatorCmdBusInput *actuator_Output_Model_local,
ActuatorCmdBusInput *actuator_Output_Model_model,
bool *triggerCommand,
char *LOG_SIGN);
#endif //HVAC_M7_LINACTUATORWORK_H