-
I was wondering how you made your typecode for an array of a certain object. I'm having problems when parsing messages that I would consider an array of objects.
The API specifies you only need something like....
Foo.typecode=TC.Struct (
Foo,
[
TC.Array ('some type here, but not important',
(array type here -> I used MyArray.typecode),
'element', inline=1...
2004-05-06 17:10:58 UTC by godstar
-
dkgunter committed patchset 79 of module pyGMA to the Python GMA CVS repository, changing 5 files.
2002-02-09 00:10:59 UTC by dkgunter
-
dkgunter committed patchset 78 of module pyGMA to the Python GMA CVS repository, changing 7 files.
2002-02-08 23:58:34 UTC by dkgunter
-
dkgunter committed patchset 77 of module pyGMA to the Python GMA CVS repository, changing 12 files.
2002-02-08 23:58:05 UTC by dkgunter
-
dkgunter committed patchset 76 of module pyGMA to the Python GMA CVS repository, changing 1 files.
2002-01-31 01:43:41 UTC by dkgunter
-
dkgunter committed patchset 75 of module pyGMA to the Python GMA CVS repository, changing 2 files.
2002-01-30 16:27:06 UTC by dkgunter
-
dkgunter committed patchset 74 of module pyGMA to the Python GMA CVS repository, changing 1 files.
2002-01-29 01:52:58 UTC by dkgunter
-
dkgunter committed patchset 73 of module pyGMA to the Python GMA CVS repository, changing 1 files.
2002-01-28 15:27:20 UTC by dkgunter
-
dkgunter committed patchset 72 of module pyGMA to the Python GMA CVS repository, changing 3 files.
2002-01-26 00:59:40 UTC by dkgunter
-
dkgunter committed patchset 71 of module pyGMA to the Python GMA CVS repository, changing 2 files.
2002-01-25 21:51:25 UTC by dkgunter