Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
dcdb
dcdb
Commits
81c6eeb6
Commit
81c6eeb6
authored
Oct 10, 2016
by
Michael Ott
Browse files
Rename DCDBLib to libdcdb
parent
269b5016
Changes
24
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
81c6eeb6
MAKEFILENAME
:=
$(
lastword
$(MAKEFILE_LIST)
)
include
config.mk
LIBRARIES
=
DCDBL
ib
LIBRARIES
=
l
ib
PROJECTS
=
CollectAgent tools scripts
CASSANDRA_VERSION
=
2.2.6
...
...
DCDBL
ib/Doxyfile
→
l
ib/Doxyfile
View file @
81c6eeb6
#
DCDBLi
b Doxyfile
#
libdcd
b Doxyfile
# This file describes the settings to be used by the documentation system
# doxygen (www.doxygen.org) for the
DCDBLi
b project.
# doxygen (www.doxygen.org) for the
libdcd
b project.
#
# All text after a double hash (##) is considered a comment and is placed in
# front of the TAG it is preceding.
...
...
@@ -32,7 +32,7 @@ DOXYFILE_ENCODING = UTF-8
# title of most generated pages and in a few other places.
# The default value is: My Project.
PROJECT_NAME = "
DCDBLi
b"
PROJECT_NAME = "
libdcd
b"
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
# could be handy for archiving the generated documentation or if some version
...
...
DCDBL
ib/Makefile
→
l
ib/Makefile
View file @
81c6eeb6
...
...
@@ -3,7 +3,7 @@ include ../config.mk
# C++ Compiler Flags (use fPIC for our dynamic library)
CXXFLAGS
=
-O2
-ggdb
-Wall
-Werror
\
-fPIC
--std
=
c++11
-I
$(DCDBDEPLOYPATH)
/include
-I
./include
-I
./include_internal
\
-I
$(DCDBBASEPATH)
/include/
-fmessage-length
=
0
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
\
-I
..
/include/
-fmessage-length
=
0
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
\
-Wno-unused-local-typedef
-Wno-unknown-warning-option
-Wno-unknown-warning
\
-Wno-deprecated-declarations
...
...
DCDBL
ib/include/c_api.h
→
l
ib/include/c_api.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : c_api.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C Application Programming Interface for
DCDBLi
b
// Description : C Application Programming Interface for
libdcd
b
//================================================================================
//================================================================================
...
...
@@ -27,7 +27,7 @@
/**
* @file
* @brief This file contains a reduced public API for the
*
DCDBLi
b library using C instead of C++ bindings.
*
libdcd
b library using C instead of C++ bindings.
*/
#include
<stdint.h>
...
...
@@ -73,7 +73,7 @@ typedef uint32_t DCDB_C_OPTIONS;
* @param options Bitmask of DCDB_C_OPTIONS.
*
* @details
* When calling this function,
DCDBLi
b integrates the values of the given
* When calling this function,
libdcd
b integrates the values of the given
* sensor over time (in seconds). For example, if you have a sensor which
* stores power data in Watts, the resulting value will be energy in Joules
* (Watts * seconds).
...
...
@@ -105,7 +105,7 @@ DCDB_C_RESULT dcdbQuerySum(
* @param options Bitmask of DCDB_C_OPTIONS.
*
* @details
* When calling this function,
DCDBLi
b integrates the values of the given
* When calling this function,
libdcd
b integrates the values of the given
* sensors over time (in seconds). For example, if you have a sensor which
* stores power data in Watts, the resulting value will be energy in Joules
* (Watts * seconds).
...
...
@@ -135,7 +135,7 @@ DCDB_C_RESULT dcdbQuerySumMultiple(
* @param numThreads Number of threads to spawn for the calculation.
*
* @details
* When calling this function,
DCDBLi
b integrates the values of the given
* When calling this function,
libdcd
b integrates the values of the given
* sensors over time (in seconds). For example, if you have a sensor which
* stores power data in Watts, the resulting value will be energy in Joules
* (Watts * seconds).
...
...
DCDBL
ib/include/connection.h
→
l
ib/include/connection.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : connection.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C++ Application Programming Interface for
DCDBLi
b connections
// Description : C++ Application Programming Interface for
libdcd
b connections
//================================================================================
//================================================================================
...
...
@@ -28,7 +28,7 @@
/**
* @file
* @brief This file contains parts of the public API for the
*
DCDBLi
b library.
*
libdcd
b library.
* It contains the class definition of the Connection class,
* that handles connections to the data store and schema
* initialization.
...
...
DCDBL
ib/include/sensorconfig.h
→
l
ib/include/sensorconfig.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : sensorconfig.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C++ API for configuring
DCDBLi
b public sensors.
// Description : C++ API for configuring
libdcd
b public sensors.
//================================================================================
//================================================================================
...
...
@@ -28,7 +28,7 @@
/**
* @file
* @brief This file contains parts of the public API for the
*
DCDBLi
b library.
*
libdcd
b library.
* It contains the class definition of the SensorConfig class,
* that handles sensor configuration and initialization.
*/
...
...
DCDBL
ib/include/sensordatastore.h
→
l
ib/include/sensordatastore.h
View file @
81c6eeb6
...
...
@@ -27,7 +27,7 @@
/**
* @file
* @brief This file contains the public API for the
DCDBLi
b library.
* @brief This file contains the public API for the
libdcd
b library.
* It contains the class definition of the library's main class
* SensorDataStore as well as the helper struct typedefs SensorId,
* DeviceLocation, and DeviceSensorId.
...
...
@@ -75,7 +75,7 @@ public:
};
/**
* @brief SensorDataStore is the class of the
DCDBLi
b library
* @brief SensorDataStore is the class of the
libdcd
b library
* to write and read sensor data.
*/
class
SensorDataStore
...
...
DCDBL
ib/include/sensorid.h
→
l
ib/include/sensorid.h
View file @
81c6eeb6
File moved
DCDBL
ib/include/timestamp.h
→
l
ib/include/timestamp.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : timestamp.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C++ API for handling time stamps in
DCDBLi
b.
// Description : C++ API for handling time stamps in
libdcd
b.
//================================================================================
//================================================================================
...
...
DCDBL
ib/include/unitconv.h
→
l
ib/include/unitconv.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : unitconv.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C++ API for conversion of units in
DCDBLi
b.
// Description : C++ API for conversion of units in
libdcd
b.
//================================================================================
//================================================================================
...
...
@@ -33,7 +33,7 @@
namespace
DCDB
{
/**
* Enum type describing all units supported by the
DCDBLi
b's unit conversion scheme.
* Enum type describing all units supported by the
libdcd
b's unit conversion scheme.
*/
typedef
enum
{
/* Undefined */
...
...
@@ -88,7 +88,7 @@ typedef enum {
}
Unit
;
/**
* This class provides an interface to the unit conversion support of
DCDBLi
b.
* This class provides an interface to the unit conversion support of
libdcd
b.
*/
class
UnitConv
{
...
...
DCDBL
ib/include/virtualsensor.h
→
l
ib/include/virtualsensor.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : virtualsensor.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C++ API for evaulating virtual sensors in
DCDBLi
b.
// Description : C++ API for evaulating virtual sensors in
libdcd
b.
//================================================================================
//================================================================================
...
...
DCDBL
ib/include_internal/connection_internal.h
→
l
ib/include_internal/connection_internal.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : connection_internal.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : Internal Interface for
DCDBLi
b connections
// Description : Internal Interface for
libdcd
b connections
//================================================================================
//================================================================================
...
...
DCDBL
ib/include_internal/dcdbglobals.h
→
l
ib/include_internal/dcdbglobals.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : dcdbglobals.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : Internal global settings for
DCDBLi
b
// Description : Internal global settings for
libdcd
b
//================================================================================
//================================================================================
...
...
@@ -27,7 +27,7 @@
/**
* @file
* @brief This file contains some global definitions and names
* use by the
DCDBLi
b library.
* use by the
libdcd
b library.
*/
#ifndef DCDB_GLOBALS_H
...
...
DCDBL
ib/include_internal/sensorconfig_internal.h
→
l
ib/include_internal/sensorconfig_internal.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : sensorconfig_internal.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : Internal Interface for configuring
DCDBLi
b public sensors.
// Description : Internal Interface for configuring
libdcd
b public sensors.
//================================================================================
//================================================================================
...
...
DCDBL
ib/include_internal/sensordatastore_internal.h
→
l
ib/include_internal/sensordatastore_internal.h
View file @
81c6eeb6
...
...
@@ -44,7 +44,7 @@ namespace DCDB {
/**
* @brief The SensorDataStoreImpl class contains all protected
* functions belonging to SensorDataStore which are
* hidden from the user of the
DCDBLi
b library.
* hidden from the user of the
libdcd
b library.
*/
class
SensorDataStoreImpl
{
...
...
DCDBL
ib/include_internal/virtualsensor_internal.h
→
l
ib/include_internal/virtualsensor_internal.h
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : virtualsensor_internal.h
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : Internal interface for evaulating virtual sensors in
DCDBLi
b.
// Description : Internal interface for evaulating virtual sensors in
libdcd
b.
//================================================================================
//================================================================================
...
...
DCDBL
ib/src/c_api.cpp
→
l
ib/src/c_api.cpp
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : c_api.cpp
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C API Implementation for
DCDBLi
b
// Description : C API Implementation for
libdcd
b
//================================================================================
//================================================================================
...
...
@@ -57,7 +57,7 @@ using namespace DCDB;
* including the expansion of the public sensor name into patterns
* and subsequent querying of multiple SensorIDs for forming a
* continuous (but week stamp separated) time series into a function
* that is part of the
DCDBLi
b C++ API (i.e. rework the current
* that is part of the
libdcd
b C++ API (i.e. rework the current
* SensorDataStoreImpl::querySum() function.
*/
...
...
DCDBL
ib/src/connection.cpp
→
l
ib/src/connection.cpp
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : connection.cpp
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C++ API implementation for
DCDBLi
b connections
// Description : C++ API implementation for
libdcd
b connections
//================================================================================
//================================================================================
...
...
DCDBL
ib/src/sensorconfig.cpp
→
l
ib/src/sensorconfig.cpp
View file @
81c6eeb6
...
...
@@ -2,7 +2,7 @@
// Name : sensorconfig.cpp
// Author : Axel Auweter
// Copyright : Leibniz Supercomputing Centre
// Description : C++ API implementation for configuring
DCDBLi
b public sensors.
// Description : C++ API implementation for configuring
libdcd
b public sensors.
//================================================================================
//================================================================================
...
...
DCDBL
ib/src/sensordatastore.cpp
→
l
ib/src/sensordatastore.cpp
View file @
81c6eeb6
...
...
@@ -26,7 +26,7 @@
/**
* @mainpage
* The
DCDBLi
b library is a dynamic runtime library providing
* The
libdcd
b library is a dynamic runtime library providing
* functions to initialize and access the DCDB data store. It
* is being used by the CollectAgent to handle insertion of
* data and can be used by tools responsible for data analysis.
...
...
Prev
1
2
Next
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