Skip to content

Commit

Permalink
chore: added docs to ensembleTypes.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
charliekush committed Nov 22, 2024
1 parent bda7f59 commit 76e0d9a
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 76e0d9a

Please sign in to comment.