LASP 1.0
Library for Acoustic Signal Processing
Loading...
Searching...
No Matches
Daq::StreamException Class Reference

Used for internal throwing of exceptions. More...

#include <lasp_daq.h>

Inheritance diagram for Daq::StreamException:
Collaboration diagram for Daq::StreamException:

Public Member Functions

 StreamException (const StreamStatus::StreamError e)
 
 StreamException (const StreamStatus::StreamError e, const std::string &additional_info)
 
 operator StreamError ()
 

Public Attributes

StreamStatus::StreamError e
 

Detailed Description

Used for internal throwing of exceptions.

Definition at line 90 of file lasp_daq.h.

Constructor & Destructor Documentation

◆ StreamException() [1/2]

Daq::StreamException::StreamException ( const StreamStatus::StreamError  e)
inline

Definition at line 95 of file lasp_daq.h.

◆ StreamException() [2/2]

Daq::StreamException::StreamException ( const StreamStatus::StreamError  e,
const std::string &  additional_info 
)
inline

Definition at line 97 of file lasp_daq.h.

Member Function Documentation

◆ operator StreamError()

Daq::StreamException::operator StreamError ( )
inline

Definition at line 101 of file lasp_daq.h.

Member Data Documentation

◆ e

StreamStatus::StreamError Daq::StreamException::e

Definition at line 94 of file lasp_daq.h.


The documentation for this class was generated from the following file: