/cygdrive/d/src/svn/vrut/trunk/modules/tracking/info/pparser.cpp File Reference

#include "pparser.h"
#include <iostream>

Go to the source code of this file.

Functions

int main ()


Function Documentation

int main (  ) 

Definition at line 215 of file pparser.cpp.

00216 {
00217               char * aa = "fr 45632f";
00218        PParser parser;
00219        parser.setLength(7);
00220        parser.setPacket(aa);
00221        parser.parse();
00222 
00223        
00224 return 0;
00225 }


Generated on Tue Mar 10 14:41:36 2009 for VRUT by  doxygen 1.5.5