20 lines
647 B
C
20 lines
647 B
C
//
|
|
// Created by cfif on 20.01.2026.
|
|
//
|
|
|
|
#ifndef HVAC_M7_LINACTUATORWORK_H
|
|
#define HVAC_M7_LINACTUATORWORK_H
|
|
|
|
#include "MainModesArbiter_Private.h"
|
|
#include "HVAC_model_types.h"
|
|
|
|
void LinActuatorWork(tMma *env, tLinTaskActuator *linTaskActuator,
|
|
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
|