All checks were successful
fsfw/fsfw/pipeline/pr-development This commit looks good
5 lines
137 B
C++
5 lines
137 B
C++
#include "FlowLabelTlv.h"
|
|
|
|
FlowLabelTlv::FlowLabelTlv(uint8_t* value, size_t size)
|
|
: Tlv(cfdp::TlvTypes::FLOW_LABEL, value, size) {}
|