control/DEBUG Control/SquareDebug/SquareDebug_sg_rtw/rte_SquareDebug_parameters.h
2025-09-02 13:01:03 +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