69 |
|
union{ |
70 |
|
int ival; |
71 |
|
double dval; |
72 |
< |
char sval[120]; |
72 |
> |
char sval[1024]; |
73 |
|
}rhs; |
74 |
|
} assignment_event; |
75 |
|
|
83 |
|
char* err_msg; |
84 |
|
|
85 |
|
union{ |
86 |
< |
int blk_index; // block index |
86 |
> |
int blk_index; /* block index*/ |
87 |
|
position_event pos; |
88 |
< |
orientation_event ornt; // use the same structure for orientation |
88 |
> |
orientation_event ornt; /* use the same structure for orientation*/ |
89 |
|
assignment_event asmt; |
90 |
|
members_event mbrs; |
91 |
< |
double cnstr; // the constraint value |
91 |
> |
double cnstr; /* the constraint value*/ |
92 |
|
} evt; |
93 |
|
} event; |
94 |
|
|
103 |
|
#endif |
104 |
|
|
105 |
|
|
106 |
< |
#endif // ifndef __BASS_INTERFACE_H__ |
106 |
> |
#endif /* ifndef __BASS_INTERFACE_H__*/ |