代码搜索结果
找到约 738 项符合
Pressure 的代码
pressure.prj
[Project Header]
Version = 800
Pathname = "/d/我的文档/0703210王朋辉/pressure.prj"
CVI Dir = "/d/program files/national instruments/cvi80"
IVI Standard Root Dir = "/C/Program Files/IVI"
VXIplug&play Fra
pressure.h
#pragma once
class Pressure
{
public:
static double kPa_Pa(double p)
{
return p*1000;
}
static double bar_Pa(double p)
{
return p*1e5;
}
touchscreen_ucb1x00.h
#ifndef TS_DEVICE
#define TS_DEVICE "UCB1X00"
#define TS_DEVICE_FILE "/dev/ucb1x00-ts"
#include
struct ts_event {
unsigned short pressure;
unsigned short x;
unsigned short y;
unsig
touchscreen_ads7846.h
#ifndef TS_DEVICE
#define TS_DEVICE "ADS7846"
#define TS_DEVICE_FILE "/dev/innovator_ts"
struct ts_event {
short pressure;
short x;
short y;
short pad;
struct timeval stamp;
};
#endif
touchscreen_zaurus.h
#ifndef TS_DEVICE
#define TS_DEVICE "Zaurus"
#define TS_DEVICE_FILE "/dev/sharp_ts"
struct ts_event {
long x;
long y;
long pressure;
long long timestamp;
};
#endif
touchscreen_ipaq.h
#ifndef TS_DEVICE
#define TS_DEVICE "Ipaq"
#define TS_DEVICE_FILE "/dev/h3600_tsraw"
struct ts_event {
short pressure;
short x;
short y;
short pad;
};
#endif
touchscreen_ads.h
#ifndef TS_DEVICE
#define TS_DEVICE "ADS"
#define TS_DEVICE_FILE "/dev/ts"
struct ts_event {
short x;
short y;
short pressure;
};
#endif
pressure.c
/*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of t
pressure.c
/*
* The contents of this file are subject to the Mozilla Public License
* Version 1.1 (the "License"); you may not use this file except in
* compliance with the License. You may obtain a copy of t