FACT++  1.0
void DimService::setTimestamp ( int  secs,
int  millisecs 
)

Definition at line 1263 of file discpp.cxx.

References dis_set_timestamp, and itsId.

Referenced by MStarguider::ProcessFrame().

1264 {
1265  if(!itsId)
1266  return;
1267  dis_set_timestamp( itsId, secs, millisecs );
1268 }
#define dis_set_timestamp
Definition: dis.h:23
int itsId
Definition: dis.hxx:228

+ Here is the caller graph for this function: