Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Seitosh
Seitosh
Commits
4c26410d
Commit
4c26410d
authored
Jan 12, 2019
by
thomas.forbriger
Browse files
libpsdxx [WP]: provide new template files
parent
7ab28c41
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libs/libpsdxx/helper.h
0 → 100644
View file @
4c26410d
/*! \file helper.h
* \brief utility functions and classes, to be used internally (prototypes)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 12/01/2019
*
* utility functions and classes, to be used internally (prototypes)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 12/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
// include guard
#ifndef PSDXX_HELPER_H_VERSION
#define PSDXX_HELPER_H_VERSION \
"PSDXX_HELPER_H V1.0"
#include
<psdxx/psd.h>
namespace
psd
{
namespace
helper
{
}
// namespace helper
}
// namespace psd
#endif // PSDXX_HELPER_H_VERSION (includeguard)
/* ----- END OF helper.h ----- */
src/libs/libpsdxx/log_index.cc
0 → 100644
View file @
4c26410d
/*! \file log_index.cc
* \brief compute index on logarithmic scale (implementation)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 12/01/2019
*
* compute index on logarithmic scale (implementation)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 12/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
#define PSDXX_LOG_INDEX_CC_VERSION \
"PSDXX_LOG_INDEX_CC V1.0"
#include
<psdxx/helper.h>
namespace
psd
{
namespace
helper
{
}
// namespace helper
}
// namespace psd
/* ----- END OF log_index.cc ----- */
src/libs/libpsdxx/log_taper.cc
0 → 100644
View file @
4c26410d
/*! \file log_taper.cc
* \brief provide taper for averaging on a logarithmic scale (implementation)
*
* ----------------------------------------------------------------------------
*
* \author Thomas Forbriger
* \date 12/01/2019
*
* provide taper for averaging on a logarithmic scale (implementation)
*
* Copyright (c) 2019 by Thomas Forbriger (BFO Schiltach)
*
* ----
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
* ----
*
* REVISIONS and CHANGES
* - 12/01/2019 V1.0 Thomas Forbriger
*
* ============================================================================
*/
#define PSDXX_LOG_TAPER_CC_VERSION \
"PSDXX_LOG_TAPER_CC V1.0"
#include
<psdxx/helper.h>
namespace
psd
{
namespace
helper
{
}
// namespace helper
}
// namespace psd
/* ----- END OF log_taper.cc ----- */
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment