added stubs for source and dest handler
This commit is contained in:
parent
c6a7a0fec8
commit
269a3052ca
@ -1,4 +1,6 @@
|
|||||||
target_sources(${LIB_FSFW_NAME} PRIVATE CfdpMessage.cpp CfdpDistributor.cpp)
|
target_sources(
|
||||||
|
${LIB_FSFW_NAME} PRIVATE CfdpMessage.cpp CfdpDistributor.cpp
|
||||||
|
CfdpSourceHandler.cpp CfdpDestHandler.cpp)
|
||||||
|
|
||||||
# CfdpDistributor.cpp CfdpHandler.cpp
|
# CfdpDistributor.cpp CfdpHandler.cpp
|
||||||
add_subdirectory(pdu)
|
add_subdirectory(pdu)
|
||||||
|
1
src/fsfw/cfdp/CfdpDestHandler.cpp
Normal file
1
src/fsfw/cfdp/CfdpDestHandler.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "CfdpDestHandler.h"
|
6
src/fsfw/cfdp/CfdpDestHandler.h
Normal file
6
src/fsfw/cfdp/CfdpDestHandler.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#ifndef FSFW_CFDP_CFDPDESTHANDLER_H
|
||||||
|
#define FSFW_CFDP_CFDPDESTHANDLER_H
|
||||||
|
|
||||||
|
class CfdpDestHandler {};
|
||||||
|
|
||||||
|
#endif // FSFW_CFDP_CFDPDESTHANDLER_H
|
1
src/fsfw/cfdp/CfdpSourceHandler.cpp
Normal file
1
src/fsfw/cfdp/CfdpSourceHandler.cpp
Normal file
@ -0,0 +1 @@
|
|||||||
|
#include "CfdpSourceHandler.h"
|
6
src/fsfw/cfdp/CfdpSourceHandler.h
Normal file
6
src/fsfw/cfdp/CfdpSourceHandler.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#ifndef FSFW_CFDP_CFDPSOURCEHANDLER_H
|
||||||
|
#define FSFW_CFDP_CFDPSOURCEHANDLER_H
|
||||||
|
|
||||||
|
class CfdpSourceHandler {};
|
||||||
|
|
||||||
|
#endif // FSFW_CFDP_CFDPSOURCEHANDLER_H
|
Loading…
Reference in New Issue
Block a user