Namespace time_series::internal¶
-
namespace time_series::internal
Functions
- static const std::string shm_indexes ("_indexes")
- static const std::string shm_elements ("_elements")
- static const std::string shm_timestamps ("_timestamps")
- static const std::string shm_mutex ("_mutex")
- static 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)