Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ gcgandhi
gcov
gdiplus
GENHUB
getfooter
getstatements
gettime
getty
ghprb
Expand Down
9 changes: 6 additions & 3 deletions Svc/FpySequencer/FpySequencer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ using Signal = FpySequencer_SequencerStateMachineStateMachineBase::Signal;
using State = FpySequencer_SequencerStateMachineStateMachineBase::State;

class FpySequencer : public FpySequencerComponentBase {

friend class FpySequencerTester;

public:
union DirectiveUnion {
FpySequencer_WaitRelDirective waitRel;
Expand Down Expand Up @@ -66,7 +69,7 @@ class FpySequencer : public FpySequencerComponentBase {
//!
~FpySequencer();

PRIVATE :
private:

//! Handler for command RUN
//!
Expand Down Expand Up @@ -307,7 +310,7 @@ class FpySequencer : public FpySequencerComponentBase {
const Svc::FpySequencer_DebugBreakpointArgs& value //!< The value
) override;

PROTECTED :
protected:

// ----------------------------------------------------------------------
// Functions to implement for internal state machine guards
Expand Down Expand Up @@ -401,7 +404,7 @@ class FpySequencer : public FpySequencerComponentBase {
void allocateBuffer(FwEnumStoreType identifier, Fw::MemAllocator& allocator, FwSizeType bytes);

void deallocateBuffer(Fw::MemAllocator& allocator);
PRIVATE :
private :

static constexpr U32 CRC_INITIAL_VALUE = 0xFFFFFFFFU;

Expand Down
Loading
Loading