File: README

package info (click to toggle)
player 3.0.2%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 16,968 kB
  • sloc: cpp: 118,349; ansic: 34,116; python: 1,710; ruby: 269; tcl: 265; java: 189; makefile: 113; sh: 30; php: 3
file content (10 lines) | stat: -rw-r--r-- 330 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
Usage:
  ./parse.py ../../player.h pack.c pack.h

This Python script will parse <player.h>, and produce two files:
  pack.h
  pack.c
Together, these files prototype and implement a pair of XDR serialization
and deserialization functions for each struct declared in the header.

        brian gerkey (gerkey@users.sourceforge.net)