Skip to content

Commit

Permalink
Add outline
Browse files Browse the repository at this point in the history
  • Loading branch information
coretl committed Dec 9, 2024
1 parent f7126df commit d5c9d1a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions outline.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- tutorials
- installation
- using existing devices - soft device, DeviceCollector, using verbs
- implementing EPICS devices - EPICS demo, mover, observe_signals, implementing verbs, types, Hinted signal and standard readable
- implementing Tango devices - as above but Tango
- implementing FastCS devices - as above but FastCS
- writing tests for devices - EPICS demo, mock, assert, system tests
- implementing detector support - pattern detector, file writing, documents
- how-to
- How to choose the right base class when implementing a new Device
- How to reimplement an ophyd sync device in ophyd-async
- How to wait for signals while implementing bluesky verbs
- How to store and retrieve device settings
- How to use settings to put devices back in their original state
- How to implementing a device for an EPICS areaDetector
- explanations
- devices, signals and their backends
- declarative vs procedural devices
- where should device logic live

0 comments on commit d5c9d1a

Please sign in to comment.