Transcription of Functions Lesson VxWorks PROGRAMMING I: µ
{{id}} {{{paragraph}}}
2008 chapter -9 L11: " embedded Systems - architecture , PROGRAMMING and Design" , Raj Kamal, Publs.: McGraw-Hill, Inc. 1 REAL TIME OPERATING system REAL TIME OPERATING system PROGRAMMINGPROGRAMMING--I: I: C/OSC/OS--II and II and VxWorks VxWorks LessonLesson--11: 11: VxWorks Signal and Semaphore Functions2008 chapter -9 L11: " embedded Systems - architecture , PROGRAMMING and Design" , Raj Kamal, Publs.: McGraw-Hill, Inc. 21. 1. Signal FunctionSignal Function2008 chapter -9 L11: " embedded Systems - architecture , PROGRAMMING and Design" , Raj Kamal, Publs.: McGraw-Hill, Inc. 3 sigNum identifies a signal void sigHandler (int sigNum); to declares a signal servicing routine for a signal identified by sigNum signal (sigNum, sigISR) to registers a signal sigNum with a signal servicing routine sigISR Refer Section (an Exception or Interrupt) handling Functions2008 chapter -9 L11: " embedded Systems - architecture , PROGRAMMING and Design" , Raj Kamal, Publs.
2008 Chapter-9 L11: "Embedded Systems - Architecture, Programming and Design" , Raj Kamal, Publs.: McGraw-Hill, Inc. 8 (1)SEM_Q_FIFO for specifying that take the semaphore in FIFO
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}