pepper.framework.abstract.backend module¶
-
class
pepper.framework.abstract.backend.AbstractBackend(camera, microphone, text_to_speech, motion, led, tablet)[source]¶ Bases:
objectAbstract Backend on which all Backends are based
Exposes
AbstractCamera,AbstractMicrophone,AbstractTextToSpeech,AbstractLedandAbstractTablet.Parameters: - camera (AbstractCamera) – Backend
AbstractCamera - microphone (AbstractMicrophone) – Backend
AbstractMicrophone - text_to_speech (AbstractTextToSpeech) – Backend
AbstractTextToSpeech - led (AbstractLed) – Backend
AbstractLed - tablet (AbstractTablet) – Backend
AbstractTablet
-
camera¶ Reference to
AbstractCameraReturns: camera Return type: AbstractCamera
-
led¶ Reference to
AbstractLedReturns: text_to_speech Return type: AbstractLed
-
microphone¶ Reference to
AbstractMicrophoneReturns: microphone Return type: AbstractMicrophone
-
motion¶ Reference to
AbstractMotionReturns: motion Return type: AbstractMotion
-
tablet¶ Reference to
AbstractTabletReturns: tablet Return type: AbstractTablet
-
text_to_speech¶ Reference to
AbstractTextToSpeechReturns: text_to_speech Return type: AbstractTextToSpeech
- camera (AbstractCamera) – Backend