Module tst

Module tst 

Source
Expand description

Definitions of tsts, for de/serialization and manipulation.

Re-exports§

pub use crate::definitions::misc_structures::GeoPoint;
pub use crate::definitions::misc_structures::Speed;

Structs§

CommonParameters
Parameters common to all the nodes
Conc
Node for $node_type
MoveTo
Node for $node_type
MoveToParameters
Parameters for the move to tst
NoParameters
Use for nodes without parameters
NodeBuilder
This class is used to build tsts
Noop
Node for $node_type
NullNodeBuilder
Root null builder
SearchArea
Node for $node_type
SearchAreaParameters
Parmeters for the search area test
Seq
Node for $node_type

Enums§

Node
Represent a TST node

Traits§

CompositeNode
Composite node, aka, node with children such as Conc and Seq
NodeTrait
Base trait for nodes
SpeedCompute
Trait used to compute the velocity

Functions§

default