-
- Downloads
Merge branch 'ECSS-ST13-split-function' into 'master'
ECSS ST13 Split Function **ECSS ST13 Split Function** After the initial development of the ECSS ST13 Large Packet Transfer Service, it is time to * *drumroll* * add the required function that is used to split the Large Messages into smaller ones. Currently it works with normal messages. However, the function should be changed in the future, perhaps with the addition of messages that are able to contain an amount of data larger than the current Message class can hold. Right now the Message::data can contain up to 1024 bytes. The max octet string size is 256. The testing was based on these numbers. **Things to consider about this Service && Function** * A new class that fosters all the needs of a large message might be needed * Sensors or any device that will produce any kind of data, might use this class, for the purposes of ignoring the data size limit imposed by the protocol See merge request acubesat/obc/ecss-services!37
No related branches found
No related tags found
Showing
- inc/Services/LargePacketTransferService.hpp 7 additions, 0 deletionsinc/Services/LargePacketTransferService.hpp
- src/Services/LargePacketTransferService.cpp 35 additions, 0 deletionssrc/Services/LargePacketTransferService.cpp
- test/Services/LargePacketTransferService.cpp 23 additions, 1 deletiontest/Services/LargePacketTransferService.cpp
Please register or sign in to comment