コード例 #1
0
 public PortInterfaceProfile(global::omg.org.RTC.PortInterfaceProfile source)
 {
     _InstanceName = source.instance_name;
     _TypeName = source.type_name;
     _Polarity = (ReactiveRTM.RTC.PortInterfacePolarity)source.polarity;
 }
コード例 #2
0
 public PortInterfaceProfile()
 {
     _InstanceName = string.Empty;
     _TypeName = string.Empty;
     _Polarity = new ReactiveRTM.RTC.PortInterfacePolarity();
 }