// ====================================================================== // \title ActiveCommandsTester.cpp // \author Generated by fpp-to-cpp // \brief cpp file for ActiveCommands component test harness implementation class // ====================================================================== #include "ActiveCommandsTester.hpp" // ---------------------------------------------------------------------- // Construction and destruction // ---------------------------------------------------------------------- ActiveCommandsTester :: ActiveCommandsTester() : ActiveCommandsGTestBase("ActiveCommandsTester", ActiveCommandsTester::MAX_HISTORY_SIZE), component("ActiveCommands") { this->initComponents(); this->connectPorts(); } ActiveCommandsTester :: ~ActiveCommandsTester() { } // ---------------------------------------------------------------------- // Tests // ---------------------------------------------------------------------- void ActiveCommandsTester :: toDo() { // TODO } // ---------------------------------------------------------------------- // Handlers for typed from ports // ---------------------------------------------------------------------- void ActiveCommandsTester :: from_typedOut_handler( NATIVE_INT_TYPE portNum, U32 u32, F32 f32, bool b, const TypedPortStrings::StringSize80& str1, const E& e, const A& a, const S& s ) { // TODO } F32 ActiveCommandsTester :: from_typedReturnOut_handler( NATIVE_INT_TYPE portNum, U32 u32, F32 f32, bool b, const TypedReturnPortStrings::StringSize80& str2, const E& e, const A& a, const S& s ) { // TODO return }