FACT++  1.0
int DimCommand::getTimestamp ( )

Definition at line 1453 of file discpp.cxx.

References dis_get_timestamp, and DimService::itsId.

Referenced by EventDim::GetTime().

1454 {
1455 
1456  if(secs == 0)
1457  {
1458  DISABLE_AST
1459  if(itsId)
1461  ENABLE_AST
1462  }
1463  return(secs);
1464 }
#define dis_get_timestamp
Definition: dis.h:25
int secs
Definition: dis.hxx:298
int itsId
Definition: dis.hxx:290
int millisecs
Definition: dis.hxx:298

+ Here is the caller graph for this function: