How to use the getServiceName function from bindings
Find comprehensive JavaScript bindings.getServiceName code examples handpicked from public code repositorys.
99 100 101 102 103 104 105 106 107
/** * @type {string} */ get serviceName() { const fullServiceName = rclnodejs.getServiceName(this._handle); // returns /my_node/myservice return fullServiceName.split('/').pop(); } }
65
248
27
+ 5 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)