aboutsummaryrefslogtreecommitdiff
path: root/config/UDPTestConfig.xml
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2010-11-24 01:09:12 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2010-11-24 01:09:12 -0500
commitb042647b68abdc82490ca6e059993b8eba28904c (patch)
treea9ee95a38e98b377c251b7b2e9af9cbd8056cf7c /config/UDPTestConfig.xml
parent407ac922fc4178021cf3a16dfb1bd875b6083ac4 (diff)
Refactoring complete! Made modules/packages as appropriate. Finally.
Diffstat (limited to 'config/UDPTestConfig.xml')
-rw-r--r--config/UDPTestConfig.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/config/UDPTestConfig.xml b/config/UDPTestConfig.xml
new file mode 100644
index 0000000..8483833
--- /dev/null
+++ b/config/UDPTestConfig.xml
@@ -0,0 +1,24 @@
+<!---All configuration items contain a "Class" tag specifying the python class they represent, and an "Args" tag specifying the args to be passed in.-->
+<LightSystem>
+ <InputConfiguration>
+ <InputElement>
+ <Class>UDPInput</Class>
+ <Args>
+ <InputId>UDP</InputId>
+ <Port>6038</Port>
+ </Args>
+ </InputElement>
+ </InputConfiguration>
+ <BehaviorConfiguration>
+ <Behavior>
+ <Class>DebugBehavior</Class>
+ <Args>
+ <behaviorId>debug</behaviorId>
+ <z-index>0</z-index>
+ <Inputs>
+ <InputId>UDP</InputId>
+ </Inputs>
+ </Args>
+ </Behavior>
+ </BehaviorConfiguration>
+</LightSystem>