From cb69d2e1c7ced951cbf7a31ee286b0ed92cab8a8 Mon Sep 17 00:00:00 2001 From: rcoh Date: Fri, 18 Feb 2011 16:56:43 -0500 Subject: Adding Epydoc generated docs. --- .../SmootLight.inputs.UDPInput.UDPInput-class.html | 330 +++++++++++++++++++++ 1 file changed, 330 insertions(+) create mode 100644 html/SmootLight.inputs.UDPInput.UDPInput-class.html (limited to 'html/SmootLight.inputs.UDPInput.UDPInput-class.html') diff --git a/html/SmootLight.inputs.UDPInput.UDPInput-class.html b/html/SmootLight.inputs.UDPInput.UDPInput-class.html new file mode 100644 index 0000000..3fb0159 --- /dev/null +++ b/html/SmootLight.inputs.UDPInput.UDPInput-class.html @@ -0,0 +1,330 @@ + + + + + SmootLight.inputs.UDPInput.UDPInput + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + Package SmootLight :: + Package inputs :: + Module UDPInput :: + Class UDPInput + + + + + + +
[hide private]
[frames] | no frames]
+
+ +

Class UDPInput

source code

+
+                                                object --+            
+                                                         |            
+            operationscore.SmootCoreObject.SmootCoreObject --+        
+                                                             |        
+                                            object --+       |        
+                                                     |       |        
+                                    threading._Verbose --+   |        
+                                                         |   |        
+                                          threading.Thread --+        
+                                                             |        
+operationscore.ThreadedSmootCoreObject.ThreadedSmootCoreObject --+    
+                                                                 |    
+                                        operationscore.Input.Input --+
+                                                                     |
+                                                                    UDPInput
+
+ +
+

UDPInput is a barebones UDP Input class. It takes any data it + receives and adds it to the 'data' element of the response dict. It also + notes the 'address'. Specify: <Port> -- the Port to listen on.

+ + + + + + + + + + + + + + + + +
+ + + + + +
Instance Methods[hide private]
+
+   + + + + + + +
inputInit(self) + source code + +
+ +
+   + + + + + + +
sensingLoop(self) + source code + +
+ +
+

Inherited from operationscore.Input.Input: + init, + parentAlive, + respond, + run +

+

Inherited from operationscore.ThreadedSmootCoreObject.ThreadedSmootCoreObject: + __init__ +

+

Inherited from operationscore.SmootCoreObject.SmootCoreObject: + __contains__, + __getitem__, + __getiter__, + __setitem__, + acquireLock, + addDieListener, + className, + die, + releaseLock, + removeDieListener, + validateArgDict, + validateArgs +

+

Inherited from threading.Thread: + __repr__, + getName, + isAlive, + isDaemon, + is_alive, + join, + setDaemon, + setName, + start +

+

Inherited from threading.Thread (private): + _set_daemon, + _set_ident +

+

Inherited from threading._Verbose (private): + _note +

+

Inherited from object: + __delattr__, + __format__, + __getattribute__, + __hash__, + __new__, + __reduce__, + __reduce_ex__, + __setattr__, + __sizeof__, + __str__, + __subclasshook__ +

+
+ + + + + + + + + +
+ + + + + +
Properties[hide private]
+
+

Inherited from threading.Thread: + daemon, + ident, + name +

+

Inherited from object: + __class__ +

+
+ + + + + + +
+ + + + + +
Method Details[hide private]
+
+ +
+ +
+ + +
+

inputInit(self) +

+
source code  +
+ + +
+
Overrides: + operationscore.Input.Input.inputInit +
+
+
+
+ +
+ +
+ + +
+

sensingLoop(self) +

+
source code  +
+ + +
+
Overrides: + operationscore.Input.Input.sensingLoop +
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + +
+ + + + -- cgit v1.2.3