• Navigation überspringen
  • Zur Navigation
  • Zum Seitenende
Organisationsmenü öffnen Organisationsmenü schließen
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
  • FAUZur zentralen FAU Website
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Suche öffnen
  • English
  • Campo
  • StudOn
  • FAUdir
  • Stellenangebote
  • Lageplan
  • Hilfe im Notfall
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Friedrich-Alexander-Universität Lehrstuhl für Informatik 4 (Systemsoftware)
Menu Menu schließen
  • Lehrstuhl
    • Team
    • Aktuelles
    • Kontakt und Anfahrt
    • Leitbild
    • 50-jähriges Jubiläum
    Portal Lehrstuhl
  • Forschung
    • Forschungsbereiche
      • Betriebssysteme
      • Confidential Computing
      • Eingebettete Systemsoftware
      • Verteilte Systeme
    • Projekte
      • AIMBOS
      • BALu
      • BFT2Chain
      • DOSS
      • Mirador
      • NEON
      • PAVE
      • ResPECT
      • Watwa
    • Projektkampagnen
      • maRE
    • Seminar
      • Systemsoftware
    Portal Forschung
  • Publikationen
  • Lehre
    • Sommersemester 2025
      • Applied Software Architecture
      • Ausgewählte Kapitel der Systemsoftware
      • Betriebssystemtechnik
      • Projekt angewandte Systemsoftwaretechnik
      • System-Level Programming
      • Systemnahe Programmierung in C
      • Systemprogrammierung 1
      • Verteilte Systeme
    • Wintersemester 2024/25
      • Betriebssysteme
      • Middleware – Cloud Computing
      • Systemprogrammierung 2
      • Verlässliche Echtzeitsysteme
      • Virtuelle Maschinen
      • Web-basierte Systeme
    Portal Lehre
  • Examensarbeiten
  1. Startseite
  2. Extern

Extern

Bereichsnavigation: Lehre
  • Betriebssysteme
    • Vorlesung
      • Folien
    • Übung
      • Seminar
      • Aufgaben
      • Aufgabe 0: C++ Streams
        • Aufgabe 1: Ein-/Ausgabe
          • Aufgabe 2: Unterbrechungen
            • Aufgabe 3: Pro-/Epilog
              • Aufgabe 4: Kontextwechsel
                • Aufgabe 5: Zeitscheiben
                  • Aufgabe 6: Synchronisation
                    • Aufgabe 7: Anwendung
                      • Assembler Crashkurs
                        • C++ Crashkurs
                          • Entwicklungsumgebung
                            • FAQ
                              • Ruhmeshalle
                              • Evaluation

                              Aufgabe 7: Anwendung

                              Public Member Functions | List of all members
                              KeyboardApplication Class Reference

                              Keyboard Application. More...

                              #include <user/app2/kappl.h>

                              + Inheritance diagram for KeyboardApplication:
                              [legend]
                              + Collaboration diagram for KeyboardApplication:
                              [legend]

                              Public Member Functions

                               KeyboardApplication ()
                               Constructor.
                               
                              void action () override
                               Contains the application code.
                               
                              - Public Member Functions inherited from Thread
                               Thread ()
                               Constructor Initializes the context using prepareContext with the highest aligned address of the reserved_stack_space array as stack pointer (top of stack). More...
                               
                              void go ()
                               Activates the first thread on this CPU. More...
                               
                              void resume (Thread *next)
                               Switches from the currently running thread to the next one. More...
                               
                              Waitingroom * getWaitingroom () const
                               Returns the Waitingroom in which the thread is currently waiting. More...
                               
                              void setWaitingroom (Waitingroom *w)
                               Marks the thread as waiting for an event in Waitingroom w. More...
                               

                              Additional Inherited Members

                              - Public Attributes inherited from Thread
                              const size_t id
                               Unique ID of thread.
                               
                              volatile bool kill_flag
                               Marker for a dying thread.
                               
                              - Static Public Attributes inherited from Thread
                              static const size_t STACK_SIZE = 4096 * 4
                               Stack size for each thread.
                               
                              - Static Protected Member Functions inherited from Thread
                              static void kickoff (Thread *object)
                               Function to start a thread. More...
                               
                              - Protected Attributes inherited from Thread
                              StackPointer stackpointer
                               Current stack pointer of thread for context switch.
                               

                              Detailed Description

                              Keyboard Application.


                              The documentation for this class was generated from the following files:
                              • user/app2/kappl.h
                              • user/app2/kappl.cc
                              Friedrich-Alexander-Universität
                              Erlangen-Nürnberg

                              Schlossplatz 4
                              91054 Erlangen
                              • Impressum
                              • Datenschutz
                              • Barrierefreiheit
                              • Facebook
                              • RSS Feed
                              • Xing
                              Nach oben