Skip to content

To add a new simulator to Cockpitdecks, the developer has to create a new Simulator sub-class derived from cockpitdecks.Simulator (or one of its subclass).

class SubLogicFlightSimulator(Simulator):

    name = "A2FS1"

    def __init__(self, cockpit, environ):

Simulator API