|
| using | Topic = ScaoLoopTopic |
| |
| using | Slopes = AsSpanT<const decltype(std::declval<Topic>().wfs.slopes)> |
| |
| using | Intensities = AsSpanT<const decltype(std::declval<Topic>().wfs.intensities)> |
| |
| using | Commands = AsSpanT<const decltype(std::declval<Topic>().commands)> |
| |
| using | Recorder = FitsRecorder<uint32_t, Slopes, Intensities, Commands> |
| |
| using | Topic = ScaoLoopTopic |
| |
| using | Slopes = gsl::span<const float> |
| |
| using | Intensities = gsl::span<const float, N_SUBAPS> |
| |
| using | Commands = gsl::span<const float, N_COMMANDS> |
| |
| using | Recorder = FitsRecorder<uint32_t, Slopes, Intensities, Commands> |
| |
| using | Topic = ScaoLoopTopic |
| |
| using | Slopes = gsl::span<const float> |
| |
| using | Intensities = gsl::span<const float, N_SUBAPS> |
| |
| using | Commands = gsl::span<const float, N_COMMANDS> |
| |
| using | Recorder = FitsRecorder<uint32_t, Slopes, Intensities, Commands> |
| |
◆ Commands [1/3]
◆ Commands [2/3]
◆ Commands [3/3]
◆ Intensities [1/3]
◆ Intensities [2/3]
◆ Intensities [3/3]
◆ Recorder [1/3]
◆ Recorder [2/3]
◆ Recorder [3/3]
◆ Slopes [1/3]
◆ Slopes [2/3]
◆ Slopes [3/3]
◆ Topic [1/3]
◆ Topic [2/3]
◆ Topic [3/3]
◆ AsTuple() [1/3]
◆ AsTuple() [2/3]
◆ AsTuple() [3/3]
◆ COLUMNS
Initial value:
{{"sample_id"sv, ""sv}, {"slopes"sv, ""sv}, {"intensities"sv, ""sv}, {"commands"sv, ""sv}}}
const std::array< ColumnMetaData, sizeof...(T)> ColumnDescription
Definition dataRecorder.hpp:49
The documentation for this struct was generated from the following files:
- reusableComponents/testTools/testPerformanceTelRec/src/main.cpp
- reusableComponents/testTools/testTelRec/src/main.cpp
- _examples/exampleTelRec/app/src/main.cpp