├── LICENSE ├── MMCoreDesign.pdf ├── README.md ├── device_layer └── README.md ├── microscope_model └── README.md ├── mm_kernel ├── README.md ├── memory_management.md └── threading.md └── overview.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/LICENSE -------------------------------------------------------------------------------- /MMCoreDesign.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/MMCoreDesign.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/README.md -------------------------------------------------------------------------------- /device_layer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/device_layer/README.md -------------------------------------------------------------------------------- /microscope_model/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/microscope_model/README.md -------------------------------------------------------------------------------- /mm_kernel/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/mm_kernel/README.md -------------------------------------------------------------------------------- /mm_kernel/memory_management.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/mm_kernel/memory_management.md -------------------------------------------------------------------------------- /mm_kernel/threading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/mm_kernel/threading.md -------------------------------------------------------------------------------- /overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/micro-manager/futureMMCore/HEAD/overview.png --------------------------------------------------------------------------------