bancada-motores/Simulink/VF Control/VFControl_sg_rtw/rte_VFControl_parameters.h
Pedro Jose Romero Gombau 3e7835e670 Proyecto
2024-10-25 16:51:18 +02:00

12 lines
247 B
C++

#ifndef _RTE_VFCONTROL_PARAMETERS_H
#define _RTE_VFCONTROL_PARAMETERS_H
#include "rtwtypes.h"
#include "SegmentInfo.hpp"
namespace slrealtime
{
SegmentVector &getSegmentVector(void);
} // slrealtime
#endif