Modify ↓
Opened 13 years ago
Closed 13 years ago
#139 closed enhancement (fixed)
Make UcaCamera methods thread-safe
| Reported by: | Matthias Vogelgesang | Owned by: | Matthias Vogelgesang |
|---|---|---|---|
| Priority: | major | Milestone: | libuca-1.1 |
| Component: | libuca | Version: | |
| Keywords: | Cc: |
Description
In order to have correct simultaneous access to the camera object by Tango (for control) and a libuca client program (for acquiring images), all API methods need to be thread-safe.
Attachments (0)
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ufo/chrome/site/your_project_logo.png)
Implemented locking using static mutexes with 4686412.