InOut companion object
Attributes
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Build a InOut that is the input of a ASCE. This InOut has the validity inherited from the validities of the inputs of the ASCE initially set to INVALID
Build a InOut that is the input of a ASCE. This InOut has the validity inherited from the validities of the inputs of the ASCE initially set to INVALID
Such a IASIO is useful when it is expected but has not yet been sent by the BSDB or a ASCE: we know that it exists but we do not know yet its initial value.
Value parameters
- iasType
-
the type of the value of the IASIO
- id
-
the identifier
Attributes
- Returns
-
a InOut initially empty
Build a InOut that is an output of a ASCE. This InOut has the validity inherited from the IASValue initially set to INVALID
Build a InOut that is an output of a ASCE. This InOut has the validity inherited from the IASValue initially set to INVALID
Such a IASIO is useful when it is expected but has not yet been sent by the BSDB or a ASCE: we know that it exists but we do not know yet its initial value.
Value parameters
- iasType
-
the type of the value of the IASIO
- id
-
the identifier
Attributes
- Returns
-
a InOut initially empty
Check if the passed value is of the proper type
Check if the passed value is of the proper type
Value parameters
- iasType:
-
The IAS type
- value:
-
The value to check they type against the iasType