blob: 1f5b8b73e633c0b33e2d07d349e86751df8caab8 [file] [log] [blame]
#ifndef BASYX_API_V2_SDK_IEMBEDDEDDATASPECIFICATION_H
#define BASYX_API_V2_SDK_IEMBEDDEDDATASPECIFICATION_H
#include <BaSyx/submodel/api_v2/reference/IReference.h>
namespace basyx {
namespace submodel {
namespace api {
class IEmbeddedDataSpecification
{
public:
virtual ~IEmbeddedDataSpecification() = 0;
virtual IReference * getDataSpecifaction() const = 0;
};
inline IEmbeddedDataSpecification::~IEmbeddedDataSpecification() = default;
}
}
}
#endif //BASYX_API_V2_SDK_IEMBEDDEDDATASPECIFICATION_H