eis/mix_cc/ihyper_db
2026-05-09 11:23:45 +08:00
..
ihdb_inc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
add_data_record.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
add_tag.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
add_tag.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
CMakeLists.txt Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
connection.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
connection.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
query_batch.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
read_data_stats.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
read_data_stats.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
read_tag_info.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
read_tag_info.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
readme.md Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
tag_cache.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
tag_cache.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
utility.cc Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00
utility.h Initial commit: EIS C++ project with multi-process code 2026-05-09 11:23:45 +08:00

mix_cc::ihyper_db

ihyperDB 工具类库

项目构成

  1. connection - 连接建立和维护
  2. get_query_batch - 得到查询集合
  3. get_tag_info - 获得tag点对应的tag id和类型信息
  4. get_tag_stats - 获得tag点的统计信息
  5. query_batch - 查询的集合类
  6. set_record - 向指定tag点插入单个历史记录
  7. utility - 工具库

项目依赖

  1. 编译器最低支持 c++14
  2. eigen3 库
  3. mix_cc::exception
  4. mix_cc::utility