File: object_fixed_ser.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 (5 lines) | stat: -rw-r--r-- 203 bytes parent folder | download | duplicates (4)
1
2
3
4
5
if len(data) != 3:
  self._check_types(ValueError("Expecting %s items but found %s when writing '%s'" % (3, len(data), 'data')))
for val0 in data:
  _x = val0.data
  buff.write(_get_struct_i().pack(_x))