spot/doc/org/tut.org
Alexandre Duret-Lutz 89592881c7 org: new example
Fixes #14.

* doc/org/tut22.org: New file.
* doc/Makefile.am, doc/org/tut.org: Add it.
2015-06-12 22:01:30 +02:00

936 B

Code Examples

This section contains code examples for using Spot. This is a work in progress. Feel free to send suggestion of small tasks you would like to see illustrated here.

Examples with Shell, Python, and C++

All the following pages show how to perform the same task using the three interfaces supported by Spot: shell commands, Python, or C++.

Examples in C++ only

The following examples are too low-level to be implemented in shell or Python (at least at the moment), so they are purely C++ so far.