/// <summary>
 /// Constructor that initializes a new instance of the CommGen class
 /// </summary>
 /// <param name="device">The communication vehicle used to access the PTU target (VCU)</param>
 public WatchClockMarshal(ICommDevice device)
 {
     m_CommDevice             = device;
     m_PtuTargetCommunication = new PtuTargetCommunication();
 }
Esempio n. 2
0
 /// <summary>
 /// Constructor that initializes a new instance of the CommGen class
 /// </summary>
 /// <param name="device">The communication vehicle used to access the PTU target (VCU)</param>
 public WatchClockMarshal(ICommDevice device)
 {
     m_CommDevice = device;
     m_PtuTargetCommunication = new PtuTargetCommunication();
 }