TSI_Config/tmrrelayassociation_data.h

15 lines
286 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 = true;
};
#endif // TMRRELAYASSOCIATIONDATA_H