File: README

package info (click to toggle)
rtlinux 3.1pre3-2
  • links: PTS
  • area: non-free
  • in suites: sarge, woody
  • size: 4,892 kB
  • ctags: 4,228
  • sloc: ansic: 26,204; sh: 2,069; makefile: 1,414; perl: 855; tcl: 489; asm: 380; cpp: 42
file content (14 lines) | stat: -rw-r--r-- 502 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include "../README"

This example demonstrates the use of floating point operations in
real-time processes.

Note: you must link in the math library (-lm) if you use functions
like sin() or cos() in your program (see the Makefile).

To run this example you must first compile and boot the RT-kernel,
then install the RT-scheduler module.
This program is compiled into the Linux module rt_process.o.

The program in fptest.c is meant to test the user mode FP operations
while the RT system is running.