C++ TargetRTS
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
RTPortDescriptor Struct Reference

Public Types

enum  { ShiftKind = 0 , ShiftRegistration = 2 , ShiftNotification = 5 , ShiftVisibility = 6 }
 
enum  {
  MaskKind = 3 << ShiftKind , KindWired = 0 , KindUnwired = 1 << ShiftKind , KindSpecial = 2 << ShiftKind ,
  MaskNotification = 1 << ShiftNotification , NotificationDisabled = 0 , NotificationEnabled = 1 << ShiftNotification , MaskRegisterPublished = 1 << ShiftRegistration ,
  MaskRegisterLocked = 2 << ShiftRegistration , MaskRegisterAuto = 4 << ShiftRegistration , MaskRegistration = 7 << ShiftRegistration , RegisterApplicationUnpublished = 0 ,
  RegisterApplicationPublished = 1 << ShiftRegistration , RegisterNotPermitted = 2 << ShiftRegistration , RegisterAutoUnlockedUnpublished = 4 << ShiftRegistration , RegisterAutoUnlockedPublished = 5 << ShiftRegistration ,
  RegisterAutoLockedUnpublished = 6 << ShiftRegistration , RegisterAutoLockedPublished = 7 << ShiftRegistration , MaskVisibility = 1 << ShiftVisibility , VisibilityProtected = 0 ,
  VisibilityPublic = 1 << ShiftVisibility
}
 

Public Attributes

const char * name
 
const char * layerName
 
const RTProtocolDescriptorprotocol
 
RTFieldOffset offset
 
int replication
 
short id
 
short properties
 

The documentation for this struct was generated from the following file: