OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
MetadataParameterBundle.h
Go to the documentation of this file.
1#pragma once
2#include "MetadataParameter.h"
3#include <set>
4
5//class MetadataParameterBundle
6//{
7//public:
8// void addMetadataParameter(MetadataParameter& parameter) { m_parameter.push_back(parameter); };
9//
10// std::set<ot::UID> getAllParameterAbbreviations();
11// std::list<MetadataParameter>& getParameter() { return m_parameter; };
12//private:
13// std::set<std::string> m_allParameterAbbreviations;
14// std::list<MetadataParameter> m_parameter;
15//};