| 246 | } |
| 247 | |
| 248 | inline std::span<uint8_t const> GetOptionals() const |
| 249 | { |
| 250 | return std::span(GetComponentIndexPtr(Optionals), GetComponentIndexPtr(OneFrame)); |
| 251 | } |
| 252 | |
| 253 | inline std::span<uint8_t const> GetOneFrameComponents() const |
| 254 | { |
nothing calls this directly
no outgoing calls
no test coverage detected