Introduction
Scope
The target audience of this document are software developers and software integrators working on ELT software. Software project managers may also receive insights on how the development tools are structured.
Abbreviations & Acronyms
VMVirtual Machine
CSControl System
DevEnvELT Linux Development Environment
ELTExtremely Large Telescope
OSOperating System
EULAEnd User License Agreement
TBCTo Be Confirmed
TBDTo Be Defined
Stylistics Conventions
Courier font is used to indicate source of code or scripts while courier bold font is used to indicate execution on the system, either input or outputs.
Examples
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[]) {
printf("Hello world!\n");
return 0;
}
fede@esopc ~/waf/example/pkg1/exProgC $ ps
PID TTY TIME CMD
9331 pts/8 00:00:00 bash
23663 pts/8 00:00:00 ps