SpaceTeam / STS1_COBC_SW

Software for the communication and onboard computer (COBC) of SpaceTeamSat1 (STS1)
MIT License
10 stars 2 forks source link

Use strong_type instead of NamedType for ProgramId #309

Closed PatrickKa closed 4 months ago

PatrickKa commented 4 months ago

Description

We replaced the NamedType library with strong_type (see SpaceTeam/STS1_COBC_Docker#58 for details) so we need to change ProgramId, our only strong type so far, accordingly. See #308 for an inspiration on how to use the strong_type library.

PatrickKa commented 4 months ago

Blocked because while SpaceTeam/STS1_COBC_Docker#58 is already implemented, a new version of the Docker image is not yet released.

PatrickKa commented 4 months ago

Until the new version of the Docker image is released, we installed the library locally in our container to not be blocked by that.