Subversion Repositories DevTools

Rev

Rev 2267 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2267 Rev 2269
Line 206... Line 206...
206
    // Additional Public Declarations
206
    // Additional Public Declarations
207
      //## begin EvaluationContext%42116B3700AD.public preserve=yes
207
      //## begin EvaluationContext%42116B3700AD.public preserve=yes
208
      const std::string & getStartTime ( ) const; 
208
      const std::string & getStartTime ( ) const; 
209
      void setStartTime (const std::string &startTime	// The value.
209
      void setStartTime (const std::string &startTime	// The value.
210
      );
210
      );
-
 
211
      const std::string & getDeviceId ( ) const;
-
 
212
      void setDeviceId (const std::string &deviceId	// The value.
-
 
213
      );
-
 
214
      const std::string & getCsn ( ) const; 
-
 
215
      void setCsn (const std::string &csn	// The value.
-
 
216
      );
211
      //## end EvaluationContext%42116B3700AD.public
217
      //## end EvaluationContext%42116B3700AD.public
212
 
218
 
213
  protected:
219
  protected:
214
    // Additional Protected Declarations
220
    // Additional Protected Declarations
215
      //## begin EvaluationContext%42116B3700AD.protected preserve=yes
221
      //## begin EvaluationContext%42116B3700AD.protected preserve=yes
Line 306... Line 312...
306
      IHash *m_hash;
312
      IHash *m_hash;
307
      //## end EvaluationContext::hash%4288373F007E.role
313
      //## end EvaluationContext::hash%4288373F007E.role
308
 
314
 
309
    // Additional Private Declarations
315
    // Additional Private Declarations
310
      //## begin EvaluationContext%42116B3700AD.private preserve=yes
316
      //## begin EvaluationContext%42116B3700AD.private preserve=yes
311
      std::string m_shiftStartTime; 
317
      std::string m_shiftStartTime;  //supports the shift start time in shift end UD
-
 
318
      std::string m_deviceId;  // supports automatic unique UDSN and SSN per device instance
-
 
319
      std::string m_csn; // supports automatic unique product serial number per card
-
 
320
      
312
      //## end EvaluationContext%42116B3700AD.private
321
      //## end EvaluationContext%42116B3700AD.private
313
 
322
 
314
  private: //## implementation
323
  private: //## implementation
315
    // Additional Implementation Declarations
324
    // Additional Implementation Declarations
316
      //## begin EvaluationContext%42116B3700AD.implementation preserve=yes
325
      //## begin EvaluationContext%42116B3700AD.implementation preserve=yes