Fixed types and feedback

This commit is contained in:
Martino Ferrari
2026-02-06 18:15:42 +01:00
parent 872baa1dc2
commit cdd700bf4e
2 changed files with 235 additions and 224 deletions

View File

@@ -97,8 +97,6 @@ public:
const MARTe::char8 * const nextStateName);
private:
// Input signal containing current current_setpoint
MARTe::float32 *current_setpoint;
// Input signal containing the frequency of the waveform.
MARTe::float32 *target_value;
@@ -110,7 +108,7 @@ private:
MARTe::uint32 *start;
// Input signal PLC_STANDBY
MARTe::uint32 *standby;
MARTe::uint8 *standby;
// MANUAL AUTO button
MARTe::uint32 *isAuto;