Masterctrl/Sources/GlobalDefine.h
2020-10-09 07:05:31 -04:00

18 lines
282 B
C

#ifndef GLOBALDEFINE_H
#define GLOBALDEFINE_H
#include "QDebug"
#define RET_OK 1
#define RET_ERROR 0
#define ETHERNET_NETWORK_STATUS_TIMEOUT 5000
#define ON_STATE 1
#define OFF_STATE 0
#define UNKNOWN_STATE -1
#define OK_STATE 1
#define DEFECT_STATE 0
#endif // GLOBALDEFINE_H