ConOpSys V2970  P004.07
ANVILEX control operating system
Public Member Functions | Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
TBlock_Connector Class Reference

Function block connector base class. More...

#include <Block_Connector.h>

Inheritance diagram for TBlock_Connector:
Inheritance graph
Collaboration diagram for TBlock_Connector:
Collaboration graph

Public Member Functions

 TBlock_Connector ()
 Class constructor method. More...
 
 TBlock_Connector (TBlock_Connector_Type enum_Connector_Type)
 Class constructor method. More...
 
 ~TBlock_Connector ()
 Class desrtuctor method. More...
 
VOID Set_Type (TBlock_Connector_Type enum_Connector_Type)
 Set specified data type of the input connector. More...
 
VOID Set_Type_BOOL (BOOL bool_Value)
 Set data type of the input connector to BOOL and initialise by specifiet value. More...
 
VOID Set_Type_U8 (U8 u8_Value)
 Set data type of the input connector to U8 and initialise by specifiet value. More...
 
VOID Set_Type_I8 (I8 i8_Value)
 Set data type of the input connector to I8 and initialise by specifiet value. More...
 
VOID Set_Type_U16 (U16 u16_Value)
 Set data type of the input connector to U16 and initialise by specifiet value. More...
 
VOID Set_Type_I16 (I16 i16_Value)
 Set data type of the input connector to I16 and initialise by specifiet value. More...
 
VOID Set_Type_U32 (U32 u32_Value)
 Set data type of the input connector to U32 and initialise by specifiet value. More...
 
VOID Set_Type_I32 (I32 i32_Value)
 Set data type of the input connector to I32 and initialise by specifiet value. More...
 
VOID Set_Type_U64 (U64 u64_Value)
 Set data type of the input connector to U64 and initialise by specifiet value. More...
 
VOID Set_Type_I64 (I64 i64_Value)
 Set data type of the input connector to I64 and initialise by specifiet value. More...
 
VOID Set_Type_F32 (F32 f32_Value)
 Set data type of the input connector to F32 and initialise by specifiet value. More...
 
VOID Set_Type_F64 (F64 f64_Value)
 Set data type of the input connector to F64 and initialise by specifiet value. More...
 
TBlock_Connector_Type Get_Type ()
 Get connector data type. More...
 
TConOpSys_Variant_Data_Type Get_Variant_Type ()
 Get connector underlaying variant data type. More...
 
__fastcall TBlock_Connector (TComponent *Owner, TList *Storage, bool Mode)
 
__fastcall ~TBlock_Connector ()
 
VOID __fastcall Create_Signal (TComponent *Owner, TBlock_Connector *OutputConnector)
 
VOID __fastcall Destroy_Signal (TBlock_Connector *OutputConnector)
 
VOID __fastcall Assign_Signal (TBlock_Connector_Signal *Signal)
 
VOID __fastcall Unassign_Signal (TBlock_Connector_Signal *Signal)
 
BOOL __fastcall Signal_Exists (TBlock_Connector_Signal *Signal)
 
BOOL __fastcall Is_Unconnected ()
 
VOID __fastcall Resolve_Address (TBlock_Connector_Address *ConnectorAddress)
 

Public Attributes

TConOpSys_Variant object_Storage
 Connector local data storage. More...
 
TListStorageOfConnectors
 
TListStorageOfSignals
 
bool Locked_Mode
 
int Locked_X
 
int Locked_Y
 
TBlock_Signal_Position Signal_Position
 
TLabel * Label
 
bool MultiSignal
 
TBlock_Connector_Address OutputConnectorAddress
 
__property BOOL Selected = { read = FSelected, write = SetSelectedFlag }
 
__property BOOL Flipped = { read = FFlipped, write = SetFlippedFlag }
 
__property TResolveConnectorAddressEvent OnResolveConnectorAddress = { read = FOnResolveConnectorAddress, write = FOnResolveConnectorAddress }
 

Protected Member Functions

TConOpSys_Variant_Data_Type Resolve_Variant_Type (TBlock_Connector_Type enum_Connector_Type)
 Resolve correcponding variant data type. More...
 
TConOpSys_Variant_Data_Type Resolve_Pointer_Type (TBlock_Connector_Type enum_Connector_Type)
 Resolve correcpondung variant pointer data type. More...
 

Private Member Functions

void __fastcall SetSelectedFlag (BOOL Value)
 
void __fastcall SetFlippedFlag (BOOL Value)
 

Private Attributes

U32 u32_Connector_ID = (U32)0
 Connector ID. More...
 
TBlock_Connector_Type enum_Type = TBlock_Connector_Type::enum_Unassigned
 Connector data type. More...
 
BOOL FSelected = (BOOL)false
 Connector selected flag. More...
 
BOOL FFlipped = (BOOL)false
 Connector flipped flag. More...
 
TResolveConnectorAddressEvent FOnResolveConnectorAddress
 Resolve connector address event method storage. More...
 
TBlock_Connector_Signal * Temporary_Signal
 Temporary signal pointer storage. More...
 

Detailed Description

Function block connector base class.

Constructor & Destructor Documentation

◆ TBlock_Connector() [1/3]

TBlock_Connector::TBlock_Connector ( )

Class constructor method.


Note
None
Override
Not allowed
Attention
Don't call this method directly.
UML diagram
dot_TBlock_Connector__TBlock_Connector.png

◆ TBlock_Connector() [2/3]

TBlock_Connector::TBlock_Connector ( TBlock_Connector_Type  enum_Connector_Type)

Class constructor method.


Note
None
Override
Not allowed
Attention
Don't call this method directly.
UML diagram
dot_TBlock_Connector__TBlock_Connector.png

References enum_Type.

◆ ~TBlock_Connector() [1/2]

__fastcall TBlock_Connector::~TBlock_Connector ( )

Class desrtuctor method.


Note
None
Parameters
[in]enum_Connector_Type- Connector data type in according to the TBlock_Connector_Type
Override
Not allowed
Attention
Don't call this method directly.
UML diagram
dot_TBlock_Connector___TBlock_Connector.png

◆ TBlock_Connector() [3/3]

__fastcall TBlock_Connector::TBlock_Connector ( TComponent *  Owner,
TList Storage,
bool  Mode 
)

◆ ~TBlock_Connector() [2/2]

__fastcall TBlock_Connector::~TBlock_Connector ( )

Member Function Documentation

◆ Assign_Signal()

void __fastcall TBlock_Connector::Assign_Signal ( TBlock_Connector_Signal *  Signal)

References TList::Add(), TList::Count, MultiSignal, and StorageOfSignals.

Here is the call graph for this function:

◆ Create_Signal()

void __fastcall TBlock_Connector::Create_Signal ( TComponent *  Owner,
TBlock_Connector OutputConnector 
)

References Temporary_Signal.

◆ Destroy_Signal()

void __fastcall TBlock_Connector::Destroy_Signal ( TBlock_Connector OutputConnector)

References Is_Unconnected(), Signal_Exists(), StorageOfSignals, and Temporary_Signal.

Here is the call graph for this function:

◆ Get_Type()

TBlock_Connector_Type TBlock_Connector::Get_Type ( )

Get connector data type.


Note
None
Returns
TBlock_Connector_Type - Connector data type
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Get_Type.png

References enum_Type.

Referenced by TBlock_Output_Connector::operator=(), TBlock_Input_Connector::operator=(), TBlock_Parameter_Connector::operator=(), TProtocol_Base::Transmit_Connector_Value_As_Boolean(), TProtocol_Base::Transmit_Connector_Value_As_Decimal(), and TProtocol_Base::Transmit_Connector_Value_As_Hex().

Here is the caller graph for this function:

◆ Get_Variant_Type()

TConOpSys_Variant_Data_Type TBlock_Connector::Get_Variant_Type ( )

Get connector underlaying variant data type.


Note
None
Returns
TConOpSys_Variant_Data_Type - Connector underlaying variant data type
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Get_Variant_Type.png

References enum_Type, and Resolve_Variant_Type().

Referenced by TParameter_Base::Connect(), TParameter_Base::operator=(), and TBlock_Input_Connector::operator=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Is_Unconnected()

BOOL __fastcall TBlock_Connector::Is_Unconnected ( )

References TList::Count, and StorageOfSignals.

Referenced by Destroy_Signal().

Here is the caller graph for this function:

◆ Resolve_Address()

VOID __fastcall TBlock_Connector::Resolve_Address ( TBlock_Connector_Address *  ConnectorAddress)

References TList::Clear(), FOnResolveConnectorAddress, NULL, and StorageOfConnectors.

Here is the call graph for this function:

◆ Resolve_Pointer_Type()

TConOpSys_Variant_Data_Type TBlock_Connector::Resolve_Pointer_Type ( TBlock_Connector_Type  enum_Connector_Type)
protected

◆ Resolve_Variant_Type()

TConOpSys_Variant_Data_Type TBlock_Connector::Resolve_Variant_Type ( TBlock_Connector_Type  enum_Connector_Type)
protected

Resolve correcponding variant data type.


Note
None
Parameters
[in]enum_Connector_Type- Connector data type
Returns
TConOpSys_Variant_Data_Type - Variant data type
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Resolve_Variant_Type.png

