PortSet(T0, T1, T2, T3, T4, T5) Class
Microsoft Robotics
Microsoft Robotics Class Reference
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
Multiple Queue Port composed out of multiple Port<T> instances, one for each type
For each generic type argument T, an instance of Port<T> is used to store messages of that type
Each Port<T> instance is independent of the others and there are non ordering guarantees across ports under the same
multiple port wrapper. To get access to the individual ports use the P0,P1,...,PN accessors
Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)
public class PortSet<T0, T1, T2, T3, T4, T5> : PortSet
- T0
[Missing <typeparam name="T0"/> documentation for "T:Microsoft.Ccr.Core.PortSet`6"]
- T1
[Missing <typeparam name="T1"/> documentation for "T:Microsoft.Ccr.Core.PortSet`6"]
- T2
[Missing <typeparam name="T2"/> documentation for "T:Microsoft.Ccr.Core.PortSet`6"]
- T3
[Missing <typeparam name="T3"/> documentation for "T:Microsoft.Ccr.Core.PortSet`6"]
- T4
[Missing <typeparam name="T4"/> documentation for "T:Microsoft.Ccr.Core.PortSet`6"]
- T5
[Missing <typeparam name="T5"/> documentation for "T:Microsoft.Ccr.Core.PortSet`6"]
System..::..Object
Microsoft.Ccr.Core..::..PortSet
Microsoft.Ccr.Core..::..PortSet<(Of <(<'T0, T1, T2, T3, T4, T5>)>)>
Microsoft.Dss.Core.DsspHttp..::..DsspHttpOperations
Microsoft.Dss.Core..::..ResourceManagerPort
Microsoft.Dss.ServiceModel.Dssp..::..DsspServiceCreationPort
Microsoft.Dss.Services.ManifestLoaderClient..::..ManifestLoaderClientPort
Microsoft.Dss.Services.ManifestLoaderClient.Proxy..::..ManifestLoaderClientPort
Microsoft.Robotics.Services.Motor..::..MotorOperations
Microsoft.Robotics.Services.Motor.Proxy..::..MotorOperations
Microsoft.Ccr.Core..::..PortSet
Microsoft.Ccr.Core..::..PortSet<(Of <(<'T0, T1, T2, T3, T4, T5>)>)>
Microsoft.Dss.Core.DsspHttp..::..DsspHttpOperations
Microsoft.Dss.Core..::..ResourceManagerPort
Microsoft.Dss.ServiceModel.Dssp..::..DsspServiceCreationPort
Microsoft.Dss.Services.ManifestLoaderClient..::..ManifestLoaderClientPort
Microsoft.Dss.Services.ManifestLoaderClient.Proxy..::..ManifestLoaderClientPort
Microsoft.Robotics.Services.Motor..::..MotorOperations
Microsoft.Robotics.Services.Motor.Proxy..::..MotorOperations
Show: