vehicle_signal_interface
vehicle_signal_interface copied to clipboard
README.md.api does not match vsi.c
Hello,
I read the document README.md.api
but after I open the source files, seems the document not match with source. eg vsi_fire_signal
in document but not in source.
Is this project still under development?
It looks like that function is now named vsi_insert_signal.
If you want to you can edit README.md.api and propose a change to the documentation.
OK, that did not feel right so I looked a bit closer. There was an incorrect comment in the header file that made me think it was the original "fire" function but of course that's not the case. Insert is a different operation and as the name suggests it is there to create a new signal in the database.
Apparently vsi_fire_signal was first commented out and later deleted in commit 818756f I think we have to ask the maintainer @dmiespdx what the situation is right now.
I read the documents and i like the interface design. But is it better If the implementation be split as a client library and a daemon and IPC between them?