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.
 
 
 

64 lines
1.5 KiB

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