![]() |
- 3.0.2 core module.
|
Go to the source code of this file.
Classes | |
| struct | ct::core::SwitchEvent< Phase, Time > |
| Describes a switch between phases. More... | |
| class | ct::core::PhaseSequence< Phase, Time > |
| Describes a Phase sequence with timing. More... | |
Namespaces | |
| ct | |
| ct::core | |
Typedefs | |
| template<class T , class Alloc = Eigen::aligned_allocator<T>> | |
| using | ct::core::Switched = std::vector< T, Alloc > |
| Declaring Switched alias such that we can write Switched<System> More... | |
| using | ct::core::ContinuousModeSequence = PhaseSequence< std::size_t, double > |
| using | ct::core::ContinuousModeSwitch = SwitchEvent< std::size_t, double > |
| using | ct::core::DiscreteModeSequence = PhaseSequence< std::size_t, int > |
| using | ct::core::DiscreteModeSwitch = SwitchEvent< std::size_t, int > |