#include "pparser.h"
#include <iostream>
Go to the source code of this file.
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 }