|
enum | ETrigoFunc {
TrigoType_Sin = 1000
, TrigoType_Arcsin
, TrigoType_Cos
, TrigoType_Arccos
,
TrigoType_Tan
, TrigoType_Arctan
, TrigoType_Arctan2
, TrigoType_Repro
} |
| < Enumerator for the kind of trigonometric function.
|
|
|
| CTrigonometric (std::string sSimObjectName, ISimObjectCreator *pCreator) |
| Constructor.
|
|
void | OdeFcn (const double dT, const double *const adX, double *const adXDot, const bool bIsMajorTimeStep) |
| Calculates the state Trigonometrics.
|
|
const double * | Output (const double T, const double *const X) |
|
|
void | CheckValue (const double m_iInfHandling, double *out, int i) |
| Writes the output message.
|
|
|
ETrigoFunc | m_ETrigoFunc |
|
ISignalPort * | m_Input1 |
| performed.
|
|
ISignalPort * | m_Input2 |
|
double * | m_Signal |
|
int | m_iPortWidth |
| The width of the sum object input and output ports.
|
|
◆ m_ETrigoFunc
Membervariable, defines the mathoperation, which is
The documentation for this class was generated from the following file: