Prepare integration of MantleAPI in OSC1 engine
- add missing operators for identifiers
- Fix parameter type for GetProjectedPoseAtLane from local to global lane id (UniqueId)
- Use the smallest possible underlying type for all enums: either
std::uint8_t
orstd::int8_t
- fix parameter / return type for lane assignment from uint64_t to UniqueId
- Remove final for Mocks
- Add MockTrafficAreaService
Signed-off-by: Andreas Rauschert andreas.rb.rauschert@bmw.de
Edited by Andreas Rauschert