control/Deprecated/DEBUG Control/SquareDebug/SquareDebug_sg_rtw/rte_SquareDebug_parameters.h
2025-09-03 11:21:53 +02:00

12 lines
251 B
C++

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