Skip to content

Commit 72e5f47

Browse files
committed
comment added
1 parent 1108b38 commit 72e5f47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/environment.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ namespace librealsense
2525
register_extrinsics(from, to, _id);
2626
}
2727

28+
// The aim of this method is to add the profile to the graph extrinsics - as a leaf not connected to any other at this stage
29+
// It is used when a profile is cloned
30+
// The cloned profile will later on be connected to its owning stream by the method register_extrinsics
31+
// (starting from init_stream_profiles method in the device's contructor)
2832
void extrinsics_graph::register_profile(const stream_interface& profile)
2933
{
3034
std::lock_guard<std::mutex> lock(_mutex);

0 commit comments

Comments
 (0)