1
0
forked from fsfw/fsfw

internal housekeeping packet finished

This commit is contained in:
2020-08-08 21:32:15 +02:00
parent b828d7c6d7
commit b092850dfc
5 changed files with 171 additions and 3 deletions

View File

@ -25,6 +25,10 @@ union sid_t {
* Alternative access to the raw value. This is also the size of the type.
*/
uint64_t raw;
bool notSet() const {
return raw == INVALID_ADDRESS;
}
};