forked from Point72/csp
-
Notifications
You must be signed in to change notification settings - Fork 0
Glossary
Pavithra Eswaramoorthy edited this page Apr 10, 2024
·
2 revisions
Warning
This page is a work in progress.
- Table of Contents
-
Terms
- Engine time
- Event streaming
- Time series
- Tick
- Node
- Graph
- Alarm
- Adapter
- Realtime
- Wiring (or graph building time)
- Graph run time
- Ticked (as in csp.ticked)
- Valid (as in csp.valid)
- Push mode
- Edge
- Delayed edge
- Feedback
- Struct
- List basket
- Dict basket
- Dynamic graph
- Push input adapter
- Pull input adapter
- Output adapter
- Managed sim adapter
- Adapter manager
The CSP engine always maintains its current view of time.
The current time of the engine can be accessed at any time within a csp.node
by calling csp.now()
This wiki is autogenerated. To made updates, open a PR against the original source file in docs/wiki
.
Get Started (Tutorials)
Concepts
- CSP Node
- CSP Graph
- Historical Buffers
- Execution Modes
- Adapters
- Feedback and Delayed Edge
- Common Mistakes
How-to guides
- Use Statistical Nodes
- Use Adapters (coming soon)
- Create Dynamic Baskets
- Write Adapters:
- Profile CSP Code
References
- API Reference
- Glossary of Terms
- Examples
Developer Guide