1 Star 0 Fork 12

47/CanAnalyzer

forked from 枯无穷肉/CanAnalyzer 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
dbcsingalbase.h 998 Bytes
一键复制 编辑 原始数据 按行查看 历史
枯无穷肉 提交于 2022-05-01 18:00 . amw
#ifndef DBCSINGALBASE_H
#define DBCSINGALBASE_H
#include <QObject>
#include <QMap>
class dbcsingalbase
{
public:
dbcsingalbase();
QString Name; //名称
int Start; //启始位
int Number; //位长度
int End; // 结束位
double Rate; //分辩率
double Offset; //偏移
QString Unit; //单位
QString Note; //备注
double MaxValue; //最小值
double MinValue; //最大值
double Value; //实际值
QString StrValue; //显示值
bool isSigned; //有符号
bool isMoto; //是否摩托罗拉格式
bool isEnum; //
quint8 multiplexer_type; //see 'multiplexer type' above
quint8 valType; //0:integer, 1:float, 2:double
quint32 multiplexer_value;
QMap<int,QString> Status;
void GetMaxMinValue();
void GetEnd();
double GetValue();
QString GetStringValue();
QString GetStringValue(int value);
};
#endif // DBCSINGALBASE_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/lsqiscool/can-analyzer.git
[email protected]:lsqiscool/can-analyzer.git
lsqiscool
can-analyzer
CanAnalyzer
master

搜索帮助