SpECTRE
v2026.04.01
Loading...
Searching...
No Matches
control_system::Systems::Translation< DerivOrder, Measurement, NumberOfObjects >::MeasurementQueue Struct Reference
Public Types
using
type
Member Typedef Documentation
◆
type
template<size_t DerivOrder, typename Measurement, size_t NumberOfObjects>
using
control_system::Systems::Translation
< DerivOrder, Measurement, NumberOfObjects >::MeasurementQueue::type
Initial value:
LinkedMessageQueue<
double,
tmpl::conditional_t<
NumberOfObjects == 1,
tmpl::list<QueueTags::Center<::domain::ObjectLabel::None>>,
tmpl::append<
tmpl::list<
QueueTags::Center<::domain::ObjectLabel::A, Frame::Grid>
,
QueueTags::Center<::domain::ObjectLabel::B, Frame::Grid>
>,
tmpl::conditional_t<
std::is_same_v<measurement, measurements::BothNSCenters>
,
tmpl::list<
QueueTags::Center
<
::domain::ObjectLabel::A
,
Frame::Inertial
>,
QueueTags::Center
<
::domain::ObjectLabel::B
,
Frame::Inertial
>,
QueueTags::Center
<
::domain::ObjectLabel::None
,
Frame::Grid
>,
QueueTags::Center
<
::domain::ObjectLabel::None
,
Frame::Inertial
>>,
tmpl::list<>>>>>
std::is_same_v
T is_same_v
domain::ObjectLabel::None
@ None
This object has no label.
Definition
ObjectLabel.hpp:19
domain::ObjectLabel::A
@ A
The object along the positive x-axis in the grid frame.
Definition
ObjectLabel.hpp:13
domain::ObjectLabel::B
@ B
The object along the negative x-axis in the grid frame.
Definition
ObjectLabel.hpp:15
Frame::Grid
Definition
IndexType.hpp:45
Frame::Inertial
Definition
IndexType.hpp:46
control_system::QueueTags::Center
Holds the centers of each horizon from measurements as DataVectors.
Definition
QueueTags.hpp:34
The documentation for this struct was generated from the following file:
src/ControlSystem/Systems/
Translation.hpp
control_system
Systems
Translation
MeasurementQueue
© Copyright 2017 - 2026
SXS Collaboration
,
Distributed under the
MIT License