Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Taming Real-Time Logging: Lessons Learned From the Trenches
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Why do we need a realtime logger
- 3 The most simple realtime logger
- 4 System calls allocations mutexes
- 5 RealTime Logging
- 6 LockFree Queue
- 7 Logging Data
- 8 Logging Thread
- 9 Disadvantages
- 10 Character Buffer
- 11 Are We Done
- 12 Whats Wrong
- 13 RealTime Safety
- 14 System Calls
- 15 Embedded Systems Engineers
- 16 STB
- 17 Is VAargs RealTime Safe
- 18 How VAargs Works
- 19 The Real Answer
- 20 Variatic Templates
- 21 Printf
- 22 Example
- 23 Atomic Sequence Number
- 24 Implementation Summary
- 25 GitHub repository
- 26 Summary
- 27 Vargs
- 28 Questions