SPIS/NUM HowTo Documentation
User pages
Controlling NUM from UI: defining
parameters in User Interface to define NUMerical simulations.
Spacecraft circuit: how the spacecraft equivalent
circuit is defined in SPIS from user parameters
Developer pages
Java for NUM: basic information on Java
language and conventions useful for SPIS/NUM (+ edition and debugging)
NUM architecture: description of object
architecture of SPIS/NUM, for an overall understanding of how it works.
NUM integration in framework:
how to integrate SPIS/NUM modified code in the framework
Writing UI-supported classes:
how to develop classes which the UI can order NUM to switch to
The
developer should not forget the API documentation:
- public (for addressing the objects from the
outside),
- private (to see how they work internally,
or modify them).