References enum_BOOL, enum_F128, enum_F16, enum_F256, enum_F32, enum_F64, enum_F80, enum_I128, enum_I16, enum_I256, enum_I32, enum_I64, enum_I8, enum_IQ1, enum_IQ10, enum_IQ11, enum_IQ12, enum_IQ13, enum_IQ14, enum_IQ15, enum_IQ16, enum_IQ17, enum_IQ18, enum_IQ19, enum_IQ2, enum_IQ20, enum_IQ21, enum_IQ22, enum_IQ23, enum_IQ24, enum_IQ25, enum_IQ26, enum_IQ27, enum_IQ28, enum_IQ29, enum_IQ3, enum_IQ30, enum_IQ31, enum_IQ32, enum_IQ4, enum_IQ5, enum_IQ6, enum_IQ7, enum_IQ8, enum_IQ9, enum_U128, enum_U16, enum_U256, enum_U32, enum_U64, enum_U8, enum_Unassigned, and enum_Unknown.

Referenced by Get_Variant_Type(), Set_Type(), TBlock_Input_Connector::Set_Type(), and TBlock_Parameter_Connector::Set_Type().

Here is the caller graph for this function:

◆ Set_Type()

VOID TBlock_Connector::Set_Type ( TBlock_Connector_Type  enum_Connector_Type)

Set specified data type of the input connector.


Note
None
Parameters
[in]enum_Connector_Type- Connector data type in according to the TBlock_Connector_Type
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type.png

References enum_Type, object_Storage, Resolve_Variant_Type(), and TConOpSys_Variant::Set_Type().

Referenced by TBlock_Input_Connector::Set_Type(), TBlock_Parameter_Connector::Set_Type(), Set_Type_BOOL(), Set_Type_F32(), Set_Type_F64(), Set_Type_I16(), Set_Type_I32(), Set_Type_I64(), Set_Type_I8(), Set_Type_U16(), Set_Type_U32(), Set_Type_U64(), Set_Type_U8(), TFunction_Block_ABB_SACE_FSM_T1::TFunction_Block_ABB_SACE_FSM_T1(), TFunction_Block_ABB_SACE_Model::TFunction_Block_ABB_SACE_Model(), TFunction_Block_AND_BOOL_1C_2I::TFunction_Block_AND_BOOL_1C_2I(), TFunction_Block_AND_BOOL_1C_3I::TFunction_Block_AND_BOOL_1C_3I(), TFunction_Block_AND_BOOL_1C_4I::TFunction_Block_AND_BOOL_1C_4I(), TFunction_Block_AND_BOOL_1C_5I::TFunction_Block_AND_BOOL_1C_5I(), TFunction_Block_AND_BOOL_1C_6I::TFunction_Block_AND_BOOL_1C_6I(), TFunction_Block_AND_BOOL_1C_7I::TFunction_Block_AND_BOOL_1C_7I(), TFunction_Block_AND_BOOL_1C_8I::TFunction_Block_AND_BOOL_1C_8I(), TFunction_Block_And_U16_1C_2I::TFunction_Block_And_U16_1C_2I(), TFunction_Block_Ballast_Control::TFunction_Block_Ballast_Control(), TFunction_Block_Band_F32_8C_T1::TFunction_Block_Band_F32_8C_T1(), TFunction_Block_Cabinet_Cooling_System::TFunction_Block_Cabinet_Cooling_System(), TFunction_Block_Cabinet_Cooling_System_Model::TFunction_Block_Cabinet_Cooling_System_Model(), TFunction_Block_Clarke_Transformation::TFunction_Block_Clarke_Transformation(), TFunction_Block_Comparator_Equal_To_F32::TFunction_Block_Comparator_Equal_To_F32(), TFunction_Block_Comparator_Equal_To_U16::TFunction_Block_Comparator_Equal_To_U16(), TFunction_Block_Comparator_Equal_To_U32::TFunction_Block_Comparator_Equal_To_U32(), TFunction_Block_Comparator_Not_Equal_To_F32::TFunction_Block_Comparator_Not_Equal_To_F32(), TFunction_Block_Comparator_Not_Equal_To_U16::TFunction_Block_Comparator_Not_Equal_To_U16(), TFunction_Block_Cooling_System_Model::TFunction_Block_Cooling_System_Model(), TFunction_Block_Cosinus::TFunction_Block_Cosinus(), TFunction_Block_Crowbar_Control::TFunction_Block_Crowbar_Control(), TFunction_Block_DC_Bus_Precharge_Type_1_FSM::TFunction_Block_DC_Bus_Precharge_Type_1_FSM(), TFunction_Block_DC_Bus_Precharge_Type_2_FSM::TFunction_Block_DC_Bus_Precharge_Type_2_FSM(), TFunction_Block_DC_Offset_Compensation::TFunction_Block_DC_Offset_Compensation(), TFunction_Block_DFIG_IRD_Calculation::TFunction_Block_DFIG_IRD_Calculation(), TFunction_Block_DFIG_IRQ_To_ISQ_Convertion::TFunction_Block_DFIG_IRQ_To_ISQ_Convertion(), TFunction_Block_DFIG_Model::TFunction_Block_DFIG_Model(), TFunction_Block_DFIG_Torque_Model::TFunction_Block_DFIG_Torque_Model(), TFunction_Block_Discrete_Delay_Z1_F32_1C::TFunction_Block_Discrete_Delay_Z1_F32_1C(), TFunction_Block_Drive_Train_Vibration_Damping::TFunction_Block_Drive_Train_Vibration_Damping(), TFunction_Block_Environment::TFunction_Block_Environment(), TFunction_Block_FPGA_Trip_Controller_T0::TFunction_Block_FPGA_Trip_Controller_T0(), TFunction_Block_FPGA_Trip_Controller_T1::TFunction_Block_FPGA_Trip_Controller_T1(), TFunction_Block_Grid_Power_Control::TFunction_Block_Grid_Power_Control(), TFunction_Block_I_Regulator::TFunction_Block_I_Regulator(), TFunction_Block_Instantaneous_Power_ab0_PQ::TFunction_Block_Instantaneous_Power_ab0_PQ(), TFunction_Block_Instantaneous_Power_ab_PQ::TFunction_Block_Instantaneous_Power_ab_PQ(), TFunction_Block_Instantaneous_Power_ABC_PQ::TFunction_Block_Instantaneous_Power_ABC_PQ(), TFunction_Block_Instantaneous_Power_DQ0_PQ::TFunction_Block_Instantaneous_Power_DQ0_PQ(), TFunction_Block_Instantaneous_Power_DQ_PQ::TFunction_Block_Instantaneous_Power_DQ_PQ(), TFunction_Block_Inverse_Clarke_Transformation::TFunction_Block_Inverse_Clarke_Transformation(), TFunction_Block_Inversion_BOOL_1C::TFunction_Block_Inversion_BOOL_1C(), TFunction_Block_Inversion_BOOL_2C::TFunction_Block_Inversion_BOOL_2C(), TFunction_Block_Inversion_BOOL_3C::TFunction_Block_Inversion_BOOL_3C(), TFunction_Block_Inversion_BOOL_4C::TFunction_Block_Inversion_BOOL_4C(), TFunction_Block_Inversion_BOOL_5C::TFunction_Block_Inversion_BOOL_5C(), TFunction_Block_Inversion_BOOL_6C::TFunction_Block_Inversion_BOOL_6C(), TFunction_Block_Latch_On_High_Level_F32_1C::TFunction_Block_Latch_On_High_Level_F32_1C(), TFunction_Block_Latch_On_Low_Level_F32_1C::TFunction_Block_Latch_On_Low_Level_F32_1C(), TFunction_Block_Line_Phase_Transformation::TFunction_Block_Line_Phase_Transformation(), TFunction_Block_Local_Remote_Switch_Controller::TFunction_Block_Local_Remote_Switch_Controller(), TFunction_Block_LVRT_FSM::TFunction_Block_LVRT_FSM(), TFunction_Block_Magnitude_2D::TFunction_Block_Magnitude_2D(), TFunction_Block_Magnitude_3D::TFunction_Block_Magnitude_3D(), TFunction_Block_Mechanical_To_Electrical_Angle::TFunction_Block_Mechanical_To_Electrical_Angle(), TFunction_Block_Moving_Average_128_1C::TFunction_Block_Moving_Average_128_1C(), TFunction_Block_Moving_Average_128_2C::TFunction_Block_Moving_Average_128_2C(), TFunction_Block_Moving_Average_128_3C::TFunction_Block_Moving_Average_128_3C(), TFunction_Block_Moving_Average_128_F32_1C_T2::TFunction_Block_Moving_Average_128_F32_1C_T2(), TFunction_Block_Moving_Average_256_1C::TFunction_Block_Moving_Average_256_1C(), TFunction_Block_Multiplication::TFunction_Block_Multiplication(), TFunction_Block_Multiplication_3::TFunction_Block_Multiplication_3(), TFunction_Block_Multiplication_4::TFunction_Block_Multiplication_4(), TFunction_Block_Multiplication_N_3::TFunction_Block_Multiplication_N_3(), TFunction_Block_NAND_3::TFunction_Block_NAND_3(), TFunction_Block_NAND_4::TFunction_Block_NAND_4(), TFunction_Block_NAND_5::TFunction_Block_NAND_5(), TFunction_Block_NAND_6::TFunction_Block_NAND_6(), TFunction_Block_NAND_7::TFunction_Block_NAND_7(), TFunction_Block_NAND_8::TFunction_Block_NAND_8(), TFunction_Block_NAND_BOOL_1C_2I::TFunction_Block_NAND_BOOL_1C_2I(), TFunction_Block_Negation_F32_1C::TFunction_Block_Negation_F32_1C(), TFunction_Block_Negation_F32_2C::TFunction_Block_Negation_F32_2C(), TFunction_Block_Negation_F32_3C::TFunction_Block_Negation_F32_3C(), TFunction_Block_Off_Delay::TFunction_Block_Off_Delay(), TFunction_Block_Orthogonal_Signal_Generator::TFunction_Block_Orthogonal_Signal_Generator(), TFunction_Block_OSG_1_Phase_PLL::TFunction_Block_OSG_1_Phase_PLL(), TFunction_Block_OSG_3_Phase_PLL::TFunction_Block_OSG_3_Phase_PLL(), TFunction_Block_PID_Regulator::TFunction_Block_PID_Regulator(), TFunction_Block_Polar_Vector_Generator::TFunction_Block_Polar_Vector_Generator(), TFunction_Block_Quadrature_Signal_Generator::TFunction_Block_Quadrature_Signal_Generator(), TFunction_Block_Quadrature_Signal_Generator_T1::TFunction_Block_Quadrature_Signal_Generator_T1(), TFunction_Block_Range_F32_1C_8I::TFunction_Block_Range_F32_1C_8I(), TFunction_Block_SCR_Cut_Wave_Controller_1_Phase::TFunction_Block_SCR_Cut_Wave_Controller_1_Phase(), TFunction_Block_SCR_Skip_Full_Wave_Controller_1_Phase::TFunction_Block_SCR_Skip_Full_Wave_Controller_1_Phase(), TFunction_Block_SCR_Skip_Half_Wave_Controller_1_Phase::TFunction_Block_SCR_Skip_Half_Wave_Controller_1_Phase(), TFunction_Block_Simple_Grid_Model_Test::TFunction_Block_Simple_Grid_Model_Test(), TFunction_Block_Single_Ended_To_Differential::TFunction_Block_Single_Ended_To_Differential(), TFunction_Block_Sinus::TFunction_Block_Sinus(), TFunction_Block_Sinus_Cosinus_F32_T1::TFunction_Block_Sinus_Cosinus_F32_T1(), TFunction_Block_Sinus_Cosinus_F32_T2::TFunction_Block_Sinus_Cosinus_F32_T2(), TFunction_Block_Sinus_Cosinus_F32_T3::TFunction_Block_Sinus_Cosinus_F32_T3(), TFunction_Block_Sinus_Cosinus_F32_T4::TFunction_Block_Sinus_Cosinus_F32_T4(), TFunction_Block_Sinus_Cosinus_T1::TFunction_Block_Sinus_Cosinus_T1(), TFunction_Block_Sinus_Cosinus_T2::TFunction_Block_Sinus_Cosinus_T2(), TFunction_Block_Sinus_Cosinus_T3::TFunction_Block_Sinus_Cosinus_T3(), TFunction_Block_Sinus_Cosinus_T4::TFunction_Block_Sinus_Cosinus_T4(), TFunction_Block_Sinus_Signal_Generator::TFunction_Block_Sinus_Signal_Generator(), TFunction_Block_Slew_Rate_Limit::TFunction_Block_Slew_Rate_Limit(), TFunction_Block_Software_Trip_Controller_T1::TFunction_Block_Software_Trip_Controller_T1(), TFunction_Block_Software_Trip_Controller_T2::TFunction_Block_Software_Trip_Controller_T2(), TFunction_Block_Software_Trip_Controller_T3::TFunction_Block_Software_Trip_Controller_T3(), TFunction_Block_SRF_PLL::TFunction_Block_SRF_PLL(), TFunction_Block_Toggle_Button_Controller::TFunction_Block_Toggle_Button_Controller(), TFunction_Block_Transport_Delay_F32_128::TFunction_Block_Transport_Delay_F32_128(), TFunction_Block_Transport_Delay_F32_256::TFunction_Block_Transport_Delay_F32_256(), TFunction_Block_Type_Convertion_BOOL_F32::TFunction_Block_Type_Convertion_BOOL_F32(), TFunction_Block_Type_Convertion_BOOL_F64::TFunction_Block_Type_Convertion_BOOL_F64(), TFunction_Block_Type_Convertion_F32_I16::TFunction_Block_Type_Convertion_F32_I16(), TFunction_Block_Type_Convertion_U32_F32::TFunction_Block_Type_Convertion_U32_F32(), TFunction_Block_Window_Integrator::TFunction_Block_Window_Integrator(), TKG3_LCSI_T1::TKG3_LCSI_T1(), TP005_03_V2_0_AI_BUG_FIX::TP005_03_V2_0_AI_BUG_FIX(), TP005_03_V2_0_AI_V::TP005_03_V2_0_AI_V(), TP005_03_V2_0_AI_V_BUG_FIX::TP005_03_V2_0_AI_V_BUG_FIX(), TP012_33_V1_0_IGBT_IO::TP012_33_V1_0_IGBT_IO(), TP013_49_V1_0_RTD::TP013_49_V1_0_RTD(), TP014_47_V1_0_PFOTX::TP014_47_V1_0_PFOTX(), TP014_48_V1_0_PFORX::TP014_48_V1_0_PFORX(), TP015_09_FOTR_T1::TP015_09_FOTR_T1(), TP016_26_KG3_TSA_T1::TP016_26_KG3_TSA_T1(), TP016_37_V1_DS1_IO::TP016_37_V1_DS1_IO(), TP017_20_KG3_FOTR_T0::TP017_20_KG3_FOTR_T0(), TP017_20_KG3_FOTR_T1::TP017_20_KG3_FOTR_T1(), TP017_42_KG3_AI_T0::TP017_42_KG3_AI_T0(), TP017_42_KG3_AI_T1::TP017_42_KG3_AI_T1(), TP017_42_KG3_AI_T2::TP017_42_KG3_AI_T2(), TP017_43_KG3_DCB_T0::TP017_43_KG3_DCB_T0(), TP017_43_KG3_DCB_T1::TP017_43_KG3_DCB_T1(), TP017_66_KG3_FAN::TP017_66_KG3_FAN(), TP018_20_KG3_EXT_VI::TP018_20_KG3_EXT_VI(), TP018_26_KG3_GIO_T0::TP018_26_KG3_GIO_T0(), TP018_26_KG3_GIO_T1::TP018_26_KG3_GIO_T1(), TP018_34_KG3_BLCP_T1::TP018_34_KG3_BLCP_T1(), TP018_39_KG3_BLA_T1::TP018_39_KG3_BLA_T1(), TP019_14_KG3_DIO2_T1::TP019_14_KG3_DIO2_T1(), TPWM_1C2P2L::TPWM_1C2P2L(), and TPWM_3P2L::TPWM_3P2L().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Set_Type_BOOL()

