Jpp  master_rocky
the software that should make you happy
Classes | Macros | Typedefs
AcousticDataFilter.h File Reference
#include <string>
#include <sstream>
#include <iostream>
#include <ctime>
#include <unistd.h>
#include <stdio.h>
#include <vector>
#include <map>
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <boost/atomic.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/make_shared.hpp>
#include <boost/thread/thread.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <JRuncontrol/JDAQClient.hh>
#include <JLogger/JControlHostLogger.hh>
#include <JLogger/JMessageLogger.hh>
#include <JDAQ/JDAQTags.hh>
#include "toalib/km3_toa_lib.hpp"
#include "Tools/KM3NeT_Acoustic_Link.h"
#include "Tools/KM3NeT_DOM.h"

Go to the source code of this file.

Classes

class  AcousticDataFilter
 

Macros

#define SERVER_THREAD_POOL   2
 
#define TRIGGER_THREAD_POOL   8
 
#define MAX_TOA_SIZE   1048576
 

Typedefs

typedef std::pair< std::size_t, pProbeprobe_entry
 
typedef std::pair< std::size_t, pDOMdom_entry
 

Macro Definition Documentation

◆ SERVER_THREAD_POOL

#define SERVER_THREAD_POOL   2

Definition at line 32 of file AcousticDataFilter.h.

◆ TRIGGER_THREAD_POOL

#define TRIGGER_THREAD_POOL   8

Definition at line 33 of file AcousticDataFilter.h.

◆ MAX_TOA_SIZE

#define MAX_TOA_SIZE   1048576

Definition at line 34 of file AcousticDataFilter.h.

Typedef Documentation

◆ probe_entry

typedef std::pair<std::size_t,pProbe> probe_entry
Author
fsimeone

Definition at line 41 of file AcousticDataFilter.h.

◆ dom_entry

typedef std::pair<std::size_t,pDOM> dom_entry

Definition at line 42 of file AcousticDataFilter.h.