Skip to content
Snippets Groups Projects
Commit 51b9a19f authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Fix windows comile errors

parent 42a1bb19
No related branches found
No related tags found
1 merge request!70Implements #58 rgbd groups
Pipeline #12391 passed
......@@ -64,12 +64,12 @@ void Group::sync(int N, int B) {
}
}
void Group::sync(std::function<bool(const FrameSet &)> cb) {
void Group::sync(std::function<bool(const ftl::rgbd::FrameSet &)> cb) {
callback_ = cb;
sync(-1,-1);
}
bool Group::getFrames(FrameSet &fs, bool complete) {
bool Group::getFrames(ftl::rgbd::FrameSet &fs, bool complete) {
// Use oldest frameset or search back until first complete set is found?
if (complete) {
UNIQUE_LOCK(mutex_, lk);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment