change Topic property latch to boolean type (#11607)

This commit is contained in:
Tony Gaetani
2016-09-30 21:51:23 +09:00
committed by Masahiro Wakame
parent 8e873d91bc
commit cc17a16360
+1 -1
View File
@@ -310,7 +310,7 @@ declare namespace ROSLIB {
compression?: string,
throttle_rate?: number,
queue_size?: number,
latch?: number,
latch?: boolean,
queue_length?: number
});