https://github.com/ncar/libraf
Library for EOL/RAF. Used by external projects ncpp & xpms2d.
https://github.com/ncar/libraf
aircraft raf
Last synced: 2 months ago
JSON representation
Library for EOL/RAF. Used by external projects ncpp & xpms2d.
- Host: GitHub
- URL: https://github.com/ncar/libraf
- Owner: NCAR
- License: apache-2.0
- Created: 2017-03-16T22:39:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2026-03-11T14:00:10.000Z (4 months ago)
- Last Synced: 2026-03-11T18:43:38.551Z (4 months ago)
- Topics: aircraft, raf
- Language: C++
- Homepage:
- Size: 198 KB
- Stars: 1
- Watchers: 18
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This document describes the functions and subroutines in the libraf library.
This library may be used by placing a "-lraf" in your compile statement.
cio (C) $LOCAL/src/libraf/cio.c
-------------------------------
Tape I/O utilities that may be used for tape reading/writing, etc.
util (C) $LOCAL/src/libraf/util.c
-------------------------------
Utilities that may be used for general purpose string manipulation, etc.
flote (FORTRAN) $LOCAL/src/libraf/flote.f
-----------------------------------------
A general purpose plotting tick mark finder subroutine.
sendpr (FORTRAN) $LOCAL/src/libraf/sendpr.f
-------------------------------------------
A utility used to send output to the system lineprinter from a FORTRAN
program.
sendhc (FORTRAN) $LOCAL/src/libraf/sendhc.f
-------------------------------------------
A utility used to send output to the system laser printer from a FORTRAN
program.