fsfw/src/fsfw/cfdp/handler/DestHandler.cpp
2022-08-09 15:46:42 +02:00

6 lines
122 B
C++

#include "DestHandler.h"
#include <utility>
cfdp::DestHandler::DestHandler(LocalEntityCfg cfg) : cfg(std::move(cfg)) {}