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
6 changes: 3 additions & 3 deletions FppTest/state_machine/internal_instance/choice/Basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Basic : public BasicComponentBase {
//! Destroy Basic object
~Basic();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Handler implementations for typed input ports
// ----------------------------------------------------------------------
Expand All @@ -62,7 +62,7 @@ class Basic : public BasicComponentBase {
U32 context //!< The call order
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down Expand Up @@ -97,7 +97,7 @@ class Basic : public BasicComponentBase {
FppTest_SmChoice_Basic::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions FppTest/state_machine/internal_instance/choice/BasicU32.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicU32 : public BasicU32ComponentBase {
//! Destroy BasicU32 object
~BasicU32();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -69,7 +69,7 @@ class BasicU32 : public BasicU32ComponentBase {
FppTest_SmChoice_BasicU32::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class ChoiceToChoice : public ChoiceToChoiceComponentBase {
//! Destroy ChoiceToChoice object
~ChoiceToChoice();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -82,7 +82,7 @@ class ChoiceToChoice : public ChoiceToChoiceComponentBase {
FppTest_SmChoice_ChoiceToChoice::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand All @@ -101,7 +101,7 @@ class ChoiceToChoice : public ChoiceToChoiceComponentBase {
FppTest_SmChoice_ChoiceToChoice::Signal signal //!< The signal
) const override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Overflow hook implementations for internal state machines
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class ChoiceToState : public ChoiceToStateComponentBase {
//! Destroy ChoiceToState object
~ChoiceToState();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down Expand Up @@ -90,7 +90,7 @@ class ChoiceToState : public ChoiceToStateComponentBase {
FppTest_SmChoice_ChoiceToState::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class InputPairU16U32 : public InputPairU16U32ComponentBase {
//! Destroy InputPairU16U32 object
~InputPairU16U32();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -62,7 +62,7 @@ class InputPairU16U32 : public InputPairU16U32ComponentBase {
U32 value //!< The value
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions FppTest/state_machine/internal_instance/choice/Sequence.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class Sequence : public SequenceComponentBase {
//! Destroy Sequence object
~Sequence();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -68,7 +68,7 @@ class Sequence : public SequenceComponentBase {
FppTest_SmChoice_Sequence::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class SequenceU32 : public SequenceU32ComponentBase {
//! Destroy SequenceU32 object
~SequenceU32();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -69,7 +69,7 @@ class SequenceU32 : public SequenceU32ComponentBase {
FppTest_SmChoice_SequenceU32::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions FppTest/state_machine/internal_instance/initial/Basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Basic : public BasicComponentBase {
//! Destroy Basic object
~Basic();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Handler implementations for typed input ports
// ----------------------------------------------------------------------
Expand All @@ -62,7 +62,7 @@ class Basic : public BasicComponentBase {
U32 context //!< The call order
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions FppTest/state_machine/internal_instance/initial/Choice.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Choice : public ChoiceComponentBase {
//! Destroy Choice object
~Choice();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -72,7 +72,7 @@ class Choice : public ChoiceComponentBase {
FppTest_SmInstanceInitial_Choice_Choice::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions FppTest/state_machine/internal_instance/initial/Nested.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Nested : public NestedComponentBase {
//! Destroy Nested object
~Nested();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -72,7 +72,7 @@ class Nested : public NestedComponentBase {
FppTest_SmInstanceInitial_Nested_Nested::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Overflow hook implementations for internal state machines
// ----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions FppTest/state_machine/internal_instance/state/Basic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Basic : public BasicComponentBase {
//! Destroy Basic object
~Basic();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Handler implementations for typed input ports
// ----------------------------------------------------------------------
Expand All @@ -62,7 +62,7 @@ class Basic : public BasicComponentBase {
U32 context //!< The call order
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions FppTest/state_machine/internal_instance/state/BasicGuard.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicGuard : public BasicGuardComponentBase {
//! Destroy BasicGuard object
~BasicGuard();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -61,7 +61,7 @@ class BasicGuard : public BasicGuardComponentBase {
FppTest_SmState_BasicGuard::Signal signal //!< The signal
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicGuardString : public BasicGuardStringComponentBase {
//! Destroy BasicGuardString object
~BasicGuardString();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -62,7 +62,7 @@ class BasicGuardString : public BasicGuardStringComponentBase {
const Fw::StringBase& value //!< The value
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicGuardTestAbsType : public BasicGuardTestAbsTypeComponentBase {
//! Destroy BasicGuardTestAbsType object
~BasicGuardTestAbsType();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -63,7 +63,7 @@ class BasicGuardTestAbsType : public BasicGuardTestAbsTypeComponentBase {
const SmHarness::TestAbsType& value //!< The value
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand All @@ -77,7 +77,7 @@ class BasicGuardTestAbsType : public BasicGuardTestAbsTypeComponentBase {
const SmHarness::TestAbsType& value //!< The value
) const override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Overflow hook implementations for internal state machines
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicGuardTestArray : public BasicGuardTestArrayComponentBase {
//! Destroy BasicGuardTestArray object
~BasicGuardTestArray();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -63,7 +63,7 @@ class BasicGuardTestArray : public BasicGuardTestArrayComponentBase {
const SmHarness::TestArray& value //!< The value
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicGuardTestEnum : public BasicGuardTestEnumComponentBase {
//! Destroy BasicGuardTestEnum object
~BasicGuardTestEnum();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -62,7 +62,7 @@ class BasicGuardTestEnum : public BasicGuardTestEnumComponentBase {
const SmHarness::TestEnum& value //!< The value
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicGuardTestStruct : public BasicGuardTestStructComponentBase {
//! Destroy BasicGuardTestStruct object
~BasicGuardTestStruct();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -63,7 +63,7 @@ class BasicGuardTestStruct : public BasicGuardTestStructComponentBase {
const SmHarness::TestStruct& value //!< The value
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicGuardU32 : public BasicGuardU32ComponentBase {
//! Destroy BasicGuardU32 object
~BasicGuardU32();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand All @@ -62,7 +62,7 @@ class BasicGuardU32 : public BasicGuardU32ComponentBase {
U32 value //!< The value
) override;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine guards
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicInternal : public BasicInternalComponentBase {
//! Destroy BasicInternal object
~BasicInternal();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class BasicSelf : public BasicSelfComponentBase {
//! Destroy BasicSelf object
~BasicSelf();

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BasicString : public BasicStringComponentBase {
//! The type FppTest_SmState_BasicString
using SmState_BasicString = FppTest_SmState_BasicString;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BasicTestAbsType : public BasicTestAbsTypeComponentBase {
//! The type FppTest_SmState_BasicTestAbsType
using SmState_BasicTestAbsType = FppTest_SmState_BasicTestAbsType;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class BasicTestArray : public BasicTestArrayComponentBase {
//! The type FppTest_SmState_BasicTestArray
using SmState_BasicTestArray = FppTest_SmState_BasicTestArray;

PRIVATE:
private:
// ----------------------------------------------------------------------
// Implementations for internal state machine actions
// ----------------------------------------------------------------------
Expand Down
Loading
Loading