50 #ifndef MESSAGEPROCESSOR_H_
51 #define MESSAGEPROCESSOR_H_
53 #include "system/thread/Thread.h"
54 using namespace ::br::pucrio::telemidia::ginga::core::system::thread;
56 #include "tsparser/ITransportSection.h"
57 using namespace ::br::pucrio::telemidia::ginga::core::tsparser;
59 #include "../ServiceDomain.h"
60 #include "DsmccMessageHeader.h"
61 #include "DownloadServerInitiate.h"
62 #include "DownloadInfoIndication.h"
63 #include "DownloadDataBlock.h"
73 namespace dataprocessing {
80 vector<DsmccMessageHeader*> msgs;
81 pthread_mutex_t msgMutex;
93 void processDDBMessages();
Definition: ServiceDomain.h:79
Definition: DownloadServerInitiate.h:68
Definition: MessageProcessor.h:75
Definition: DsmccMessageHeader.h:71
Definition: DownloadInfoIndication.h:72