Jpp  17.1.1
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Macros | Typedefs
KM3NeT_Audio_Channel.h File Reference
#include <cstdio>
#include <cstdlib>
#include <ctime>
#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

#define MAX_DUMP_SIZE   4194304

Definition at line 25 of file KM3NeT_Audio_Channel.h.

Typedef Documentation

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

Definition at line 20 of file KM3NeT_Audio_Channel.h.

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

Definition at line 21 of file KM3NeT_Audio_Channel.h.

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

Definition at line 22 of file KM3NeT_Audio_Channel.h.