| /* |
| * BaSysID.cpp |
| * |
| * Created on: 13.08.2018 |
| * Author: schnicke |
| */ |
| |
| #include <BaSyx/shared/basysid/BaSysID.h> |
| |
| const std::string BaSysID::AASQualifier = "aas"; |
| const std::string BaSysID::SubmodelQualifier = "submodel"; |
| const std::string BaSysID::SubmodelsQualifier = "submodels"; |
| |
| const std::string BaSysID::ChildrenQualifier = "children"; |
| |
| const std::string BaSysID::PropertiesQualifier = "properties"; |
| const std::string BaSysID::OperationsQualifier = "operations"; |
| const std::string BaSysID::EventQualifier = "events"; |
| |