Revision 4e9221c4 src/server/joint_interface.cpp
src/server/joint_interface.cpp | ||
---|---|---|
104 | 104 |
//! return the timestamped float for the given joints position |
105 | 105 |
TimestampedList JointInterface::get_ts_position(int joint_id){ |
106 | 106 |
//lock the tsd_list for this access. by doing this we assure |
107 |
//that no other thread accessing this element can diturb the |
|
107 |
//that no other thread accessing this element can disturb the
|
|
108 | 108 |
//following atomic instructions: |
109 | 109 |
mutex::scoped_lock scoped_lock(joint_ts_position_map_access_mutex); |
110 | 110 |
|
Also available in: Unified diff