FACT++  1.0
void DimCommand::commandHandler ( )
virtual

Implements DimCommandHandler.

Reimplemented in BridgeCommand, CmndServ, CmndServ, CmndServ, CmndServ, CmndServ, RecvCommandComplex, RecvCommand, and Cmd.

Definition at line 1471 of file discpp.cxx.

Referenced by command_routine().

1472 {
1473  CmndInfo *cmndptr;
1474  int tsecs, tmillisecs;
1475 
1476  tsecs = getTimestamp();
1477  tmillisecs = getTimestampMillisecs();
1478  cmndptr = new CmndInfo(getData(), getSize(), tsecs, tmillisecs);
1479  itsCmndList.add(cmndptr);
1480 }
SLList itsCmndList
Definition: dis.hxx:295
int getTimestampMillisecs()
Definition: discpp.cxx:1466
int getTimestamp()
Definition: discpp.cxx:1453
void * getData()
Definition: discpp.cxx:1408
void add(SLLItem *itemptr)
Definition: sllist.hxx:29
int getSize()
Definition: discpp.cxx:1443

+ Here is the caller graph for this function: