class TRIPMsgParser

TRIPMsgParser

Public Methods

Sptr <TRIPMsg> parse(const char* data) throw(TRIPBadDataException&)
Parses the given TRIP data and returns a TRIPMsg object with TRIP object filed in
Sptr <TRIPMsg> parse(const TRIPHeader& hdr, const char* data) throw(TRIPBadDataException&)
Parse the message with given header , the data is pointing to the data following the header
TRIPMsgParser()

Documentation

TRIPMsgParser
TRIPMsgParser()

Sptr <TRIPMsg> parse(const char* data) throw(TRIPBadDataException&)
Parses the given TRIP data and returns a TRIPMsg object with TRIP object filed in.The TRIPMsg object is allocated in the call and it is the responsibility of the caller to free the memory

Sptr <TRIPMsg> parse(const TRIPHeader& hdr, const char* data) throw(TRIPBadDataException&)
Parse the message with given header , the data is pointing to the data following the header


This class has no child classes.

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de