20 lines
571 B
C
20 lines
571 B
C
|
|
/**
|
|||
|
|
* @file mix_cc/ihyper_db.h
|
|||
|
|
* @brief 查询ihyperDB的库,默认的querybath使用差值查询方法
|
|||
|
|
* @author Cat (null.null.null@qq.com)
|
|||
|
|
* @version 0.1
|
|||
|
|
* @date 2021-05-07
|
|||
|
|
*
|
|||
|
|
* Copyright: Baosight Co. Ltd.
|
|||
|
|
* DO NOT COPY/USE WITHOUT PERMISSION
|
|||
|
|
*
|
|||
|
|
*/
|
|||
|
|
#pragma once
|
|||
|
|
#include "mix_cc/ihyper_db/connection.h"
|
|||
|
|
#include "mix_cc/ihyper_db/query_batch.h"
|
|||
|
|
#include "mix_cc/ihyper_db/read_data_stats.h"
|
|||
|
|
#include "mix_cc/ihyper_db/read_tag_info.h"
|
|||
|
|
#include "mix_cc/ihyper_db/add_tag.h"
|
|||
|
|
#include "mix_cc/ihyper_db/add_data_record.h"
|
|||
|
|
#include "mix_cc/ihyper_db/utility.h"
|