https://github.com/berndporr/realtime_cpp_coding
Realtime Embedded Coding in C++ under Linux
https://github.com/berndporr/realtime_cpp_coding
callback callbacks classes cpp linux object-oriented-programming real-time
Last synced: about 2 months ago
JSON representation
Realtime Embedded Coding in C++ under Linux
- Host: GitHub
- URL: https://github.com/berndporr/realtime_cpp_coding
- Owner: berndporr
- License: other
- Created: 2022-02-17T09:06:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-25T11:38:27.000Z (about 1 year ago)
- Last Synced: 2024-04-25T12:41:02.295Z (about 1 year ago)
- Topics: callback, callbacks, classes, cpp, linux, object-oriented-programming, real-time
- Language: PostScript
- Homepage:
- Size: 17.1 MB
- Stars: 19
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Realtime embedded coding in C++ under Linux
Bernd Porr & Nick Bailey

This document describes how to do rigorously realtime coding in C++
under Linux.At the heart are *callback* interfaces which transmit *events*
from C++ class to C++ class.## Download
[PDF](docs/realtime_embedded_co.pdf)## Online
https://berndporr.github.io/realtime_cpp_coding/