How to use the getSubscriptionNamesAndTypesByNode function from bindings
Find comprehensive JavaScript bindings.getSubscriptionNamesAndTypesByNode code examples handpicked from public code repositorys.
GitHub: RobotWebTools/rclnodejs
968 969 970 971 972 973 974 975 976 977
* @param {string} namespace - The name of the namespace. * @param {boolean} noDemangle - If true topic names and types returned will not be demangled, default: false. * @return {Array<{name: string, types: Array<string>}>} - An array of the names and types. */ getSubscriptionNamesAndTypesByNode(nodeName, namespace, noDemangle = false) { return rclnodejs.getSubscriptionNamesAndTypesByNode( this.handle, nodeName, namespace, noDemangle
65
244
27
+ 53 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)