refactor charge sockets data processing into dedicated class

While here, add method to generate the OSM keys corresponding
to a socket list.

Signed-off-by: Séverin Lemaignan <severin@guakamole.org>
This commit is contained in:
Séverin Lemaignan
2025-09-28 20:51:49 +02:00
committed by x7z4w
parent e7f766084f
commit 0c0e9ab5f6
10 changed files with 519 additions and 295 deletions

View File

@@ -158,6 +158,7 @@ target_link_libraries(${PROJECT_NAME}
geometry
protobuf
coding
feature_helpers
)
omim_add_test_subdirectory(indexer_tests)