1818namespace Svc {
1919
2020class DpWriter final : public DpWriterComponentBase {
21+
22+ friend class DpWriterTester ;
23+
2124 public:
2225 // ----------------------------------------------------------------------
2326 // Construction, initialization, and destruction
@@ -36,7 +39,7 @@ class DpWriter final : public DpWriterComponentBase {
3639 void configure (const Fw::StringBase& dpFileNamePrefix // !< The file name prefix for writing DP files
3740 );
3841
39- PRIVATE :
42+ private :
4043 // ----------------------------------------------------------------------
4144 // Handler implementations for user-defined typed input ports
4245 // ----------------------------------------------------------------------
@@ -53,7 +56,7 @@ class DpWriter final : public DpWriterComponentBase {
5356 U32 context // !< The call order
5457 ) final ;
5558
56- PRIVATE :
59+ private :
5760 // ----------------------------------------------------------------------
5861 // Handler implementations for commands
5962 // ----------------------------------------------------------------------
@@ -65,7 +68,7 @@ class DpWriter final : public DpWriterComponentBase {
6568 U32 cmdSeq // !< The command sequence number
6669 ) final ;
6770
68- PRIVATE :
71+ private :
6972 // ----------------------------------------------------------------------
7073 // Private helper functions
7174 // ----------------------------------------------------------------------
@@ -93,7 +96,7 @@ class DpWriter final : public DpWriterComponentBase {
9396 FwSizeType packetSize // !< The packet size
9497 );
9598
96- PRIVATE :
99+ private :
97100 // ----------------------------------------------------------------------
98101 // Private member variables
99102 // ----------------------------------------------------------------------
0 commit comments