TSI_Config/tmrrelayassociation_data.h
2025-04-27 10:05:00 +08:00

15 lines
287 B
C++

#ifndef TMRRELAYASSOCIATIONDATA_H
#define TMRRELAYASSOCIATIONDATA_H
#include "cardbase.h"
class TmrrelayassociationData: public CardBase
{
public:
TmrrelayassociationData();
TMRRelay tmr_relay[RELAY_COUNT];
bool sgcc_enable = false;
};
#endif // TMRRELAYASSOCIATIONDATA_H