Skip to content
Snippets Groups Projects
Unverified Commit 6830c6ac authored by Dimitrios Stoupis's avatar Dimitrios Stoupis
Browse files

Add a data validator (may have a short life)

parent c8857865
No related branches found
No related tags found
No related merge requests found
......@@ -104,6 +104,12 @@ private:
* @param memId: The memory ID for validation
*/
bool memoryIdValidator(MemoryManagementService::MemoryID memId);
/**
* Validate the data according to checksum calculation
*
*/
bool dataValidator(const uint8_t *data, uint16_t checksum, uint16_t length);
};
#endif //ECSS_SERVICES_MEMMANGSERVICE_HPP
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment