bancada-motores/Control/VF Control/VFControl_sg_rtw/rte_VFControl_parameters.h
Pedro Jose Romero Gombau 447269b383 Si
2024-10-28 11:36:48 +01: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