Public Member Functions | |
VirtualEventBuilder (std::string supervisorApplicationUID, std::string bufferUID, std::string processorUID) | |
virtual void | build (const std::string &buffer)=0 |
virtual std::queue< Event * > & | getCompleteEvents (void)=0 |
virtual std::queue< Event * > & | getAllEvents (void)=0 |
void | flush (void) |
std::string | getName (void) |
Protected Member Functions | |
bool | workLoopThread (toolbox::task::WorkLoop *workLoop) |
Protected Attributes | |
std::queue< Event * > | completeEvents_ |
Definition at line 14 of file VirtualEventBuilder.h.