Exercises: Sensor Repository (std::map
)¶
Exercises¶
Write a class SensorRepository
that is there to act as a
“registry” for sensors. Sensors are registered there using a
decriptive name.
std::map
)¶Write a class SensorRepository
that is there to act as a
“registry” for sensors. Sensors are registered there using a
decriptive name.