Ejemplo n.º 1
0
 /// <summary>
 /// The constructor.
 /// </summary>
 public OutPort(Robot _robot)
     : base(_robot)
 {
 }
Ejemplo n.º 2
0
 /// <summary>
 /// The constructor.
 /// </summary>
 public DeviceInfo(Robot _robot)
     : base(_robot)
 {
 }
Ejemplo n.º 3
0
 /// <summary>
 /// The constructor.
 /// </summary>
 public InPort(Robot _robot)
     : base(_robot)
 {
 }
Ejemplo n.º 4
0
 /// <summary>
 /// The constructor.
 /// </summary>
 public Component(Robot _robot)
 {
     robot = _robot;
 }