VOID TBlock_Connector::Set_Type_BOOL ( BOOL  bool_Value)

Set data type of the input connector to BOOL and initialise by specifiet value.


Note
None
Parameters
[in]bool_Value- Default BOOL initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_BOOL.png

References TConOpSys_Variant_Data::bool_Value, enum_BOOL, object_Storage, Set_Type(), and TConOpSys_Variant::struct_Data.

Referenced by TFunction_Block_4_20mA_To_Signal_Converter_1C::TFunction_Block_4_20mA_To_Signal_Converter_1C(), TFunction_Block_Band_Comparator_F32_1C_T1::TFunction_Block_Band_Comparator_F32_1C_T1(), TFunction_Block_Band_Comparator_F32_1C_T2::TFunction_Block_Band_Comparator_F32_1C_T2(), TFunction_Block_Comparator_Greater_Than_F32_12C::TFunction_Block_Comparator_Greater_Than_F32_12C(), TFunction_Block_Comparator_Greater_Than_F32_1C::TFunction_Block_Comparator_Greater_Than_F32_1C(), TFunction_Block_Comparator_Less_Than::TFunction_Block_Comparator_Less_Than(), TFunction_Block_Contactor_Model::TFunction_Block_Contactor_Model(), TFunction_Block_Debounce_BOOL_1C::TFunction_Block_Debounce_BOOL_1C(), TFunction_Block_Digital_Input_T2::TFunction_Block_Digital_Input_T2(), TFunction_Block_Lamp_Indicator_Controller::TFunction_Block_Lamp_Indicator_Controller(), TFunction_Block_Liquid_Cooling_System::TFunction_Block_Liquid_Cooling_System(), TFunction_Block_Liquid_Cooling_System_T2::TFunction_Block_Liquid_Cooling_System_T2(), TFunction_Block_Liquid_Cooling_System_T3::TFunction_Block_Liquid_Cooling_System_T3(), TFunction_Block_Multiplexer_BOOL_1C_2I_T1::TFunction_Block_Multiplexer_BOOL_1C_2I_T1(), TFunction_Block_Multiplexer_BOOL_1C_4I_T1::TFunction_Block_Multiplexer_BOOL_1C_4I_T1(), TFunction_Block_Multiplexer_BOOL_1C_4I_T2::TFunction_Block_Multiplexer_BOOL_1C_4I_T2(), TFunction_Block_NOR_1C_17I::TFunction_Block_NOR_1C_17I(), TFunction_Block_NOR_1C_18I::TFunction_Block_NOR_1C_18I(), TFunction_Block_NOR_1C_19I::TFunction_Block_NOR_1C_19I(), TFunction_Block_NOR_1C_20I::TFunction_Block_NOR_1C_20I(), TFunction_Block_NOR_1C_2I::TFunction_Block_NOR_1C_2I(), TFunction_Block_NOR_1C_3I::TFunction_Block_NOR_1C_3I(), TFunction_Block_NOR_1C_4I::TFunction_Block_NOR_1C_4I(), TFunction_Block_NOR_1C_5I::TFunction_Block_NOR_1C_5I(), TFunction_Block_NOR_1C_6I::TFunction_Block_NOR_1C_6I(), TFunction_Block_NOR_1C_7I::TFunction_Block_NOR_1C_7I(), TFunction_Block_NOR_1C_8I::TFunction_Block_NOR_1C_8I(), TFunction_Block_On_Delay::TFunction_Block_On_Delay(), TFunction_Block_OR_1C_13I::TFunction_Block_OR_1C_13I(), TFunction_Block_OR_1C_17I::TFunction_Block_OR_1C_17I(), TFunction_Block_OR_1C_18I::TFunction_Block_OR_1C_18I(), TFunction_Block_OR_1C_19I::TFunction_Block_OR_1C_19I(), TFunction_Block_OR_1C_20I::TFunction_Block_OR_1C_20I(), TFunction_Block_OR_1C_22I::TFunction_Block_OR_1C_22I(), TFunction_Block_OR_1C_23I::TFunction_Block_OR_1C_23I(), TFunction_Block_OR_1C_24I::TFunction_Block_OR_1C_24I(), TFunction_Block_OR_1C_2I::TFunction_Block_OR_1C_2I(), TFunction_Block_OR_1C_3I::TFunction_Block_OR_1C_3I(), TFunction_Block_OR_1C_4I::TFunction_Block_OR_1C_4I(), TFunction_Block_OR_1C_5I::TFunction_Block_OR_1C_5I(), TFunction_Block_OR_1C_6I::TFunction_Block_OR_1C_6I(), TFunction_Block_OR_1C_7I::TFunction_Block_OR_1C_7I(), TFunction_Block_OR_1C_8I::TFunction_Block_OR_1C_8I(), TFunction_Block_OR_1C_9I::TFunction_Block_OR_1C_9I(), TFunction_Block_PI_Regulator_F32_T2::TFunction_Block_PI_Regulator_F32_T2(), TFunction_Block_Rectangular_Signal_Generator_BOOL_T1::TFunction_Block_Rectangular_Signal_Generator_BOOL_T1(), TFunction_Block_RS_Flip_Flop_BOOL::TFunction_Block_RS_Flip_Flop_BOOL(), TFunction_Block_Run_Stop_Button_Controller::TFunction_Block_Run_Stop_Button_Controller(), TFunction_Block_Scaled_Data_Type_Convertion_F32_I16::TFunction_Block_Scaled_Data_Type_Convertion_F32_I16(), TFunction_Block_Sinus_Filter_Synchroniser::TFunction_Block_Sinus_Filter_Synchroniser(), TFunction_Block_Split_U16_BOOL::TFunction_Block_Split_U16_BOOL(), TFunction_Block_Split_U32_BOOL::TFunction_Block_Split_U32_BOOL(), TFunction_Block_Switch_Button_Controller::TFunction_Block_Switch_Button_Controller(), TFunction_Block_Temperature_Monitor::TFunction_Block_Temperature_Monitor(), TKG3_CAB_EXT_T1::TKG3_CAB_EXT_T1(), TKG3_DCBIO_V2::TKG3_DCBIO_V2(), TKG3_RTD2_T1::TKG3_RTD2_T1(), TP005_03_V2_0_AI::TP005_03_V2_0_AI(), TP005_03_V2_0_AI_2V::TP005_03_V2_0_AI_2V(), TP005_03_V2_0_AI_2V_E1::TP005_03_V2_0_AI_2V_E1(), TP005_03_V2_0_AI_T2::TP005_03_V2_0_AI_T2(), TP005_03_V2_0_AI_T3::TP005_03_V2_0_AI_T3(), TP005_03_V2_0_AI_T4::TP005_03_V2_0_AI_T4(), TP005_06_V2_0_DIO::TP005_06_V2_0_DIO(), TP011_35_V2_0_DC_Bus::TP011_35_V2_0_DC_Bus(), TP015_09_V1_0_Crowbar::TP015_09_V1_0_Crowbar(), TP015_09_V1_0_DC_Bus::TP015_09_V1_0_DC_Bus(), TP015_09_V1_0_DC_Bus_T2::TP015_09_V1_0_DC_Bus_T2(), TP015_09_V1_0_Encoder::TP015_09_V1_0_Encoder(), TP015_09_V1_0_Encoder_T2::TP015_09_V1_0_Encoder_T2(), TP015_09_V1_Crowbar_T2::TP015_09_V1_Crowbar_T2(), TP015_09_V1_DIO_T1::TP015_09_V1_DIO_T1(), TP017_21_KG3_DIO_T0::TP017_21_KG3_DIO_T0(), TP017_21_KG3_DIO_T1::TP017_21_KG3_DIO_T1(), TP017_52_KG3_CI_T1::TP017_52_KG3_CI_T1(), TP018_39_KG3_BLA_T1_E::TP018_39_KG3_BLA_T1_E(), TP020_36_V1_0_DCBIO::TP020_36_V1_0_DCBIO(), TP021_12_KG3_Cooling_System_Model_Emulator::TP021_12_KG3_Cooling_System_Model_Emulator(), and TPWM_3P2L_T1::TPWM_3P2L_T1().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Set_Type_F32()

