Files
xod/docs/guide/README.md
2017-12-14 19:53:40 +03:00

27 lines
650 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Users Guide
---
Users Guide
============
## Making your own nodes
* [Creating nodes for XOD in XOD](./nodes-for-xod-in-xod/)
* [Creating analog sensor driver nodes](./analog-sensor-node/)
* [Documenting nodes](./documenting-nodes/)
* [Creating nodes for XOD in C++](./nodes-for-xod-in-cpp/)
* [Dealing with state in C++](./cpp-state/)
* [Dealing with time in C++](./cpp-time/)
## Doing things sequentially
* [Simple traffic light example](./simple-traffic-light/)
## Concepts
* [Program structure](./program-structure/)
* [Data types](./data-types/)
* [Linking rules](./linking-rules/)
* [Execution model](./execution-model/)