Add functionality to store auxiliary information in TFCSSimulationState
Add a way to store auxiliary information in TFCSSimulationState inside an std::unordered_map. The indexing of the map is done through compile time hashed literal strings, which should allow a fast retrieval without overhead.
Edited by Michael Duehrssen-Debling