49 lines
1.4 KiB
C
49 lines
1.4 KiB
C
/*
|
|
* rt_zcfcn.h
|
|
*
|
|
* Academic License - for use in teaching, academic research, and meeting
|
|
* course requirements at degree granting institutions only. Not for
|
|
* government, commercial, or other organizational use.
|
|
*
|
|
* Code generation for model "Alinear_encoder".
|
|
*
|
|
* Model version : 1.3
|
|
* Simulink Coder version : 24.2 (R2024b) 21-Jun-2024
|
|
* C++ source code generated on : Fri Aug 22 11:49:38 2025
|
|
*
|
|
* Target selection: speedgoat.tlc
|
|
* Note: GRT includes extra infrastructure and instrumentation for prototyping
|
|
* Embedded hardware selection: Intel->x86-64 (Linux 64)
|
|
* Code generation objectives: Unspecified
|
|
* Validation result: Not run
|
|
*/
|
|
|
|
#ifndef rt_zcfcn_h_
|
|
#define rt_zcfcn_h_
|
|
#include "zero_crossing_types.h"
|
|
#include "rtwtypes.h"
|
|
#ifndef slZcHadEvent
|
|
#define slZcHadEvent(ev, zcsDir) (((ev) & (zcsDir)) != 0x00 )
|
|
#endif
|
|
|
|
#ifndef slZcUnAliasEvents
|
|
#define slZcUnAliasEvents(evL, evR) ((((slZcHadEvent((evL), (SL_ZCS_EVENT_N2Z)) && slZcHadEvent((evR), (SL_ZCS_EVENT_Z2P))) || (slZcHadEvent((evL), (SL_ZCS_EVENT_P2Z)) && slZcHadEvent((evR), (SL_ZCS_EVENT_Z2N)))) ? (SL_ZCS_EVENT_NUL) : (evR)))
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
|
|
extern "C"
|
|
{
|
|
|
|
#endif
|
|
|
|
extern ZCEventType rt_ZCFcn(ZCDirection zcDir, ZCSigState *prevZc, real_T
|
|
currValue);
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern "C" */
|
|
|
|
#endif
|
|
#endif /* rt_zcfcn_h_ */
|