fandango.devslist module

## file : devslist.py ## ## description : see below ## ## project : Tango Control System ## ## $Author: Sergi Rubio Manrique, srubio@cells.es $ ## ## $Revision: 2008 $ ## ## copyleft : ALBA Synchrotron Controls Section, CELLS ## Bellaterra ## Spain ## ############################################################################# ## ## This file is part of Tango Control System ## ## Tango Control System is free software; you can redistribute it and/or ## modify it under the terms of the GNU General Public License as published ## by the Free Software Foundation; either version 3 of the License, or ## (at your option) any later version. ## ## Tango Control System is distributed in the hope that it will be useful, ## but WITHOUT ANY WARRANTY; without even the implied warranty of ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License ## along with this program; if not, see <http://www.gnu.org/licenses/>. ###########################################################################

There’s two things that must be done in this module:

Keep a list with all the devices within a device server, or used by a device server
Objects will be instances of Device3_Impl or DeviceProxy
The AttributeProxy must have a list of all attributes, and the subscribers for them!
And attribute must be checked before adding it to the list. Firing of events must be thread-safe (threading.Event, threading.Lock)
class fandango.devslist.innerDevice(device)[source]

Bases: fandango.objects.Object

isProxy()[source]
push_event(_event)[source]