Ejemplo n.º 1
0
 public SubDatasetSubjectiveStackedGroup(Int32 HeadsetID, SubDatasetGroupType type, Int32 id, SubDataset baseSD) : base(type, id)
 {
     m_headsetID = HeadsetID;
     m_base      = baseSD;
     AddSubDataset(m_base);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Constructor
 /// </summary>
 /// <param name="type">The type as defined by the server of this SubDatasetGroup</param>
 /// <param name="id">The ID as defined by the server of this SubDatasetGroup</param>
 public SubDatasetGroup(SubDatasetGroupType type, Int32 id)
 {
     m_type = type;
     m_id   = id;
 }