How to use the getPublisherNamesAndTypesByNode function from bindings

Find comprehensive JavaScript bindings.getPublisherNamesAndTypesByNode code examples handpicked from public code repositorys.

952
953
954
955
956
957
958
959
960
961
 * @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.
 */
getPublisherNamesAndTypesByNode(nodeName, namespace, noDemangle = false) {
  return rclnodejs.getPublisherNamesAndTypesByNode(
    this.handle,
    nodeName,
    namespace,
    noDemangle
fork icon65
star icon244
watch icon27

+ 53 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)