Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
J
jfx_kalman_filter_src
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
oscar
jfx_kalman_filter_src
Commits
aae4d8ed
Commit
aae4d8ed
authored
Feb 18, 2022
by
oscar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
提交赋值
parent
d3a31453
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
TimeQueueObj.cpp
common/TimeQueueObj.cpp
+3
-3
No files found.
common/TimeQueueObj.cpp
View file @
aae4d8ed
...
...
@@ -117,17 +117,17 @@ int TimeQueueObj::GetQueueData(std::vector<TimeQueueDataPtr>& outs)
isFinish
=
1
;
if
((
*
obj
)
->
dataType
!=
m_baseEnum
)
{
if
(
m_enumCount
[
static_cast
<
int
>
((
*
iter
)
->
dataType
)]
==
1
)
if
(
m_enumCount
[
static_cast
<
int
>
((
*
obj
)
->
dataType
)]
==
1
)
obj
++
;
else
{
m_enumCount
[
static_cast
<
int
>
((
*
iter
)
->
dataType
)]
--
;
m_enumCount
[
static_cast
<
int
>
((
*
obj
)
->
dataType
)]
--
;
obj
=
m_timeQueue
.
erase
(
obj
);
}
}
else
{
m_enumCount
[
static_cast
<
int
>
((
*
iter
)
->
dataType
)]
--
;
m_enumCount
[
static_cast
<
int
>
((
*
obj
)
->
dataType
)]
--
;
obj
=
m_timeQueue
.
erase
(
obj
);
}
if
(
isFinish
==
1
)
...
...
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