Comment Changes in pubsub_library_v3

This commit is contained in:
winterhalderp 2021-05-26 12:03:58 +02:00
parent 19ff69e8a4
commit 25b8997abe
1 changed files with 3 additions and 1 deletions

View File

@ -166,7 +166,9 @@ class MinimalServiceProvider(Node):
# Insert your callback code here
def user_defined(self, request, response):
""" Write your user defined code here which will be run at every service call
""" OLD! Use function parameter srv_callback_fct instead!
Write your user defined code here which will be run at every service call
Input:
* request: srv request class