-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Yes.
I'd like a way to print the latitude and longitude of the State from the loggers. Currently, I'm writing the lat/long into each State and printing it from there. Since the data is constant (as it is based on the cell position), it should be stored in the Cell instead. However, I can't access the Cell from the State.
Describe the solution you'd like
A way of accessing the parent Cell from a State during printing. Maybe instead of using stream operators, an explicit std::string getString(const State& state, const Cell& parentCell)
in the State class would work?
Describe alternatives you've considered
- Storing the lat/long directly in the States
Thanks
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request