You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
1.8 KiB

#ifndef UTILS_H
#define UTILS_H
3 years ago
#include <QtCore>
/*************************************************************************************************/
enum ApiResult : quint8
{
success,
alreadyStarted,
busy,
error
};
/*************************************************************************************************/
3 years ago
enum drxDeviceIfChannel : quint8
{
ifChannel11,
ifChannel12
3 years ago
};
/*************************************************************************************************/
3 years ago
enum honaReceivers : quint8
{
<<<<<<< HEAD
int123C,
res123C,
intS,
resS,
int4, //Mode 4
res4, //Mode 4
singlePulse //Mode 4
=======
int123C,
res123C,
intS,
resS,
int4, //Mode 4
res4, //Mode 4
singlePulse //Mode 4
>>>>>>> 64f6e7f618eb5a6f1f63a4c5f377b46f1e7bc126
3 years ago
};
/*************************************************************************************************/
3 years ago
enum recorderMode : quint8
{
signalChannel,
dualChannel
3 years ago
};
/*************************************************************************************************/
3 years ago
enum recorderStart : quint8
{
selfTestCounter = 1,
freeRunRecording = 2
3 years ago
};
/*************************************************************************************************/
3 years ago
enum honaPacketType : quint8
{
interrogationMode123C,
interrogationModeS56,
interrogationModeS112,
interrogationMode4,
responseMode123C,
responseModeS56,
responseModeS112,
responseMode4,
singlePulseMode4
3 years ago
};
<<<<<<< HEAD
/*************************************************************************************************/
#endif // UTILS_H
=======
/*************************************************************************************************/
#endif //UTILS_H
>>>>>>> 64f6e7f618eb5a6f1f63a4c5f377b46f1e7bc126