Commit 4220d86
committed
docs: deprecate SensorDataSeries and SensorDataSeriesList for removal in v4.0.0
The single-channel (.osi) and multi-channel (.mcap) trace file formats
have fully superseded these messages:
- .osi traces generalize SensorDataSeries to any top-level message type
and support streaming without loading all timesteps into memory.
- .mcap traces generalize SensorDataSeriesList to any combination of
top-level message types with metadata, schemas, compression, and
random access.
Internal buffering by sensor models is an implementation concern and
does not belong in the interface specification.
Resolves #900
Signed-off-by: Carlo van Driesten <carlo.van-driesten@bmw.de>1 parent 083481d commit 4220d86
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
21 | 27 | | |
22 | 28 | | |
23 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
24 | 35 | | |
25 | 36 | | |
26 | 37 | | |
| |||
0 commit comments