NETSIM  1.0.0
Hardware-in-the-loopacousticnetworksimulator
goby::middleware Namespace Reference

Classes

struct  SerializerParserHelper< T, BOOST_SERIALIZATION_SCHEME >
 

Functions

template<typename T , class Enable = void>
constexpr const char * boost_serialization_type_name ()
 
template<typename T , typename std::enable_if< T::goby_boost_serialization_type !=nullptr >::type * = nullptr>
constexpr int scheme ()
 
template<>
constexpr const char * boost_serialization_type_name< netsim::TaggedAudioBuffer > ()
 

Variables

constexpr int BOOST_SERIALIZATION_SCHEME = 8
 

Function Documentation

◆ boost_serialization_type_name()

template<typename T , class Enable = void>
constexpr const char* goby::middleware::boost_serialization_type_name ( )
constexpr

Definition at line 49 of file boost_serialization.h.

◆ boost_serialization_type_name< netsim::TaggedAudioBuffer >()

template<>
constexpr const char* goby::middleware::boost_serialization_type_name< netsim::TaggedAudioBuffer > ( )
constexpr

Definition at line 129 of file boost_serialization.h.

◆ scheme()

template<typename T , typename std::enable_if< T::goby_boost_serialization_type !=nullptr >::type * = nullptr>
constexpr int goby::middleware::scheme ( )
constexpr

Definition at line 90 of file boost_serialization.h.

Variable Documentation

◆ BOOST_SERIALIZATION_SCHEME

constexpr int goby::middleware::BOOST_SERIALIZATION_SCHEME = 8
constexpr

Definition at line 47 of file boost_serialization.h.