CHANGELOG.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
malcolm/__init__.py
malcolm/assemblyutil.py
malcolm/compat.py
malcolm/imalcolm.py
malcolm/packageutil.py
malcolm/parameters.py
malcolm/version.py
malcolm.egg-info/PKG-INFO
malcolm.egg-info/SOURCES.txt
malcolm.egg-info/dependency_links.txt
malcolm.egg-info/entry_points.txt
malcolm.egg-info/not-zip-safe
malcolm.egg-info/requires.txt
malcolm.egg-info/top_level.txt
malcolm/assemblies/__init__.py
malcolm/assemblies/demo/__init__.py
malcolm/assemblies/pandabox/__init__.py
malcolm/assemblies/pandabox/pandabox.py
malcolm/assemblies/pmac/__init__.py
malcolm/comms/__init__.py
malcolm/comms/pva/__init__.py
malcolm/comms/pva/pvaclientcomms.py
malcolm/comms/pva/pvaservercomms.py
malcolm/comms/pva/pvautil.py
malcolm/comms/websocket/__init__.py
malcolm/comms/websocket/websocketclientcomms.py
malcolm/comms/websocket/websocketservercomms.py
malcolm/controllers/__init__.py
malcolm/controllers/defaultcontroller.py
malcolm/controllers/managercontroller.py
malcolm/core/__init__.py
malcolm/core/attribute.py
malcolm/core/block.py
malcolm/core/blockmeta.py
malcolm/core/cache.py
malcolm/core/clientcomms.py
malcolm/core/clientcontroller.py
malcolm/core/controller.py
malcolm/core/elementmap.py
malcolm/core/future.py
malcolm/core/hook.py
malcolm/core/loggable.py
malcolm/core/map.py
malcolm/core/mapmeta.py
malcolm/core/meta.py
malcolm/core/methodmeta.py
malcolm/core/monitorable.py
malcolm/core/ntscalar.py
malcolm/core/ntscalararray.py
malcolm/core/nttable.py
malcolm/core/ntunion.py
malcolm/core/part.py
malcolm/core/process.py
malcolm/core/request.py
malcolm/core/response.py
malcolm/core/serializable.py
malcolm/core/servercomms.py
malcolm/core/spawnable.py
malcolm/core/statemachine.py
malcolm/core/syncfactory.py
malcolm/core/table.py
malcolm/core/tableelementmap.py
malcolm/core/task.py
malcolm/core/varraymeta.py
malcolm/core/vmeta.py
malcolm/core/vmetas/__init__.py
malcolm/core/vmetas/booleanarraymeta.py
malcolm/core/vmetas/booleanmeta.py
malcolm/core/vmetas/choicearraymeta.py
malcolm/core/vmetas/choicemeta.py
malcolm/core/vmetas/numberarraymeta.py
malcolm/core/vmetas/numbermeta.py
malcolm/core/vmetas/pointgeneratormeta.py
malcolm/core/vmetas/stringarraymeta.py
malcolm/core/vmetas/stringmeta.py
malcolm/core/vmetas/tablemeta.py
malcolm/gui/__init__.py
malcolm/gui/attributeitem.py
malcolm/gui/baseitem.py
malcolm/gui/blockgui.py
malcolm/gui/blockitem.py
malcolm/gui/blockmodel.py
malcolm/gui/delegate.py
malcolm/gui/methoditem.py
malcolm/gui/parameteritem.py
malcolm/parts/__init__.py
malcolm/parts/builtin/__init__.py
malcolm/parts/builtin/layoutpart.py
malcolm/parts/ca/__init__.py
malcolm/parts/ca/caactionpart.py
malcolm/parts/ca/cachararraypart.py
malcolm/parts/ca/cachoicepart.py
malcolm/parts/ca/cadoublearraypart.py
malcolm/parts/ca/cadoublepart.py
malcolm/parts/ca/calongarraypart.py
malcolm/parts/ca/calongpart.py
malcolm/parts/ca/capart.py
malcolm/parts/ca/castringpart.py
malcolm/parts/demo/__init__.py
malcolm/parts/demo/counterpart.py
malcolm/parts/demo/hellopart.py
malcolm/parts/pandabox/__init__.py
malcolm/parts/pandabox/pandaboxactionpart.py
malcolm/parts/pandabox/pandaboxblockmaker.py
malcolm/parts/pandabox/pandaboxcontrol.py
malcolm/parts/pandabox/pandaboxfieldpart.py
malcolm/parts/pandabox/pandaboxgrouppart.py
malcolm/parts/pandabox/pandaboxpoller.py
malcolm/parts/pandabox/pandaboxtablepart.py
malcolm/parts/pmac/__init__.py
malcolm/parts/pmac/pmactrajectorypart.py
malcolm/parts/pmac/rawmotorpart.py
tests/__init__.py
tests/setup_malcolm_paths.py
tests/test_assemblies.py
tests/test_parameters.py
tests/dls_tests/__init__.py
tests/dls_tests/system-caparts.py
tests/test_comms/__init__.py
tests/test_comms/test_pva/__init__.py
tests/test_comms/test_pva/test_pvaclientcomms.py
tests/test_comms/test_pva/test_pvaservercomms.py
tests/test_comms/test_websocket/__init__.py
tests/test_comms/test_websocket/test_system_websocket.py
tests/test_comms/test_websocket/test_websocketclientcomms.py
tests/test_comms/test_websocket/test_websocketservercomms.py
tests/test_controllers/__init__.py
tests/test_controllers/test_defaultcontroller.py
tests/test_controllers/test_managercontroller.py
tests/test_core/__init__.py
tests/test_core/test_attribute.py
tests/test_core/test_block.py
tests/test_core/test_blockmeta.py
tests/test_core/test_cache.py
tests/test_core/test_clientcomms.py
tests/test_core/test_clientcontroller.py
tests/test_core/test_controller.py
tests/test_core/test_future.py
tests/test_core/test_hook.py
tests/test_core/test_loggable.py
tests/test_core/test_map.py
tests/test_core/test_mapmeta.py
tests/test_core/test_meta.py
tests/test_core/test_methodmeta.py
tests/test_core/test_monitorable.py
tests/test_core/test_nttable.py
tests/test_core/test_part.py
tests/test_core/test_process.py
tests/test_core/test_request.py
tests/test_core/test_response.py
tests/test_core/test_serializable.py
tests/test_core/test_servercomms.py
tests/test_core/test_spawnable.py
tests/test_core/test_statemachine.py
tests/test_core/test_syncfactory.py
tests/test_core/test_system_core.py
tests/test_core/test_table.py
tests/test_core/test_task.py
tests/test_core/test_vmeta.py
tests/test_core/test_vmetas/__init__.py
tests/test_core/test_vmetas/test_booleanarraymeta.py
tests/test_core/test_vmetas/test_booleanmeta.py
tests/test_core/test_vmetas/test_choicearraymeta.py
tests/test_core/test_vmetas/test_choicemeta.py
tests/test_core/test_vmetas/test_numberarraymeta.py
tests/test_core/test_vmetas/test_numbermeta.py
tests/test_core/test_vmetas/test_pointgeneratormeta.py
tests/test_core/test_vmetas/test_stringarraymeta.py
tests/test_core/test_vmetas/test_stringmeta.py
tests/test_core/test_vmetas/test_tablemeta.py
tests/test_gui/__init__.py
tests/test_gui/test_attributeitem.py
tests/test_gui/test_baseitem.py
tests/test_gui/test_blockitem.py
tests/test_gui/test_blockmodel.py
tests/test_gui/test_methoditem.py
tests/test_gui/test_parameteritem.py
tests/test_parts/__init__.py
tests/test_parts/test_ca/__init__.py
tests/test_parts/test_ca/test_caactionpart.py
tests/test_parts/test_ca/test_capart.py
tests/test_parts/test_demo/__init__.py
tests/test_parts/test_demo/test_counterpart.py
tests/test_parts/test_demo/test_hellopart.py
tests/test_parts/test_pandabox/__init__.py
tests/test_parts/test_pandabox/test_pandaboxblockmaker.py
tests/test_parts/test_pandabox/test_pandaboxcontrol.py
tests/test_parts/test_pandabox/test_pandaboxpoller.py
tests/test_parts/test_pandabox/test_pandaboxtablepart.py
tests/test_parts/test_pmac/__init__.py
tests/test_parts/test_pmac/test_pmactrajectorypart.py
tests/test_parts/test_pmac/test_rawmotorpart.py