|
1 |
'''C. [wiki:GraspSw STARGRASP C Libraries]''' |
|
2 |
|
|
3 |
[[TracNav(GraspContents)]] |
|
4 |
|
|
5 |
We intend to turn each of the (currently dead) links below into API descriptions for each of our core C libraries. All of the toolkit tools are built on top of these 5 libraries. |
|
6 |
|
|
7 |
1. [wiki:GraspSwClibrariesCli libcli.a] - This command line library implements the argument parser utilized at various levels in the STARGRASP system. |
|
8 |
2. [wiki:GraspSwClibrariesSockio libsockio.a] - A socket communications library that handles opening a TCP connection, sending one-line ASCII text commands, and receiving responses. |
|
9 |
3. [wiki:GraspSwClibrariesFh libfh.a] - Constructs FITS files. |
|
10 |
4. [wiki:GraspSwClibrariesCatp libcatp.a] - Custom UDP image transfer protocol. |
|
11 |
5. [wiki:GraspSwClibrariesStargrasp libstargrasp.a] - functions that do most of the job of the STARGRASP toolkit programs. |