This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gnss_datalog [2011/10/04 15:42] claes |
— (current) | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== GNSS Datalog ====== | ||
- | Program for GNSS excersize | ||
- | ===== Manual ===== | ||
- | |||
- | ===== Download ===== | ||
- | Executable jar file | ||
- | |||
- | Sourcecode with Doxygen configurationfile | ||
- | |||
- | |||
- | ===== API Documentation ===== | ||
- | The Sourcecode has been documented with Doxygen. The documentation can be found [[http:// | ||
- | |||
- | ===== Test ===== | ||
- | <code java> | ||
- | /** | ||
- | * The HelloWorldApp class implements an application that | ||
- | * simply displays "Hello World!" | ||
- | */ | ||
- | class HelloWorldApp { | ||
- | public static void main(String[] args) { | ||
- | System.out.println(" | ||
- | } | ||
- | } | ||
- | </ |