public class Din_FBcl extends Dinout_FBcl<Din_FBcl,Dout_FBcl>
Pin_FBcl.XXXXXEKindPinBase_FBcl.EPinKind| Modifier and Type | Field and Description |
|---|---|
static Din_FBcl[] |
nullArray |
private java.lang.String |
sConstant
If not null then it is a constant given as String on this input.
|
pinDtype, steptime, zVectorDimixPin, kind, mAssociatedEvData, namePin| Constructor and Description |
|---|
Din_FBcl(PinBase_FBcl.EPinKind what,
java.lang.String namePin,
int ixPin,
FBlock_FBcl fb)
It is for
Module_FBcl.dinPort |
Din_FBcl(java.lang.String namePin,
int ixPin,
FBlock_FBcl fb) |
| Modifier and Type | Method and Description |
|---|---|
Dout_FBcl |
getConnSrc()
Gets the source of this pin.
|
java.lang.String |
getConstant() |
DinType_FBcl |
getDintype() |
java.lang.Iterable<Evin_FBcl> |
iterEvin() |
java.lang.Iterable<Operation_FBcl> |
operationsType()
Returns the appropriate Operation-List of the type to this pin.
|
void |
setConstant(java.lang.String val) |
dtypeaddEvchain, addEvchainDepending, connectFrom, connections, containsEvchain, containsOtherEvchain, dinType, doutType, evChainHex, evinType, evoutType, getFirstConnection, getNameFBpin, getOneConnection, iterConnections, iterEvchainDep, iterEvchainShow, nrofConnections, removeConnections, throwError, toString, toStringDtype, wrConInfoaddAssociatedEvData, maskAssociatedEvDatapublic static Din_FBcl[] nullArray
private java.lang.String sConstant
public Din_FBcl(java.lang.String namePin,
int ixPin,
FBlock_FBcl fb)
public Din_FBcl(PinBase_FBcl.EPinKind what, java.lang.String namePin, int ixPin, FBlock_FBcl fb)
Module_FBcl.dinPortwhat - namePin - ixPin - fb - public void setConstant(java.lang.String val)
public java.lang.String getConstant()
public Dout_FBcl getConnSrc()
Pin_FBcl.getOneConnection()
because there is either null or only one Connection from the dout.getConstant(), elsewhere the source for the pinpublic DinType_FBcl getDintype()
public java.lang.Iterable<Operation_FBcl> operationsType()
public java.lang.Iterable<Evin_FBcl> iterEvin()