VOID TBlock_Connector::Set_Type_F32 ( F32  f32_Value)

Set data type of the input connector to F32 and initialise by specifiet value.


Note
None
Parameters
[in]f32_Value- Default f32 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_F32.png

References enum_F32, TConOpSys_Variant_Data::f32_Value, object_Storage, Set_Type(), and TConOpSys_Variant::struct_Data.

Referenced by TFunction_Block_4_20mA_To_Signal_Converter_1C::TFunction_Block_4_20mA_To_Signal_Converter_1C(), TFunction_Block_Abs_F32_1C::TFunction_Block_Abs_F32_1C(), TFunction_Block_Abs_F32_3C::TFunction_Block_Abs_F32_3C(), TFunction_Block_Addition_F32_1C_2I::TFunction_Block_Addition_F32_1C_2I(), TFunction_Block_Addition_F32_1C_3I::TFunction_Block_Addition_F32_1C_3I(), TFunction_Block_Addition_F32_1C_4I::TFunction_Block_Addition_F32_1C_4I(), TFunction_Block_Angle_Addition_F32_1C_2I::TFunction_Block_Angle_Addition_F32_1C_2I(), TFunction_Block_Division_F32_1C::TFunction_Block_Division_F32_1C(), TFunction_Block_Gain::TFunction_Block_Gain(), TFunction_Block_Gain_Negation::TFunction_Block_Gain_Negation(), TFunction_Block_Grid_Filter::TFunction_Block_Grid_Filter(), TFunction_Block_Increment_Decrement_Button_Controller::TFunction_Block_Increment_Decrement_Button_Controller(), TFunction_Block_Inverse_Park_Transformation::TFunction_Block_Inverse_Park_Transformation(), TFunction_Block_Inverse_Park_Transformation_DQ_ABC::TFunction_Block_Inverse_Park_Transformation_DQ_ABC(), TFunction_Block_Limit_2D_F32_1C::TFunction_Block_Limit_2D_F32_1C(), TFunction_Block_Limit_2D_X_F32_1C::TFunction_Block_Limit_2D_X_F32_1C(), TFunction_Block_Limit_2D_XY_F32_1C::TFunction_Block_Limit_2D_XY_F32_1C(), TFunction_Block_Limit_F32_1C::TFunction_Block_Limit_F32_1C(), TFunction_Block_Limit_LEZ_F32_1C::TFunction_Block_Limit_LEZ_F32_1C(), TFunction_Block_Maximum_F32_1C_2I::TFunction_Block_Maximum_F32_1C_2I(), TFunction_Block_Maximum_F32_20C_2I::TFunction_Block_Maximum_F32_20C_2I(), TFunction_Block_Maximum_F32_2C_2I::TFunction_Block_Maximum_F32_2C_2I(), TFunction_Block_Minimum_F32_1C_2I::TFunction_Block_Minimum_F32_1C_2I(), TFunction_Block_Minimum_F32_20C_2I::TFunction_Block_Minimum_F32_20C_2I(), TFunction_Block_Minimum_F32_2C_2I::TFunction_Block_Minimum_F32_2C_2I(), TFunction_Block_Multiplexer_F32_1C_4I_T1::TFunction_Block_Multiplexer_F32_1C_4I_T1(), TFunction_Block_Multiplexer_F32_1C_4I_T2::TFunction_Block_Multiplexer_F32_1C_4I_T2(), TFunction_Block_Multiplexer_F32_2C_2I_T1::TFunction_Block_Multiplexer_F32_2C_2I_T1(), TFunction_Block_Multiplexer_F32_2C_4I_T1::TFunction_Block_Multiplexer_F32_2C_4I_T1(), TFunction_Block_Multiplicative_Inverse_F32_1C::TFunction_Block_Multiplicative_Inverse_F32_1C(), TFunction_Block_Offset_Gain::TFunction_Block_Offset_Gain(), TFunction_Block_Park_Transformation_F32_T1::TFunction_Block_Park_Transformation_F32_T1(), TFunction_Block_Park_Transformation_F32_T2::TFunction_Block_Park_Transformation_F32_T2(), TFunction_Block_Park_Transformation_F32_T3::TFunction_Block_Park_Transformation_F32_T3(), TFunction_Block_Park_Transformation_F32_T4::TFunction_Block_Park_Transformation_F32_T4(), TFunction_Block_PI_Regulator_F32_T1::TFunction_Block_PI_Regulator_F32_T1(), TFunction_Block_PI_Regulator_F32_T2::TFunction_Block_PI_Regulator_F32_T2(), TFunction_Block_PI_Regulator_F32_T3::TFunction_Block_PI_Regulator_F32_T3(), TFunction_Block_PI_Regulator_F32_T4::TFunction_Block_PI_Regulator_F32_T4(), TFunction_Block_PI_Regulator_F32_T5::TFunction_Block_PI_Regulator_F32_T5(), TFunction_Block_PI_Regulator_F32_T6::TFunction_Block_PI_Regulator_F32_T6(), TFunction_Block_PI_Regulator_F32_T7::TFunction_Block_PI_Regulator_F32_T7(), TFunction_Block_PI_Regulator_F32_T8::TFunction_Block_PI_Regulator_F32_T8(), TFunction_Block_PT1_1C_T3::TFunction_Block_PT1_1C_T3(), TFunction_Block_PT1_3C_T3::TFunction_Block_PT1_3C_T3(), TFunction_Block_PT1_F32_1C_T1::TFunction_Block_PT1_F32_1C_T1(), TFunction_Block_PT1_F32_1C_T2::TFunction_Block_PT1_F32_1C_T2(), TFunction_Block_PT1_F32_2C_T1::TFunction_Block_PT1_F32_2C_T1(), TFunction_Block_PT1_F32_3C_T1::TFunction_Block_PT1_F32_3C_T1(), TFunction_Block_PT1_F32_4C_T1::TFunction_Block_PT1_F32_4C_T1(), TFunction_Block_PT1_F32_8C_T1::TFunction_Block_PT1_F32_8C_T1(), TFunction_Block_Rectangular_Signal_Generator_F32_T1::TFunction_Block_Rectangular_Signal_Generator_F32_T1(), TFunction_Block_RMS_Moving_Average_Filter_128_3C::TFunction_Block_RMS_Moving_Average_Filter_128_3C(), TFunction_Block_Sample_And_Hold_On_Rising_Edge_F32_1C::TFunction_Block_Sample_And_Hold_On_Rising_Edge_F32_1C(), TFunction_Block_Signal_Delay::TFunction_Block_Signal_Delay(), TFunction_Block_Sinus_Filter_Synchroniser::TFunction_Block_Sinus_Filter_Synchroniser(), TFunction_Block_Subtraction_F32_1C_2I::TFunction_Block_Subtraction_F32_1C_2I(), TFunction_Block_Subtraction_F32_1C_3I::TFunction_Block_Subtraction_F32_1C_3I(), TFunction_Block_Subtraction_F32_1C_4I::TFunction_Block_Subtraction_F32_1C_4I(), TFunction_Block_Subtraction_F32_2C_2I::TFunction_Block_Subtraction_F32_2C_2I(), TKG3_CAB_EXT_T1::TKG3_CAB_EXT_T1(), TKG3_DCBIO_V2::TKG3_DCBIO_V2(), TKG3_RTD2_T0::TKG3_RTD2_T0(), TKG3_RTD2_T1::TKG3_RTD2_T1(), TP005_03_V2_0_AI::TP005_03_V2_0_AI(), TP005_03_V2_0_AI_2V::TP005_03_V2_0_AI_2V(), TP005_03_V2_0_AI_2V_E1::TP005_03_V2_0_AI_2V_E1(), TP005_03_V2_0_AI_T2::TP005_03_V2_0_AI_T2(), TP005_03_V2_0_AI_T3::TP005_03_V2_0_AI_T3(), TP005_03_V2_0_AI_T4::TP005_03_V2_0_AI_T4(), TP011_35_V2_0_DC_Bus::TP011_35_V2_0_DC_Bus(), TP015_09_V1_0_DC_Bus::TP015_09_V1_0_DC_Bus(), TP015_09_V1_0_DC_Bus_T2::TP015_09_V1_0_DC_Bus_T2(), TP015_09_V1_0_Encoder::TP015_09_V1_0_Encoder(), TP015_09_V1_0_RTD::TP015_09_V1_0_RTD(), TP017_41_KG3_RTD::TP017_41_KG3_RTD(), TP017_52_KG3_CI_T1::TP017_52_KG3_CI_T1(), TP018_39_KG3_BLA_T1_E::TP018_39_KG3_BLA_T1_E(), TP019_11_KG3_FC::TP019_11_KG3_FC(), TP019_11_KG3_MOD::TP019_11_KG3_MOD(), TP020_36_V1_0_DCBIO::TP020_36_V1_0_DCBIO(), TPWM_1C3P2L::TPWM_1C3P2L(), and TPWM_3P2L_T1::TPWM_3P2L_T1().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Set_Type_F64()

