TSI_Config/singlerelay_data.h

12 lines
232 B
C
Raw Permalink Normal View History

2025-04-27 10:05:00 +08:00
#ifndef SINGLERELAY_DATA_H
#define SINGLERELAY_DATA_H
#include "cardbase.h"
2025-07-09 20:24:50 +08:00
class SingleRelayData : public CardBase {
2025-04-27 10:05:00 +08:00
public:
2025-07-09 20:24:50 +08:00
SingleRelayData();
SingleRelayNOK single_relay[RELAY_COUNT];
2025-04-27 10:05:00 +08:00
};
#endif // SINGLERELAY_DATA_H