Fortran SFF API to data I/O streams in C++

◆ sff_GetTime()

subroutine sff_GetTime ( character  wid2line,
character, dimension(*)  time 
)

Definition at line 50 of file fapid_sff_getwid2values.f.

50 c
51 c extract time (hh:mm:ss.sss)
52 c
53  character wid2line*132, time*(*)
54 cE
55  character wid2decoded*132
56 c
57  call sff_helper_decode_wid2(wid2line, wid2decoded)
58  time = wid2decoded(17:28)
59  return