12 lines
247 B
C++
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
|