fsfw/src/fsfw/cfdp/handler/DestHandler.cpp

6 lines
122 B
C++
Raw Normal View History

2022-08-09 15:46:42 +02:00
#include "DestHandler.h"
#include <utility>
cfdp::DestHandler::DestHandler(LocalEntityCfg cfg) : cfg(std::move(cfg)) {}