Masterctrl/Sources/GlobalDefine.h
2020-09-13 13:47:47 -04:00

16 lines
240 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
#endif // GLOBALDEFINE_H