Skip to content

Commit f330d60

Browse files
authored
PRIVATE->private and PROTECTED->protected updates in FppTest/state_machine (#3446) (#3687)
* PRIVATE->private and PROTECTED->protected updates in FppTest/state_machine/internal_instance/choice/ (#3446) * PRIVATE->private and PROTECTED->protected updates in FppTest/state_machine/internal_instance/initial/ (#3446) * PRIVATE->private and PROTECTED->protected updates in FppTest/state_machine/internal_instance/state/ (#3446)
1 parent 5a0acd1 commit f330d60

31 files changed

+53
-53
lines changed

FppTest/state_machine/internal_instance/choice/Basic.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Basic : public BasicComponentBase {
5252
//! Destroy Basic object
5353
~Basic();
5454

55-
PRIVATE:
55+
private:
5656
// ----------------------------------------------------------------------
5757
// Handler implementations for typed input ports
5858
// ----------------------------------------------------------------------
@@ -62,7 +62,7 @@ class Basic : public BasicComponentBase {
6262
U32 context //!< The call order
6363
) override;
6464

65-
PRIVATE:
65+
private:
6666
// ----------------------------------------------------------------------
6767
// Implementations for internal state machine actions
6868
// ----------------------------------------------------------------------
@@ -97,7 +97,7 @@ class Basic : public BasicComponentBase {
9797
FppTest_SmChoice_Basic::Signal signal //!< The signal
9898
) override;
9999

100-
PRIVATE:
100+
private:
101101
// ----------------------------------------------------------------------
102102
// Implementations for internal state machine guards
103103
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/choice/BasicU32.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class BasicU32 : public BasicU32ComponentBase {
4949
//! Destroy BasicU32 object
5050
~BasicU32();
5151

52-
PRIVATE:
52+
private:
5353
// ----------------------------------------------------------------------
5454
// Implementations for internal state machine actions
5555
// ----------------------------------------------------------------------
@@ -69,7 +69,7 @@ class BasicU32 : public BasicU32ComponentBase {
6969
FppTest_SmChoice_BasicU32::Signal signal //!< The signal
7070
) override;
7171

72-
PRIVATE:
72+
private:
7373
// ----------------------------------------------------------------------
7474
// Implementations for internal state machine guards
7575
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/choice/ChoiceToChoice.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class ChoiceToChoice : public ChoiceToChoiceComponentBase {
5656
//! Destroy ChoiceToChoice object
5757
~ChoiceToChoice();
5858

59-
PRIVATE:
59+
private:
6060
// ----------------------------------------------------------------------
6161
// Implementations for internal state machine actions
6262
// ----------------------------------------------------------------------
@@ -82,7 +82,7 @@ class ChoiceToChoice : public ChoiceToChoiceComponentBase {
8282
FppTest_SmChoice_ChoiceToChoice::Signal signal //!< The signal
8383
) override;
8484

85-
PRIVATE:
85+
private:
8686
// ----------------------------------------------------------------------
8787
// Implementations for internal state machine guards
8888
// ----------------------------------------------------------------------
@@ -101,7 +101,7 @@ class ChoiceToChoice : public ChoiceToChoiceComponentBase {
101101
FppTest_SmChoice_ChoiceToChoice::Signal signal //!< The signal
102102
) const override;
103103

104-
PRIVATE:
104+
private:
105105
// ----------------------------------------------------------------------
106106
// Overflow hook implementations for internal state machines
107107
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/choice/ChoiceToState.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class ChoiceToState : public ChoiceToStateComponentBase {
5757
//! Destroy ChoiceToState object
5858
~ChoiceToState();
5959

60-
PRIVATE:
60+
private:
6161
// ----------------------------------------------------------------------
6262
// Implementations for internal state machine actions
6363
// ----------------------------------------------------------------------
@@ -90,7 +90,7 @@ class ChoiceToState : public ChoiceToStateComponentBase {
9090
FppTest_SmChoice_ChoiceToState::Signal signal //!< The signal
9191
) override;
9292

93-
PRIVATE:
93+
private:
9494
// ----------------------------------------------------------------------
9595
// Implementations for internal state machine guards
9696
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/choice/InputPairU16U32.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class InputPairU16U32 : public InputPairU16U32ComponentBase {
4949
//! Destroy InputPairU16U32 object
5050
~InputPairU16U32();
5151

52-
PRIVATE:
52+
private:
5353
// ----------------------------------------------------------------------
5454
// Implementations for internal state machine actions
5555
// ----------------------------------------------------------------------
@@ -62,7 +62,7 @@ class InputPairU16U32 : public InputPairU16U32ComponentBase {
6262
U32 value //!< The value
6363
) override;
6464

65-
PRIVATE:
65+
private:
6666
// ----------------------------------------------------------------------
6767
// Implementations for internal state machine guards
6868
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/choice/Sequence.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class Sequence : public SequenceComponentBase {
4949
//! Destroy Sequence object
5050
~Sequence();
5151

52-
PRIVATE:
52+
private:
5353
// ----------------------------------------------------------------------
5454
// Implementations for internal state machine actions
5555
// ----------------------------------------------------------------------
@@ -68,7 +68,7 @@ class Sequence : public SequenceComponentBase {
6868
FppTest_SmChoice_Sequence::Signal signal //!< The signal
6969
) override;
7070

71-
PRIVATE:
71+
private:
7272
// ----------------------------------------------------------------------
7373
// Implementations for internal state machine guards
7474
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/choice/SequenceU32.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class SequenceU32 : public SequenceU32ComponentBase {
4949
//! Destroy SequenceU32 object
5050
~SequenceU32();
5151

52-
PRIVATE:
52+
private:
5353
// ----------------------------------------------------------------------
5454
// Implementations for internal state machine actions
5555
// ----------------------------------------------------------------------
@@ -69,7 +69,7 @@ class SequenceU32 : public SequenceU32ComponentBase {
6969
FppTest_SmChoice_SequenceU32::Signal signal //!< The signal
7070
) override;
7171

72-
PRIVATE:
72+
private:
7373
// ----------------------------------------------------------------------
7474
// Implementations for internal state machine guards
7575
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/initial/Basic.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Basic : public BasicComponentBase {
5252
//! Destroy Basic object
5353
~Basic();
5454

55-
PRIVATE:
55+
private:
5656
// ----------------------------------------------------------------------
5757
// Handler implementations for typed input ports
5858
// ----------------------------------------------------------------------
@@ -62,7 +62,7 @@ class Basic : public BasicComponentBase {
6262
U32 context //!< The call order
6363
) override;
6464

65-
PRIVATE:
65+
private:
6666
// ----------------------------------------------------------------------
6767
// Implementations for internal state machine actions
6868
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/initial/Choice.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Choice : public ChoiceComponentBase {
5252
//! Destroy Choice object
5353
~Choice();
5454

55-
PRIVATE:
55+
private:
5656
// ----------------------------------------------------------------------
5757
// Implementations for internal state machine actions
5858
// ----------------------------------------------------------------------
@@ -72,7 +72,7 @@ class Choice : public ChoiceComponentBase {
7272
FppTest_SmInstanceInitial_Choice_Choice::Signal signal //!< The signal
7373
) override;
7474

75-
PRIVATE:
75+
private:
7676
// ----------------------------------------------------------------------
7777
// Implementations for internal state machine guards
7878
// ----------------------------------------------------------------------

FppTest/state_machine/internal_instance/initial/Nested.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class Nested : public NestedComponentBase {
5252
//! Destroy Nested object
5353
~Nested();
5454

55-
PRIVATE:
55+
private:
5656
// ----------------------------------------------------------------------
5757
// Implementations for internal state machine actions
5858
// ----------------------------------------------------------------------
@@ -72,7 +72,7 @@ class Nested : public NestedComponentBase {
7272
FppTest_SmInstanceInitial_Nested_Nested::Signal signal //!< The signal
7373
) override;
7474

75-
PRIVATE:
75+
private:
7676
// ----------------------------------------------------------------------
7777
// Overflow hook implementations for internal state machines
7878
// ----------------------------------------------------------------------

0 commit comments

Comments
 (0)