Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hydraulicModel
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
刘乐
hydraulicModel
Commits
b2d67b34
Commit
b2d67b34
authored
Jun 17, 2020
by
刘乐
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1, 增加接口文档
parent
cb17f35f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
CivHydrFuncInter.cpp
pandaAnalysis/CivHydrFuncInter.cpp
+1
-1
CivHydrFuncInter.h
pandaAnalysis/CivHydrFuncInter.h
+2
-3
水力模型.docx
建模文档/水力模型.docx
+0
-0
No files found.
pandaAnalysis/CivHydrFuncInter.cpp
View file @
b2d67b34
...
...
@@ -26,7 +26,7 @@ bool DLLEXPORT simulation(char* uri, char* netName, char* flag)
return
msg
;
}
bool
DLLEXPORT
getDataByInterval
(
char
*
uri
,
char
*
netName
,
char
*
date
,
char
*
interval
)
bool
DLLEXPORT
getDataByInterval
(
char
*
uri
,
char
*
date
,
char
*
interval
)
{
CivDbConnection
*
dbConn
=
new
CivDbConnection
(
uri
);
bool
flag
=
dbConn
->
updateLinkByInterval
(
date
,
interval
);
...
...
pandaAnalysis/CivHydrFuncInter.h
View file @
b2d67b34
...
...
@@ -15,12 +15,11 @@ extern "C" {
/**
*@brief 获取管网计算特定时段的结果
*@uri: 管网数据库连接
*@netName: 管网名
*@uri: 管网数据库连接uri
*@date: 日期
*@interval: 时段,整数
*/
bool
DLLEXPORT
getDataByInterval
(
char
*
uri
,
char
*
netName
,
char
*
date
,
char
*
interval
);
bool
DLLEXPORT
getDataByInterval
(
char
*
uri
,
char
*
date
,
char
*
interval
);
#if defined(__cplusplus)
}
...
...
建模文档/水力模型.docx
View file @
b2d67b34
No preview for this file type
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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