Skip to content

Commit

Permalink
chore: added docs to ensembleTypes.hpp (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Nov 22, 2024
2 parents 42d125c + 76e0d9a commit ca92bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cellular/ensembleTypes.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ typedef enum EnsembleID_
}EnsembleID_e;

#pragma pack(push, 1)
/**
* @brief struct to contain header info for an ensemble
*/
typedef struct EnsembleHeader_
{
unsigned int ensembleType : 4;
Expand Down

0 comments on commit ca92bd0

Please sign in to comment.