82#include "CTrawlVessel.h"
87 CToVessel(std::string sSimObjectName, ISimObjectCreator* pCreator);
89 virtual void OdeFcn(
const double dT,
const double*
const adX,
double*
const adXDot,
const bool bIsMajorTimeStep);
Definition: CToVessel.h:85
ISignalPort * m_pInVel
The cable length input port.
Definition: CToVessel.h:93
ISignalPort * m_pInHeading
The cable length input port.
Definition: CToVessel.h:92
Class modelling a simple vessel used for the trawl optimization tool.
Definition: CTrawlVessel.h:20