#include <stdlib.h>
#include "Riostream.h"
#include "TApplication.h"
#include "TH1.h"
#include "TClass.h"
#include "TGo4BufferQueue.h"
#include "TGo4ObjectQueue.h"
Go to the source code of this file.
Functions | |
void | usage (char **args) |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 28 of file MainGo4Queue.cxx.
References TGo4BufferQueue::AddBuffer(), TGo4BufferQueue::AddBufferFromObject(), TGo4ObjectQueue::AddObject(), TGo4ObjectQueue::AddObjectFromBuffer(), TGo4Queue::IsEmpty(), TGo4BufferQueue::WaitBuffer(), and TGo4ObjectQueue::WaitObject().
void usage | ( | char ** | args | ) |
Definition at line 148 of file MainGo4Queue.cxx.