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,
48 };
49 
50 #endif
51 /************************* (C) COPYRIGHT 2010 Leptrino **************************/
Definition: pCommon.h:42
Definition: pCommon.h:47
signed short SSHORT
Definition: pCommon.h:14
signed long SLONG
Definition: pCommon.h:16
unsigned char UCHAR
Definition: pCommon.h:11
Definition: pCommon.h:43
Definition: pCommon.h:46
unsigned short USHORT
Definition: pCommon.h:13
Definition: pCommon.h:44
ForceNo
Definition: pCommon.h:39
Definition: pCommon.h:41
unsigned long ULONG
Definition: pCommon.h:15
signed char SCHAR
Definition: pCommon.h:12
Definition: pCommon.h:45


leptrino_force_torque
Author(s):
autogenerated on Sun Oct 6 2019 03:45:38