Trees | Indices | Help |
|
---|
|
object --+ | EDObject
Virtual base class for all EDNA Objects (classes). It offers some synchronization and locking capabilities to make the code thread safe.
|
|||
|
|||
|
|||
string |
|
||
|
|||
|
|||
integer |
|
||
|
|||
|
|||
float |
|
||
|
|||
float |
|
||
float |
|
||
Inherited from |
|
|||
__semaphoreId = Semaphore()
|
|||
__iId_class = 0
|
|
|||
Inherited from |
|
Constructor of the main pure virtual class. This constructor implements: - the creation of the semaphore - definition of timer object (uninitialized as potentially not used)
|
Retrieves the name of the class
|
This method must be used in together with the method synchronizeOff(). This method makes the code threadsafe till the method synchronizeOff is called. |
This method should only be used for debugging purpose...
|
Retrieves the time of initialization
|
Retrieves the time of end of task
|
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Jun 20 03:53:30 2014 | http://epydoc.sourceforge.net |