![]()  | 
  
    CONFIG LIB 1.5
    
   Configuration Files Library (by TGG 2020) 
   | 
 
connection More...
#include <ms2data_struct.h>
Public Attributes | |
| std::string | Name | 
| name of particular connection   | |
| int | Active | 
| 1 - active, 0 - not active   | |
| int | Type | 
| Type of connection (horizontal, vertical, parallel) - according to MS2ConnType.   | |
| int | Wing1No | 
| number of 1'st wing   | |
| int | Wing2No | 
| number of 2'nd wing   | |
| int | Wing1Rib | 
| number of wing's 1 rib connected to wing 2   | |
| int | Wing2Rib | 
| number of wing's 2 rib connected to wing 1   | |
| int | Wing2LongLE | 
| number of wing's 2 longeron connected to leading point of wing 1   | |
| int | Wing2LongTE | 
| number of wing's 2 longeron connected to trailing point of wing 1   | |
| int | Wing2Surf | 
| wing 2 surface for modification (0-bottom, 1-top in horizontal connection or 0-exterior, 1-interior in vertical connection )   | |
connection
Definition at line 387 of file ms2data_struct.h.
| int MS2_Conn::Active | 
1 - active, 0 - not active
Definition at line 390 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| std::string MS2_Conn::Name | 
name of particular connection
Definition at line 389 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Type | 
Type of connection (horizontal, vertical, parallel) - according to MS2ConnType.
Definition at line 391 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Wing1No | 
number of 1'st wing
Definition at line 392 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Wing1Rib | 
number of wing's 1 rib connected to wing 2
Definition at line 394 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Wing2LongLE | 
number of wing's 2 longeron connected to leading point of wing 1
Definition at line 396 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Wing2LongTE | 
number of wing's 2 longeron connected to trailing point of wing 1
Definition at line 397 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Wing2No | 
number of 2'nd wing
Definition at line 393 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Wing2Rib | 
number of wing's 2 rib connected to wing 1
Definition at line 395 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().
| int MS2_Conn::Wing2Surf | 
wing 2 surface for modification (0-bottom, 1-top in horizontal connection or 0-exterior, 1-interior in vertical connection )
Definition at line 398 of file ms2data_struct.h.
Referenced by MS2_Data::ClearConnection(), MS2_Data::CONNECT2MS2_Conn(), MS2_Data::MS2_Conn2CONNECT(), and MS2_Data::SetConnectionDefs().