VOID TBlock_Connector::Set_Type_F64 ( F64  f64_Value)

Set data type of the input connector to F64 and initialise by specifiet value.


Note
None
Parameters
[in]f64_Value- Default F64 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_F64.png

References enum_F64, TConOpSys_Variant_Data::f64_Value, object_Storage, Set_Type(), and TConOpSys_Variant::struct_Data.

Here is the call graph for this function:

◆ Set_Type_I16()

VOID TBlock_Connector::Set_Type_I16 ( I16  i16_Value)

Set data type of the input connector to I16 and initialise by specifiet value.


Note
None
Parameters
[in]i16_Value- Default I16 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_I16.png

References enum_I16, TConOpSys_Variant_Data::i16_Value, object_Storage, Set_Type(), and TConOpSys_Variant::struct_Data.

Referenced by TFunction_Block_Scaled_Data_Type_Convertion_F32_I16::TFunction_Block_Scaled_Data_Type_Convertion_F32_I16(), TP005_03_V2_0_AI_T2::TP005_03_V2_0_AI_T2(), TP005_03_V2_0_AI_T3::TP005_03_V2_0_AI_T3(), TP005_03_V2_0_AI_T4::TP005_03_V2_0_AI_T4(), and TP019_11_KG3_FC::TP019_11_KG3_FC().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Set_Type_I32()

VOID TBlock_Connector::Set_Type_I32 ( I32  i32_Value)

Set data type of the input connector to I32 and initialise by specifiet value.


Note
None
Parameters
[in]i32_Value- Default I32 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_I32.png

References enum_I32, TConOpSys_Variant_Data::i32_Value, object_Storage, Set_Type(), and TConOpSys_Variant::struct_Data.

Here is the call graph for this function:

◆ Set_Type_I64()

VOID TBlock_Connector::Set_Type_I64 ( I64  i64_Value)

Set data type of the input connector to I64 and initialise by specifiet value.


Note
None
Parameters
[in]i64_Value- Default I64 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_I64.png

References enum_I64, TConOpSys_Variant_Data::i64_Value, object_Storage, Set_Type(), and TConOpSys_Variant::struct_Data.

Here is the call graph for this function:

◆ Set_Type_I8()

VOID TBlock_Connector::Set_Type_I8 ( I8  i8_Value)

Set data type of the input connector to I8 and initialise by specifiet value.


Note
None
Parameters
[in]i8_Value- Default I8 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_I8.png

References enum_I8, TConOpSys_Variant_Data::i8_Value, object_Storage, Set_Type(), and TConOpSys_Variant::struct_Data.

Here is the call graph for this function:

◆ Set_Type_U16()

VOID TBlock_Connector::Set_Type_U16 ( U16  u16_Value)

◆ Set_Type_U32()

VOID TBlock_Connector::Set_Type_U32 ( U32  u32_Value)

Set data type of the input connector to U32 and initialise by specifiet value.


Note
None
Parameters
[in]u32_Value- Default U32 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_U32.png

References enum_U32, object_Storage, Set_Type(), TConOpSys_Variant::struct_Data, and TConOpSys_Variant_Data::u32_Value.

Referenced by TFunction_Block_Digital_Input_T2::TFunction_Block_Digital_Input_T2(), TFunction_Block_Merge_BOOL_U32::TFunction_Block_Merge_BOOL_U32(), TFunction_Block_Split_U64_U32::TFunction_Block_Split_U64_U32(), and TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_T1().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Set_Type_U64()

VOID TBlock_Connector::Set_Type_U64 ( U64  u64_Value)

Set data type of the input connector to U64 and initialise by specifiet value.


Note
None
Parameters
[in]u64_Value- Default U64 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_U64.png

References enum_U64, object_Storage, Set_Type(), TConOpSys_Variant::struct_Data, and TConOpSys_Variant_Data::u64_Value.

Referenced by TFunction_Block_Liquid_Cooling_System::TFunction_Block_Liquid_Cooling_System(), TFunction_Block_Liquid_Cooling_System_T2::TFunction_Block_Liquid_Cooling_System_T2(), TFunction_Block_Liquid_Cooling_System_T3::TFunction_Block_Liquid_Cooling_System_T3(), and TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_T1().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ Set_Type_U8()

VOID TBlock_Connector::Set_Type_U8 ( U8  u8_Value)

Set data type of the input connector to U8 and initialise by specifiet value.


Note
None
Parameters
[in]u8_Value- Default U8 initalisation value of input connector
Override
Not allowed
Attention
None
UML diagram
dot_TBlock_Connector__Set_Type_U8.png

References enum_U8, object_Storage, Set_Type(), TConOpSys_Variant::struct_Data, and TConOpSys_Variant_Data::u8_Value.

Referenced by TFunction_Block_Split_U16_U8::TFunction_Block_Split_U16_U8(), TP017_21_KG3_DIO_T2::TP017_21_KG3_DIO_T2(), and TP021_23_KG3_EVIO_T1::TP021_23_KG3_EVIO_T1().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ SetFlippedFlag()

VOID __fastcall TBlock_Connector::SetFlippedFlag ( BOOL  Value)
private

References FFlipped.

◆ SetSelectedFlag()

void __fastcall TBlock_Connector::SetSelectedFlag ( BOOL  Value)
private

◆ Signal_Exists()

BOOL __fastcall TBlock_Connector::Signal_Exists ( TBlock_Connector_Signal *  Signal)

References StorageOfSignals.

Referenced by Destroy_Signal().

Here is the caller graph for this function:

◆ Unassign_Signal()

VOID __fastcall TBlock_Connector::Unassign_Signal ( TBlock_Connector_Signal *  Signal)

References StorageOfSignals.

Member Data Documentation

◆ enum_Type

TBlock_Connector_Type TBlock_Connector::enum_Type = TBlock_Connector_Type::enum_Unassigned
private

Connector data type.

Referenced by Get_Type(), Get_Variant_Type(), Set_Type(), and TBlock_Connector().

◆ FFlipped

BOOL TBlock_Connector::FFlipped = (BOOL)false
private

Connector flipped flag.

Referenced by SetFlippedFlag(), and TBlock_Connector().

◆ Flipped

__property BOOL TBlock_Connector::Flipped = { read = FFlipped, write = SetFlippedFlag }

◆ FOnResolveConnectorAddress

TResolveConnectorAddressEvent TBlock_Connector::FOnResolveConnectorAddress
private

Resolve connector address event method storage.

Referenced by Resolve_Address(), and TBlock_Connector().

◆ FSelected

BOOL TBlock_Connector::FSelected = (BOOL)false
private

Connector selected flag.

Referenced by SetSelectedFlag(), and TBlock_Connector().

◆ Label

TLabel* TBlock_Connector::Label

Referenced by TBlock_Connector().

◆ Locked_Mode

bool TBlock_Connector::Locked_Mode

◆ Locked_X

int TBlock_Connector::Locked_X

◆ Locked_Y

int TBlock_Connector::Locked_Y

◆ MultiSignal

bool TBlock_Connector::MultiSignal

Referenced by Assign_Signal(), and TBlock_Connector().

◆ object_Storage

TConOpSys_Variant TBlock_Connector::object_Storage

Connector local data storage.

