How to use the createTimePoint function from bindings

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

55
56
57
58
59
60
61
62
63
64
) {
  throw new RangeError('nanoseconds value must not be negative');
}

this._nanoseconds = int64.from(seconds).multiply(1e9).add(nanoseconds);
this._handle = rclnodejs.createTimePoint(
  this._nanoseconds.toString(),
  clockType
);
this._clockType = clockType;
fork icon65
star icon249
watch icon27

+ 5 other calls in file

Other functions in bindings

Sorted by popularity

function icon

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