Skip to content
Snippets Groups Projects
Commit ffa73fd0 authored by David Weiß's avatar David Weiß
Browse files

Add mass to EntityProperties

parent ca4d0b4d
No related branches found
Tags v2.1.0
1 merge request!49Add mass to EntityProperties
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2021, Bayerische Motoren Werke Aktiengesellschaft (BMW AG) * Copyright (c) 2021-2022, Bayerische Motoren Werke Aktiengesellschaft (BMW AG)
* *
* This program and the accompanying materials are made * This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0 * available under the terms of the Eclipse Public License 2.0
...@@ -47,6 +47,7 @@ struct EntityProperties ...@@ -47,6 +47,7 @@ struct EntityProperties
EntityType type{EntityType::kOther}; EntityType type{EntityType::kOther};
std::string model{}; std::string model{};
std::map<std::string, std::string> properties{}; std::map<std::string, std::string> properties{};
units::mass::kilogram_t mass{};
}; };
inline bool operator==(const EntityProperties& lhs, const EntityProperties& rhs) noexcept inline bool operator==(const EntityProperties& lhs, const EntityProperties& rhs) noexcept
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment