f_evt_get_subevent
- f_evt_get_subevent
- CALLING
- l_sts = f_evt_get_subevent(ve10_1 *,subevent,**head,**data,*lwords)
- PURPOSE
- get subevent pointer
- ARGUMENTS
-
- ve10_1
- (s_ve10_1 *) event header pointer
- subevent
- subevent number (1,2,3...)
If = 0, f_evt_get_subevent returns the number of
subevents. In this case the following arguments
might be NULL.
- head
- Address of s_ves10_1 subevent header pointer
- data
- Address of INTS4 event data pointer
- lwords
- Address of INTS4 to get number of data longwords
- Return type
- int
- GETEVT__SUCCESS
- Found subevent.
- GETEVT__NOMORE
- No more subevents.
- Declaration
-
INTS4 f_evt_get_subevent(
s_ve10_1 *, INTS4, INTS4 **, INTS4 **, INTS4 *);