carlcs
Usuarios
 Expert Boarder
| Mensajes: 20 |   | Karma: 1
|
Re:simulated sonar, states and operations - 2008/08/28 12:22
oh i see... so, if for example i need to use the SonarOperations class with the simulated sonar, i will have something like
SonarEntity sonar= new SonarEntity();
sonar.SonarOperations _mainport= new sonar.SonarOperations();
and for it's state something like
private sonar.SonarState _state = null;
am i correct?
|