Namespace time_series::internal

namespace time_series::internal

Functions

const std::string shm_indexes ("_indexes")
const std::string shm_elements ("_elements")
const std::string shm_timestamps ("_timestamps")
const std::string shm_mutex ("_mutex")
const std::string shm_condition_variable ("_condition_variable")
template<typename TS>
void __create_python_bindings(pybind11::module &m, const std::string &classname)
template<typename P, typename T>
void _create_python_bindings(pybind11::module &m, const std::string &classname)