Referenced by TFunction_Block_Liquid_Cooling_System_T2::Chiller(), TP019_14_KG3_DIO2_T1::Chip_Disconnect(), TBlock_Input_Connector::Connect(), TBlock_Parameter_Connector::Connect(), TParameter_Base::Connect(), TFunction_Block_DFIG_Model::Execute(), TFunction_Block_4_20mA_To_Signal_Converter_1C::Execute(), TFunction_Block_ABB_SACE_FSM_T1::Execute(), TFunction_Block_ABB_SACE_Model::Execute(), TFunction_Block_Abs_F32_1C::Execute(), TFunction_Block_Abs_F32_2C::Execute(), TFunction_Block_Abs_F32_3C::Execute(), TFunction_Block_Addition_F32_1C_2I::Execute(), TFunction_Block_Addition_F32_1C_3I::Execute(), TFunction_Block_Addition_F32_1C_4I::Execute(), TFunction_Block_Moving_Average_128_1C::Execute(), TFunction_Block_Moving_Average_128_F32_1C_T2::Execute(), TFunction_Block_Moving_Average_128_2C::Execute(), TFunction_Block_Moving_Average_128_3C::Execute(), TFunction_Block_Moving_Average_256_1C::Execute(), TFunction_Block_AND_BOOL_1C_2I::Execute(), TFunction_Block_AND_BOOL_1C_3I::Execute(), TFunction_Block_AND_BOOL_1C_4I::Execute(), TFunction_Block_AND_BOOL_1C_5I::Execute(), TFunction_Block_AND_BOOL_1C_7I::Execute(), TFunction_Block_AND_BOOL_1C_8I::Execute(), TFunction_Block_And_U16_1C_2I::Execute(), TFunction_Block_Angle_Addition_F32_1C_2I::Execute(), TFunction_Block_Ballast_Control::Execute(), TFunction_Block_Band_Comparator_F32_1C_T1::Execute(), TFunction_Block_Band_Comparator_F32_1C_T2::Execute(), TFunction_Block_Band_F32_8C_T1::Execute(), TFunction_Block_Merge_BOOL_U16::Execute(), TFunction_Block_Merge_BOOL_U32::Execute(), TFunction_Block_Merge_U8_U16::Execute(), TFunction_Block_Split_U16_BOOL::Execute(), TFunction_Block_Split_U32_BOOL::Execute(), TFunction_Block_Split_U16_U8::Execute(), TFunction_Block_Split_U16_U16::Execute(), TFunction_Block_Split_U64_U32::Execute(), TFunction_Block_Cabinet_Cooling_System::Execute(), TFunction_Block_Cabinet_Cooling_System_Model::Execute(), TFunction_Block_Clarke_Transformation::Execute(), TFunction_Block_Comparator_Equal_To_F32::Execute(), TFunction_Block_Comparator_Equal_To_U16::Execute(), TFunction_Block_Comparator_Equal_To_U32::Execute(), TFunction_Block_Comparator_Greater_Than_F32_1C::Execute(), TFunction_Block_Comparator_Greater_Than_F32_12C::Execute(), TFunction_Block_Comparator_Less_Than::Execute(), TFunction_Block_Comparator_Not_Equal_To_F32::Execute(), TFunction_Block_Comparator_Not_Equal_To_U16::Execute(), TFunction_Block_Contactor_Model::Execute(), TFunction_Block_Cooling_System_Model::Execute(), TFunction_Block_Cosinus::Execute(), TFunction_Block_Crowbar_Control::Execute(), TFunction_Block_DC_Bus_Precharge_Type_1_FSM::Execute(), TFunction_Block_DC_Bus_Precharge_Type_2_FSM::Execute(), TFunction_Block_DC_Offset_Compensation::Execute(), TFunction_Block_Debounce_BOOL_1C::Execute(), TFunction_Block_DFIG_IRD_Calculation::Execute(), TFunction_Block_DFIG_IRQ_To_ISQ_Convertion::Execute(), TFunction_Block_DFIG_Torque_Model::Execute(), TFunction_Block_Discrete_Delay_Z1_F32_1C::Execute(), TFunction_Block_Division_F32_1C::Execute(), TFunction_Block_Drive_Train_Vibration_Damping::Execute(), TFunction_Block_Environment::Execute(), TFunction_Block_Gain::Execute(), TFunction_Block_Gain_Negation::Execute(), TFunction_Block_Grid_Filter::Execute(), TFunction_Block_Grid_Power_Control::Execute(), TFunction_Block_I_Regulator::Execute(), TFunction_Block_Increment_Decrement_Button_Controller::Execute(), TFunction_Block_Instantaneous_Power_ABC_PQ::Execute(), TFunction_Block_Instantaneous_Power_ab_PQ::Execute(), TFunction_Block_Instantaneous_Power_ab0_PQ::Execute(), TFunction_Block_Instantaneous_Power_DQ_PQ::Execute(), TFunction_Block_Instantaneous_Power_DQ0_PQ::Execute(), TFunction_Block_Inverse_Clarke_Transformation::Execute(), TFunction_Block_Inverse_Park_Transformation::Execute(), TFunction_Block_Inverse_Park_Transformation_DQ_ABC::Execute(), TFunction_Block_Lamp_Indicator_Controller::Execute(), TFunction_Block_Latch_On_High_Level_F32_1C::Execute(), TFunction_Block_Latch_On_Low_Level_F32_1C::Execute(), TFunction_Block_Limit_2D_F32_1C::Execute(), TFunction_Block_Limit_2D_X_F32_1C::Execute(), TFunction_Block_Limit_2D_XY_F32_1C::Execute(), TFunction_Block_Limit_F32_1C::Execute(), TFunction_Block_Limit_LEZ_F32_1C::Execute(), TFunction_Block_Line_Phase_Transformation::Execute(), TFunction_Block_Liquid_Cooling_System::Execute(), TFunction_Block_Liquid_Cooling_System_T2::Execute(), TFunction_Block_Liquid_Cooling_System_T3::Execute(), TFunction_Block_Local_Remote_Switch_Controller::Execute(), TFunction_Block_LVRT_FSM::Execute(), TFunction_Block_Magnitude_2D::Execute(), TFunction_Block_Magnitude_3D::Execute(), TFunction_Block_Maximum_F32_1C_2I::Execute(), TFunction_Block_Maximum_F32_20C_2I::Execute(), TFunction_Block_Maximum_F32_2C_2I::Execute(), TFunction_Block_Mechanical_To_Electrical_Angle::Execute(), TFunction_Block_Minimum_F32_1C_2I::Execute(), TFunction_Block_Minimum_F32_20C_2I::Execute(), TFunction_Block_Minimum_F32_2C_2I::Execute(), TFunction_Block_Multiplexer_BOOL_1C_2I_T1::Execute(), TFunction_Block_Multiplexer_BOOL_1C_4I_T1::Execute(), TFunction_Block_Multiplexer_BOOL_1C_4I_T2::Execute(), TFunction_Block_Multiplexer_F32_1C_4I_T1::Execute(), TFunction_Block_Multiplexer_F32_1C_4I_T2::Execute(), TFunction_Block_Multiplexer_F32_2C_2I_T1::Execute(), TFunction_Block_Multiplexer_F32_2C_4I_T1::Execute(), TFunction_Block_Multiplication::Execute(), TFunction_Block_Multiplication_3::Execute(), TFunction_Block_Multiplication_4::Execute(), TFunction_Block_Multiplication_N_3::Execute(), TFunction_Block_Multiplicative_Inverse_F32_1C::Execute(), TFunction_Block_NAND_BOOL_1C_2I::Execute(), TFunction_Block_NAND_3::Execute(), TFunction_Block_NAND_4::Execute(), TFunction_Block_NAND_5::Execute(), TFunction_Block_NAND_6::Execute(), TFunction_Block_NAND_7::Execute(), TFunction_Block_NAND_8::Execute(), TFunction_Block_Negation_F32_1C::Execute(), TFunction_Block_Negation_F32_2C::Execute(), TFunction_Block_Negation_F32_3C::Execute(), TFunction_Block_NOR_1C_17I::Execute(), TFunction_Block_NOR_1C_18I::Execute(), TFunction_Block_NOR_1C_19I::Execute(), TFunction_Block_NOR_1C_20I::Execute(), TFunction_Block_NOR_1C_2I::Execute(), TFunction_Block_NOR_1C_3I::Execute(), TFunction_Block_NOR_1C_4I::Execute(), TFunction_Block_NOR_1C_5I::Execute(), TFunction_Block_NOR_1C_6I::Execute(), TFunction_Block_NOR_1C_7I::Execute(), TFunction_Block_NOR_1C_8I::Execute(), TFunction_Block_Inversion_BOOL_1C::Execute(), TFunction_Block_Inversion_BOOL_2C::Execute(), TFunction_Block_Inversion_BOOL_3C::Execute(), TFunction_Block_Inversion_BOOL_4C::Execute(), TFunction_Block_Inversion_BOOL_5C::Execute(), TFunction_Block_Inversion_BOOL_6C::Execute(), TFunction_Block_Off_Delay::Execute(), TFunction_Block_Offset_Gain::Execute(), TFunction_Block_On_Delay::Execute(), TFunction_Block_OR_1C_13I::Execute(), TFunction_Block_OR_1C_17I::Execute(), TFunction_Block_OR_1C_18I::Execute(), TFunction_Block_OR_1C_19I::Execute(), TFunction_Block_OR_1C_20I::Execute(), TFunction_Block_OR_1C_22I::Execute(), TFunction_Block_OR_1C_23I::Execute(), TFunction_Block_OR_1C_24I::Execute(), TFunction_Block_OR_1C_2I::Execute(), TFunction_Block_OR_1C_3I::Execute(), TFunction_Block_OR_1C_4I::Execute(), TFunction_Block_OR_1C_5I::Execute(), TFunction_Block_OR_1C_6I::Execute(), TFunction_Block_OR_1C_7I::Execute(), TFunction_Block_OR_1C_8I::Execute(), TFunction_Block_OR_1C_9I::Execute(), TFunction_Block_Orthogonal_Signal_Generator::Execute(), TFunction_Block_OSG_1_Phase_PLL::Execute(), TFunction_Block_OSG_3_Phase_PLL::Execute(), TFunction_Block_Park_Transformation_F32_T1::Execute(), TFunction_Block_Park_Transformation_F32_T2::Execute(), TFunction_Block_Park_Transformation_F32_T3::Execute(), TFunction_Block_Park_Transformation_F32_T4::Execute(), TFunction_Block_PI_Regulator_F32_T1::Execute(), TFunction_Block_PI_Regulator_F32_T2::Execute(), TFunction_Block_PI_Regulator_F32_T3::Execute(), TFunction_Block_PI_Regulator_F32_T4::Execute(), TFunction_Block_PI_Regulator_F32_T5::Execute(), TFunction_Block_PI_Regulator_F32_T6::Execute(), TFunction_Block_PI_Regulator_F32_T7::Execute(), TFunction_Block_PI_Regulator_F32_T8::Execute(), TFunction_Block_PID_Regulator::Execute(), TFunction_Block_Polar_Vector_Generator::Execute(), TFunction_Block_PT1_F32_1C_T1::Execute(), TFunction_Block_PT1_F32_1C_T2::Execute(), TFunction_Block_PT1_1C_T3::Execute(), TFunction_Block_PT1_F32_2C_T1::Execute(), TFunction_Block_PT1_F32_3C_T1::Execute(), TFunction_Block_PT1_3C_T3::Execute(), TFunction_Block_PT1_F32_4C_T1::Execute(), TFunction_Block_PT1_F32_8C_T1::Execute(), TFunction_Block_Quadrature_Signal_Generator_T1::Execute(), TFunction_Block_Quadrature_Signal_Generator::Execute(), TFunction_Block_Range_F32_1C_8I::Execute(), TFunction_Block_Rectangular_Signal_Generator_BOOL_T1::Execute(), TFunction_Block_Rectangular_Signal_Generator_F32_T1::Execute(), TFunction_Block_RMS_Moving_Average_Filter_128_3C::Execute(), TFunction_Block_RS_Flip_Flop_BOOL::Execute(), TFunction_Block_Run_Stop_Button_Controller::Execute(), TFunction_Block_Sample_And_Hold_On_Rising_Edge_F32_1C::Execute(), TFunction_Block_Scale_ADC_Value::Execute(), TFunction_Block_Scaled_Data_Type_Convertion_F32_I16::Execute(), TFunction_Block_SCR_Cut_Wave_Controller_1_Phase::Execute(), TFunction_Block_SCR_Skip_Half_Wave_Controller_1_Phase::Execute(), TFunction_Block_SCR_Skip_Full_Wave_Controller_1_Phase::Execute(), TFunction_Block_Signal_Delay::Execute(), TFunction_Block_Single_Ended_To_Differential::Execute(), TFunction_Block_Sinus::Execute(), TFunction_Block_Sinus_Cosinus_T1::Execute(), TFunction_Block_Sinus_Cosinus_T2::Execute(), TFunction_Block_Sinus_Cosinus_T3::Execute(), TFunction_Block_Sinus_Cosinus_T4::Execute(), TFunction_Block_Sinus_Cosinus_F32_T1::Execute(), TFunction_Block_Sinus_Cosinus_F32_T2::Execute(), TFunction_Block_Sinus_Cosinus_F32_T3::Execute(), TFunction_Block_Sinus_Cosinus_F32_T4::Execute(), TFunction_Block_Sinus_Filter_Synchroniser::Execute(), TFunction_Block_Sinus_Signal_Generator::Execute(), TFunction_Block_Slew_Rate_Limit::Execute(), TFunction_Block_SRF_PLL::Execute(), TFunction_Block_Subtraction_F32_1C_2I::Execute(), TFunction_Block_Subtraction_F32_1C_3I::Execute(), TFunction_Block_Subtraction_F32_1C_4I::Execute(), TFunction_Block_Subtraction_F32_2C_2I::Execute(), TFunction_Block_Switch_Button_Controller::Execute(), TFunction_Block_Temperature_Monitor::Execute(), TFunction_Block_Toggle_Button_Controller::Execute(), TFunction_Block_Transport_Delay_F32_128::Execute(), TFunction_Block_Transport_Delay_F32_256::Execute(), TFunction_Block_Type_Convertion_BOOL_F32::Execute(), TFunction_Block_Type_Convertion_BOOL_F64::Execute(), TFunction_Block_Type_Convertion_F32_I16::Execute(), TFunction_Block_Type_Convertion_U32_F32::Execute(), TFunction_Block_Window_Integrator::Execute(), TFunction_Block_Digital_Input_T2::Execute(), TFunction_Block_FPGA_Trip_Controller_T0::Execute(), TFunction_Block_FPGA_Trip_Controller_T1::Execute(), TPWM_3P2L_T1::Execute(), TPWM_3P2L::Execute(), TFunction_Block_Simple_Grid_Model_Test::Execute(), TFunction_Block_Software_Trip_Controller_T1::Execute(), TFunction_Block_Software_Trip_Controller_T2::Execute(), TFunction_Block_Software_Trip_Controller_T3::Execute(), TKG3_LCSI_T1::Execute(), TKG3_CAB_EXT_T1::Execute(), TP005_03_V2_0_AI::Execute(), TP005_03_V2_0_AI_T2::Execute(), TP005_03_V2_0_AI_T3::Execute(), TP005_03_V2_0_AI_T4::Execute(), TP005_03_V2_0_AI_2V::Execute(), TP005_03_V2_0_AI_2V_E1::Execute(), TP005_03_V2_0_AI_BUG_FIX::Execute(), TP005_03_V2_0_AI_V::Execute(), TP005_03_V2_0_AI_V_BUG_FIX::Execute(), TP012_33_V1_0_IGBT_IO::Execute(), TP014_47_V1_0_PFOTX::Execute(), TP014_48_V1_0_PFORX::Execute(), TP015_09_FOTR_T0::Execute(), TP015_09_FOTR_T1::Execute(), TP015_09_V1_Crowbar_T2::Execute(), TP015_09_V1_0_DC_Bus_T2::Execute(), TP015_09_V1_DIO_T2::Execute(), TP015_09_V1_0_Encoder::Execute(), TP015_09_V1_0_Encoder_T2::Execute(), TP016_26_KG3_TSA_T1::Execute(), TP017_20_KG3_FOTR_T0::Execute(), TP017_20_KG3_FOTR_T1::Execute(), TP017_42_KG3_AI_T0::Execute(), TP017_42_KG3_AI_T1::Execute(), TP017_42_KG3_AI_T2::Execute(), TP017_52_KG3_CI_T1::Execute(), TKG3_RTD2_T0::Execute(), TKG3_RTD2_T1::Execute(), TP018_20_KG3_EXT_VI::Execute(), TP018_34_KG3_BLCP_T1::Execute(), TP018_39_KG3_BLA_T1::Execute(), TP018_39_KG3_BLA_T1_E::Execute(), TP019_11_KG3_FC::Execute(), TP019_11_KG3_MOD::Execute(), TP019_14_KG3_DIO2_T1::Execute(), TP021_23_KG3_EVIO_T1::Execute(), TKG3_DCBIO_V2::Execute_Inputs(), TP005_06_V2_0_DIO::Execute_Inputs(), TP011_35_V2_0_DC_Bus::Execute_Inputs(), TP015_09_V1_0_Crowbar::Execute_Inputs(), TP015_09_V1_0_DC_Bus::Execute_Inputs(), TP015_09_V1_DIO_T1::Execute_Inputs(), TP016_37_V1_DS1_IO::Execute_Inputs(), TP017_21_KG3_DIO_T0::Execute_Inputs(), TP017_21_KG3_DIO_T1::Execute_Inputs(), TP017_21_KG3_DIO_T2::Execute_Inputs(), TP017_43_KG3_DCB_T0::Execute_Inputs(), TP017_43_KG3_DCB_T1::Execute_Inputs(), TP017_66_KG3_FAN::Execute_Inputs(), TP018_26_KG3_GIO_T0::Execute_Inputs(), TP018_26_KG3_GIO_T1::Execute_Inputs(), TP020_36_V1_0_DCBIO::Execute_Inputs(), TP005_06_V2_0_DIO::Execute_Outputs(), TP015_09_V1_DIO_T1::Execute_Outputs(), TP016_37_V1_DS1_IO::Execute_Outputs(), TP017_21_KG3_DIO_T0::Execute_Outputs(), TP017_21_KG3_DIO_T1::Execute_Outputs(), TP018_26_KG3_GIO_T0::Execute_Outputs(), TP018_26_KG3_GIO_T1::Execute_Outputs(), TFunction_Block_Liquid_Cooling_System_T2::Flow_Sensor(), TP013_49_V1_0_RTD::Get_Temperature_Channel_1(), TP015_09_V1_0_RTD::Get_Temperature_Channel_1(), TP017_41_KG3_RTD::Get_Temperature_Channel_1(), TP015_09_V1_0_RTD::Get_Temperature_Channel_10(), TP013_49_V1_0_RTD::Get_Temperature_Channel_2(), TP015_09_V1_0_RTD::Get_Temperature_Channel_2(), TP017_41_KG3_RTD::Get_Temperature_Channel_2(), TP013_49_V1_0_RTD::Get_Temperature_Channel_3(), TP015_09_V1_0_RTD::Get_Temperature_Channel_3(), TP017_41_KG3_RTD::Get_Temperature_Channel_3(), TP013_49_V1_0_RTD::Get_Temperature_Channel_4(), TP015_09_V1_0_RTD::Get_Temperature_Channel_4(), TP017_41_KG3_RTD::Get_Temperature_Channel_4(), TP015_09_V1_0_RTD::Get_Temperature_Channel_5(), TP015_09_V1_0_RTD::Get_Temperature_Channel_6(), TP015_09_V1_0_RTD::Get_Temperature_Channel_7(), TP015_09_V1_0_RTD::Get_Temperature_Channel_8(), TP015_09_V1_0_RTD::Get_Temperature_Channel_9(), TFunction_Block_Liquid_Cooling_System::Haet_Exchanger(), TFunction_Block_Liquid_Cooling_System_T2::Haet_Exchanger(), TFunction_Block_Liquid_Cooling_System_T3::Haet_Exchanger(), TFunction_Block_Cooling_System_Model::He_Fan_State_Changer(), TFunction_Block_Liquid_Cooling_System::Heater(), TFunction_Block_Liquid_Cooling_System_T2::Heater(), TFunction_Block_Liquid_Cooling_System_T3::Heater(), TFunction_Block_Cooling_System_Model::Heater_State_Changer(), TFunction_Block_Cabinet_Cooling_System_Model::Init(), TPWM_1C2P2L::Init(), TPWM_1C3P2L::Init(), TPWM_3P2L_T1::Init(), TPWM_3P2L::Init(), TP019_14_KG3_DIO2_T1::Init(), TFunction_Block_Liquid_Cooling_System::Inlet(), TFunction_Block_Liquid_Cooling_System_T2::Inlet(), TBlock_Output_Connector::operator=(), TBlock_Input_Connector::operator=(), TBlock_Parameter_Connector::operator=(), TParameter_Base::operator=(), TFunction_Block_Liquid_Cooling_System::Outlet(), TFunction_Block_Liquid_Cooling_System_T2::Outlet(), TFunction_Block_Liquid_Cooling_System::Pressure(), TFunction_Block_Liquid_Cooling_System_T2::Pressure(), TFunction_Block_Liquid_Cooling_System_T3::Pressure(), TFunction_Block_Liquid_Cooling_System::Pump(), TFunction_Block_Liquid_Cooling_System_T2::Pump(), TFunction_Block_Liquid_Cooling_System_T3::Pump(), TFunction_Block_Cooling_System_Model::Pump_State_Changer(), TP021_23_KG3_EVIO_T1::Read_EVDCChargeTargets(), TP021_23_KG3_EVIO_T1::Read_EVDCEnergyLimits(), TP021_23_KG3_EVIO_T1::Read_EVDCMaxLimits(), TP021_23_KG3_EVIO_T1::Read_EVMacAddress(), TP021_23_KG3_EVIO_T1::Read_EVStatusDisplay(), TFunction_Block_Orthogonal_Signal_Generator::Send_Information(), TFunction_Block_OSG_3_Phase_PLL::Send_Information(), TFunction_Block_Quadrature_Signal_Generator_T1::Send_Information(), TFunction_Block_Quadrature_Signal_Generator::Send_Information(), TFunction_Block_Sinus_Signal_Generator::Send_Information(), TKG3_DCBIO_V2::Send_Information(), TP005_03_V2_0_AI::Send_Information(), TP005_03_V2_0_AI_T2::Send_Information(), TP005_03_V2_0_AI_T3::Send_Information(), TP005_03_V2_0_AI_T4::Send_Information(), TP005_03_V2_0_AI_2V::Send_Information(), TP005_03_V2_0_AI_BUG_FIX::Send_Information(), TP005_03_V2_0_AI_V::Send_Information(), TP005_03_V2_0_AI_V_BUG_FIX::Send_Information(), TP011_35_V2_0_DC_Bus::Send_Information(), TP012_33_V1_0_IGBT_IO::Send_Information(), TP014_47_V1_0_PFOTX::Send_Information(), TP014_48_V1_0_PFORX::Send_Information(), TP015_09_V1_0_DC_Bus::Send_Information(), TP015_09_V1_0_DC_Bus_T2::Send_Information(), TP015_09_V1_0_Encoder_T2::Send_Information(), TP017_42_KG3_AI_T0::Send_Information(), TP017_42_KG3_AI_T1::Send_Information(), TP017_42_KG3_AI_T2::Send_Information(), TP017_43_KG3_DCB_T0::Send_Information(), TP017_43_KG3_DCB_T1::Send_Information(), TP017_52_KG3_CI_T1::Send_Information(), TP018_20_KG3_EXT_VI::Send_Information(), TP018_26_KG3_GIO_T0::Send_Information(), TP018_26_KG3_GIO_T1::Send_Information(), TP018_39_KG3_BLA_T1::Send_Information(), TP018_39_KG3_BLA_T1_E::Send_Information(), TP020_36_V1_0_DCBIO::Send_Information(), Set_Type(), Set_Type_BOOL(), TBlock_Input_Connector::Set_Type_BOOL(), TBlock_Input_Connector::Set_Type_F128(), TBlock_Input_Connector::Set_Type_F16(), TBlock_Input_Connector::Set_Type_F256(), Set_Type_F32(), TBlock_Input_Connector::Set_Type_F32(), Set_Type_F64(), TBlock_Input_Connector::Set_Type_F64(), TBlock_Input_Connector::Set_Type_I128(), Set_Type_I16(), TBlock_Input_Connector::Set_Type_I16(), TBlock_Input_Connector::Set_Type_I256(), Set_Type_I32(), TBlock_Input_Connector::Set_Type_I32(), Set_Type_I64(), TBlock_Input_Connector::Set_Type_I64(), Set_Type_I8(), TBlock_Input_Connector::Set_Type_I8(), TBlock_Input_Connector::Set_Type_U128(), Set_Type_U16(), TBlock_Input_Connector::Set_Type_U16(), TBlock_Input_Connector::Set_Type_U256(), Set_Type_U32(), TBlock_Input_Connector::Set_Type_U32(), Set_Type_U64(), TBlock_Input_Connector::Set_Type_U64(), Set_Type_U8(), TBlock_Input_Connector::Set_Type_U8(), TFunction_Block_Liquid_Cooling_System_T3::Temperature_Inlet(), TFunction_Block_Liquid_Cooling_System_T3::Temperature_Outlet(), TFunction_Block_SCR_Skip_Full_Wave_Controller_1_Phase::TFunction_Block_SCR_Skip_Full_Wave_Controller_1_Phase(), TFunction_Block_SCR_Skip_Half_Wave_Controller_1_Phase::TFunction_Block_SCR_Skip_Half_Wave_Controller_1_Phase(), TProtocol_Base::Transmit_Connector_Value_As_Boolean(), TProtocol_Base::Transmit_Connector_Value_As_Decimal(), and TProtocol_Base::Transmit_Connector_Value_As_Hex().

◆ OnResolveConnectorAddress

__property TResolveConnectorAddressEvent TBlock_Connector::OnResolveConnectorAddress = { read = FOnResolveConnectorAddress, write = FOnResolveConnectorAddress }

◆ OutputConnectorAddress

TBlock_Connector_Address TBlock_Connector::OutputConnectorAddress

◆ Selected

__property BOOL TBlock_Connector::Selected = { read = FSelected, write = SetSelectedFlag }

◆ Signal_Position

TBlock_Signal_Position TBlock_Connector::Signal_Position

◆ StorageOfConnectors

TList* TBlock_Connector::StorageOfConnectors

◆ StorageOfSignals

TList* TBlock_Connector::StorageOfSignals

◆ Temporary_Signal

TBlock_Connector_Signal* TBlock_Connector::Temporary_Signal
private

Temporary signal pointer storage.

Referenced by Create_Signal(), and Destroy_Signal().

◆ u32_Connector_ID

U32 TBlock_Connector::u32_Connector_ID = (U32)0
private

Connector ID.


The documentation for this class was generated from the following files: