summaryrefslogtreecommitdiffstats
path: root/src/uca-camera.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Add factory method to create new camerasMatthias Vogelgesang2012-03-051-0/+72
|
* Complete async xfer infrastructureMatthias Vogelgesang2012-03-051-3/+25
|
* Add asynchronous xfer propertyMatthias Vogelgesang2012-03-051-8/+40
|
* Fix error handlingMatthias Vogelgesang2012-03-051-4/+10
| | | | Obviously, unit tests pay off.
* Change recording property only on successMatthias Vogelgesang2012-03-051-4/+10
|
* Locate place where to put tango server instantiationMatthias Vogelgesang2012-03-051-0/+21
|
* Use property notification instead of signalMatthias Vogelgesang2012-03-051-25/+20
| | | | | | | Up to this point we used a custom signal to notify about starting and stopping recording of data. However, such signals come (almost) for free for each property. This way, you can query "is-recording" but also be notified when "is-recording" was changed by the camera itself.
* Add callback func and change data to gpointerMatthias Vogelgesang2012-03-041-1/+6
|
* Remove "property-changed" signalMatthias Vogelgesang2012-03-041-9/+0
| | | | | | | | | There is already the nice "notify" signal that does essentially the same with a twist. It also allows per-property signals by calling g_signal_connect(cam, "notify::cooling-point", G_CALLBACK(func), NULL); Nice.
* Add start/stop signalMatthias Vogelgesang2012-03-031-2/+23
|
* Test property signalsMatthias Vogelgesang2012-03-021-11/+28
|
* Make available binnings mandatoryMatthias Vogelgesang2012-03-021-0/+40
|
* Make UcaCamera a base class not an interfaceMatthias Vogelgesang2012-03-021-16/+72
|
* First draft at clean pco object constructionMatthias Vogelgesang2012-03-011-6/+6
|
* Initial prototype of GObject-based libucaMatthias Vogelgesang2012-03-011-0/+115