Skip to main content
Ctrl+K

FastCS

  • Tutorials
  • How-to Guides
  • Explanations
  • Reference
  • GitHub
  • PyPI
  • Tutorials
  • How-to Guides
  • Explanations
  • Reference
  • GitHub
  • PyPI

Section Navigation

  • API
    • fastcs.attributes
    • fastcs.backend
    • fastcs.connections
      • fastcs.connections.ip_connection
      • fastcs.connections.serial_connection
    • fastcs.controller
    • fastcs.controller_api
    • fastcs.cs_methods
    • fastcs.datatypes
    • fastcs.demo
      • fastcs.demo.controllers
      • fastcs.demo.simulation
        • fastcs.demo.simulation.device
    • fastcs.exceptions
    • fastcs.launch
    • fastcs.transport
      • fastcs.transport.adapter
      • fastcs.transport.epics
        • fastcs.transport.epics.ca
        • fastcs.transport.epics.docs
        • fastcs.transport.epics.gui
        • fastcs.transport.epics.options
        • fastcs.transport.epics.pva
      • fastcs.transport.graphQL
        • fastcs.transport.graphQL.adapter
        • fastcs.transport.graphQL.graphQL
        • fastcs.transport.graphQL.options
      • fastcs.transport.rest
        • fastcs.transport.rest.adapter
        • fastcs.transport.rest.options
        • fastcs.transport.rest.rest
        • fastcs.transport.rest.util
      • fastcs.transport.tango
        • fastcs.transport.tango.adapter
        • fastcs.transport.tango.dsr
        • fastcs.transport.tango.options
        • fastcs.transport.tango.util
    • fastcs.util
    • fastcs.wrappers
  • Index
  • Release Notes
  • Reference
  • fastcs
  • fastcs.backend

fastcs.backend#

Members

Backend

For keeping track of tasks during FastCS serving.

build_controller_api

Build a ControllerAPI for a BaseController and its sub controllers

class fastcs.backend.Backend(controller: Controller, loop: AbstractEventLoop)[source]#

For keeping track of tasks during FastCS serving.

fastcs.backend.build_controller_api(controller: Controller) → ControllerAPI[source]#

Build a ControllerAPI for a BaseController and its sub controllers

previous

fastcs.attributes

next

fastcs.connections

On this page
  • Backend
  • build_controller_api()
Edit on GitHub

This Page

  • Show Source

Built with the PyData Sphinx Theme 0.16.1.