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

VM

Virtual Machine

CS

Control System

DevEnv

ELT Linux Development Environment

ELT

Extremely Large Telescope

OS

Operating System

EULA

End User License Agreement

TBC

To Be Confirmed

TBD

To 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