Jpp 19.3.0-rc.3
the software that should make you happy
Loading...
Searching...
No Matches
KM3NeT_Audio_Channel.h File Reference
#include <cstdio>
#include <cstdlib>
#include <ctime>
#include <map>
#include <boost/asio.hpp>
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include "KM3NeT_Audio_Data.h"
#include "toalib/km3_toa_lib.hpp"

Go to the source code of this file.

Classes

class  KM3NeT_Audio_Channel
 

Macros

#define MAX_DUMP_SIZE   4194304
 

Typedefs

typedef std::pair< std::size_t, std::size_t > threshold_entry
 
typedef boost::shared_ptr< KM3::TOALIB::CTOAFinder::probeSignalT > pProbe
 
typedef boost::function< void(ToA_Packet packet)> callback_send_toa
 

Macro Definition Documentation

◆ MAX_DUMP_SIZE

#define MAX_DUMP_SIZE   4194304

Definition at line 26 of file KM3NeT_Audio_Channel.h.

Typedef Documentation

◆ threshold_entry

typedef std::pair<std::size_t,std::size_t> threshold_entry
Author
fsimeone

Definition at line 21 of file KM3NeT_Audio_Channel.h.

◆ pProbe

typedef boost::shared_ptr<KM3::TOALIB::CTOAFinder::probeSignalT> pProbe

Definition at line 22 of file KM3NeT_Audio_Channel.h.

◆ callback_send_toa

typedef boost::function<void(ToA_Packet packet)> callback_send_toa

Definition at line 23 of file KM3NeT_Audio_Channel.h.