OSDN Git Service

Merge branch 'master' of git.sourceforge.jp:/gitroot/eos/base
[eos/hostdependX86LINUX64.git] / include / lhf2000SpecimenPosition.h
1 /*
2 # %M% %Y% %I%
3 # The latest update : %G% at %U%
4 #
5 #%Z% lhf2000SepecimenPosition.h ver %I%
6 #%Z% Created by 
7 #%Z%
8 #%Z% Usage : lhf2000SepecimenPosition.h 
9 #%Z% Attention
10 #%Z%
11 */
12 #include "hf2000.h"
13 /* struct begin  */
14
15 typedef struct lhf2000SepecimenPositionInfo {
16         float  x;
17         int   ix;
18         float  y;
19         int   iy;
20 } lhf2000SpecimenPositionInfo;
21
22 /* struct end */
23
24 /* prototype begin */
25 extern void lhf2000SpecimenPositionGet(hf2000Info* hf2000, lhf2000SpecimenPositionInfo* linfo, int mode);
26 extern void lhf2000SpecimenPositionSet(hf2000Info* hf2000, lhf2000SpecimenPositionInfo* linfo, int mode);
27 /* prototype end */