Building Embedded Linux Systems shows you how to design and build your own embedded systems USing Linux® as the kernel and freely available open source tools as the framework
AppWizard has created this DSX01 DLL for you. This DLL not only
demonstrates the basics of USing the Microsoft Foundation classes but
is also a starting point for writing your DLL.
This program demonstrates USing watchdog timers to invoke deadline
handlers. CoordinatorTask sends data to the organizer.
OrganizerTask receives data from the coordinatorTask, and resets
the coordinatorTask when no data is sent by the coordinatorTask in
the past five seconds (deadline time). This demonstration program
is automatically stopped after twenty seconds.
This program demonstrates USing a thread safe C++ class called
SharedQT<T>. This example actually has several elements which
may prove useful for those who are new to C++: