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
No related tags found
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
* available under the terms of the Eclipse Public License 2.0
......@@ -47,6 +47,7 @@ struct EntityProperties
EntityType type{EntityType::kOther};
std::string model{};
std::map<std::string, std::string> properties{};
units::mass::kilogram_t mass{};
};
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