PortSet Class

Microsoft Robotics Class Reference

Multiple Queue Port composed out of multiple Port<T> instances, one for each type specified at runtime

Remarks

For each 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 Ports accessor

Namespace: Microsoft.Ccr.Core
Assembly: Microsoft.Ccr.Core (in Microsoft.Ccr.Core.dll) Version: 4.0.261.0 (4.0.261.0)

Syntax

public class PortSet : IPortSet, IPort

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.Ccr.Core..::..PortSet
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7> ) > ) >
    Microsoft.Ccr.Core. . :: . .PortSet< (Of < ( <'T0, T1, T2, T3, T4, T5, T6, T7, T8> ) > ) >
    Microsoft.Dss.Services.AssemblyEmbeddedResourceService. . :: . .AssemblyResourceServiceOperations
    Microsoft.Dss.Services.DefaultTarget. . :: . .DefaultTargetPort
    Microsoft.Dss.Services.Directory. . :: . .DirectoryPort
    Microsoft.Dss.Services.PartnerListManager. . :: . .PartnerListManagerPort
    Microsoft.Dss.Services.Security.Manager.Proxy. . :: . .SecurityManagerOperations
    Microsoft.Dss.Services.Security.Manager. . :: . .SecurityManagerOperations
    Microsoft.Dss.Services.SubscriptionManager. . :: . .SubscriptionManagerPort
    Microsoft.Robotics.Services.AnalogSensor. . :: . .AnalogSensorOperations
    Microsoft.Robotics.Services.ArticulatedArm. . :: . .ArticulatedArmOperations
    Microsoft.Robotics.Services.Drive. . :: . .DriveOperations
    Microsoft.Robotics.Services.DssStream. . :: . .StreamOperations
    Microsoft.Robotics.Services.Encoder. . :: . .EncoderOperations
    Microsoft.Robotics.Services.WebCam. . :: . .WebCamOperations

See Also

PortSet Members

Microsoft.Ccr.Core Namespace

Microsoft.Ccr.Core. . :: . .Port< (Of < ( <'T> ) > ) >