mirror of
https://github.com/nasa/fpp.git
synced 2025-12-13 08:41:15 -06:00
25 lines
642 B
C++
25 lines
642 B
C++
// ======================================================================
|
|
// \title EmptyTesterHelpers.cpp
|
|
// \author Generated by fpp-to-cpp
|
|
// \brief cpp file for Empty component test harness helper functions
|
|
// ======================================================================
|
|
|
|
#include "EmptyTester.hpp"
|
|
|
|
// ----------------------------------------------------------------------
|
|
// Helper functions
|
|
// ----------------------------------------------------------------------
|
|
|
|
void EmptyTester ::
|
|
connectPorts()
|
|
{
|
|
|
|
}
|
|
|
|
void EmptyTester ::
|
|
initComponents()
|
|
{
|
|
this->init();
|
|
this->component.init(EmptyTester::TEST_INSTANCE_ID);
|
|
}
|