10#ifndef __RTPortDescriptor_h__
11#define __RTPortDescriptor_h__ included
17#ifndef __RTFieldOffset_h__
18#include <RTFieldOffset.h>
44 const char * layerName;
54 , ShiftRegistration = 2
55 , ShiftNotification = 5
62 MaskKind = 3 << ShiftKind
65 , KindUnwired = 1 << ShiftKind
66 , KindSpecial = 2 << ShiftKind
69 , MaskNotification = 1 << ShiftNotification
71 , NotificationDisabled = 0
72 , NotificationEnabled = 1 << ShiftNotification
75 , MaskRegisterPublished = 1 << ShiftRegistration
76 , MaskRegisterLocked = 2 << ShiftRegistration
77 , MaskRegisterAuto = 4 << ShiftRegistration
78 , MaskRegistration = 7 << ShiftRegistration
80 , RegisterApplicationUnpublished = 0
81 , RegisterApplicationPublished = 1 << ShiftRegistration
82 , RegisterNotPermitted = 2 << ShiftRegistration
83 , RegisterAutoUnlockedUnpublished = 4 << ShiftRegistration
84 , RegisterAutoUnlockedPublished = 5 << ShiftRegistration
85 , RegisterAutoLockedUnpublished = 6 << ShiftRegistration
86 , RegisterAutoLockedPublished = 7 << ShiftRegistration
89 , MaskVisibility = 1 << ShiftVisibility
91 , VisibilityProtected = 0
92 , VisibilityPublic = 1 << ShiftVisibility
Definition: RTPortDescriptor.h:42
Definition: RTProtocolDescriptor.h:40