[channels,location] implement client channel

* provide client side callbacks to implement platform specific location
  backend glue code
This commit is contained in:
akallabeth
2024-03-04 08:45:22 +01:00
committed by akallabeth
parent 2dd80b1e80
commit f764b0a854
7 changed files with 584 additions and 4 deletions

View File

@@ -17,6 +17,10 @@
define_channel("location")
if(WITH_CLIENT_CHANNELS)
add_channel_client(${MODULE_PREFIX} ${CHANNEL_NAME})
endif()
if(WITH_SERVER_CHANNELS)
add_channel_server(${MODULE_PREFIX} ${CHANNEL_NAME})
endif()