Main Page
Classes
Files
File List
File Members
include
leptrino
pCommon.h
Go to the documentation of this file.
1
/********************************************************************************/
2
/* File Name : Common.h */
3
/* Description : 共通定義 */
4
/********************************************************************************/
5
#ifndef _LEPTRINO_COMMON_H
6
#define _LEPTRINO_COMMON_H
7
8
/********************************************************************************/
9
/* 変数型定義 */
10
/********************************************************************************/
11
typedef
unsigned
char
UCHAR
;
12
typedef
signed
char
SCHAR
;
13
typedef
unsigned
short
USHORT
;
14
typedef
signed
short
SSHORT
;
15
typedef
unsigned
long
ULONG
;
16
typedef
signed
long
SLONG
;
17
18
/********************************************************************************/
19
/* 定数定義 */
20
/********************************************************************************/
21
#define OK 1
22
#define NG -1
23
24
#define SERIAL_SIZE 8
/* 製品シリアルサイズ */
25
#define P_NAME_SIZE 16
/* 製品型式サイズ */
26
#define F_VER_SIZE 4
/* ファームバージョンサイズ */
27
#define FREQ_SIZE 6
/* 出力レート */
28
29
#define MSG_SIZE 128
/* 電文サイズ */
30
31
/********************************************************************************/
32
/* マクロ */
33
/********************************************************************************/
34
35
/********************************************************************************/
36
/* 列挙型定義 */
37
/********************************************************************************/
38
/* 力要素番号 */
39
enum
ForceNo
40
{
41
FN_Fx
= 0,
42
FN_Fy
,
43
FN_Fz
,
44
FN_Mx
,
45
FN_My
,
46
FN_Mz
,
47
FN_Num
48
};
49
50
#endif
51
/************************* (C) COPYRIGHT 2010 Leptrino **************************/
FN_Fy
Definition:
pCommon.h:42
FN_Num
Definition:
pCommon.h:47
SSHORT
signed short SSHORT
Definition:
pCommon.h:14
SLONG
signed long SLONG
Definition:
pCommon.h:16
UCHAR
unsigned char UCHAR
Definition:
pCommon.h:11
FN_Fz
Definition:
pCommon.h:43
FN_Mz
Definition:
pCommon.h:46
USHORT
unsigned short USHORT
Definition:
pCommon.h:13
FN_Mx
Definition:
pCommon.h:44
ForceNo
ForceNo
Definition:
pCommon.h:39
FN_Fx
Definition:
pCommon.h:41
ULONG
unsigned long ULONG
Definition:
pCommon.h:15
SCHAR
signed char SCHAR
Definition:
pCommon.h:12
FN_My
Definition:
pCommon.h:45
leptrino_force_torque
Author(s):
autogenerated on Sun Oct 6 2019 03:45:38