Hi,
On Tue, Nov 25, 2008 at 06:33:49PM +0100, macebre wrote:
> i declared a new Metatype GPSSatellite with << and >> operators.
>
> struct GPSSatellite
> {
> int ID;
> bool InUse;
> unsigned int Elevation;
> unsigned int Azimuth;
> unsigned int SNR;
> };
ID needs to be of type unsigned int (never trust the gypsy online
docs ;))
Greetings,
Sascha
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

