| 134 | } |
| 135 | |
| 136 | void FlexRayFrameHeader::FillDataBytes(std::vector<uint8_t> bytes) { |
| 137 | FlexRayFrame::DataBytes(std::move(bytes)); |
| 138 | } |
| 139 | |
| 140 | const std::vector<uint8_t>& FlexRayFrameHeader::FillDataBytes() const { |
| 141 | return FlexRayFrame::DataBytes(); |