File: object_fixed_deser.txt

package info (click to toggle)
ros-genpy 0.6.18-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 588 kB
  • sloc: python: 2,830; makefile: 107; xml: 33
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
data = []
for i in range(0, 3):
  val0 = foo.msg.Object()
  start = end
  end += 4
  (val0.data,) = _get_struct_i().unpack(str[start:end])
  data.append(val0)