File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2121then create an instance of it.
2222
2323``` c++
24- #include " ECFMP/SDKFactory.h"
25- #include " ECFMP/SDK.h"
24+ #include " ECFMP.h"
2625
2726auto http = std::make_shared<MyHttpClient>();
2827auto logger = std::make_shared<MyLogger>();
@@ -59,7 +58,8 @@ ecfmp.EventBus().Subscribe<ECFMP::Plugin::FlowMeasureActivatedEvent>(eventListen
5958You can test your integration by making use of the mocks provided by the SDK. These mocks will allow you to simulate
6059events that would be sent by the ECFMP SDK.
6160
62- You can find the mocks in ` include/mock ` .
61+ You can find the mocks in ` include/mock ` , just be sure to include the main include ` ECFMP.h ` as well as the mocks
62+ header ` ecfmp-sdk-mock.h ` .
6363
6464## Known Limitations
6565
You can’t perform that action at this time.
0 commit comments