Commit 2d468fc
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 2d468fc
1 file changed
Lines changed: 16 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 | + | |
| 18 | + | |
| 19 | + | |
12 | 20 | | |
13 | 21 | | |
14 | 22 | | |
| |||
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
24 | 38 | | |
25 | 39 | | |
26 | 40 | | |
| |||
0 commit comments