예제 #1
0
 def get_state_summary( self ):
     summary = task.get_state_summary( self )
     # derived classes can call this method and then 
     # add more information to the summary if necessary.
     summary[ 'cycle_time' ] = self.c_time   # (equiv to self.tag)
     return summary
예제 #2
0
 def get_state_summary( self ):
     summary = task.get_state_summary( self )
     summary[ 'asyncid' ] = self.asyncid
     return summary