![]() |
AMS Advanced Air Mobility Sensors UG
|
Static Public Member Functions | |
| template<typename TRunnableId, typename... TPortTypes> | |
| static auto | ReadPorts (TRunnableId eRunnableId, TPortTypes &... orPorts) -> std::optional< std::tuple< typename TPortTypes::DataType... > > |
|
static |
Read data from multiple ports.
| TRunnableId | Runnable ID type (enum or integer) |
| TPortTypes | Variadic list of port types. |
| eRunnableId | Runnable ID. Use 0 to skip logging, or if not applicable. |
| orPorts | Variadic list of port references. |