org.eso.ias.asce.test.transfer

Members list

Type members

Classlikes

class ConstraintValidityTF(cEleId: String, cEleRunningId: String, validityTimeFrame: Long, props: Properties) extends ScalaTransferExecutor[Alarm]

The TF to check the functioning of the setting of the validity with constraints.

The TF to check the functioning of the setting of the validity with constraints.

The TF ignores the values of the inputs (it is not the purpose of this TF) and set the validity constraints according to the string contained in the input with ID constraintSetterID

Value parameters

cEleId:

the ID of the ASCE

cEleRunningId:

the runningID of the ASCE

props:

the user defined properties

validityTimeFrame:

The time frame (msec) to invalidate monitor points

Attributes

Companion
object
Supertypes
class ScalaTransferExecutor[Alarm]
class TransferExecutor
class Object
trait Matchable
class Any

Companion

Companion

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class CopyTF(cEleId: String, cEleRunningId: String, validityTimeFrame: Long, props: Properties) extends ScalaTransferExecutor[Alarm]

A scala TransferExecutor for testing purposes.

A scala TransferExecutor for testing purposes.

The purpose of this class is to check the updating of the timestamp when the output is generated

Value parameters

asceId:

the ID of the ASCE

asceRunningId:

the runningID of the ASCE

props:

the user defined properties

validityTimeFrame:

The time frame (msec) to invalidate monitor points

Attributes

See also

TransferExecutor

Supertypes
class ScalaTransferExecutor[Alarm]
class TransferExecutor
class Object
trait Matchable
class Any
class SimulatedSlowTF(cEleId: String, cEleRunningId: String, validityTimeFrame: Long, props: Properties) extends ScalaTransferExecutor[Alarm]

A transfer function to test if the component correctly detects and inhibit misbehaving (slow) TFs.

A transfer function to test if the component correctly detects and inhibit misbehaving (slow) TFs.

Value parameters

asceId:

the ID of the ASCE

asceRunningId:

the runningID of the ASCE

props:

the user defined properties

validityTimeFrame:

The time frame (msec) to invalidate monitor points

Attributes

See also

TransferExecutor

Companion
object
Supertypes
class ScalaTransferExecutor[Alarm]
class TransferExecutor
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class ThrowExceptionTF(cEleId: String, cEleRunningId: String, validityTimeFrame: Long, props: Properties) extends ScalaTransferExecutor[Nothing]

A transfer function that throws an exception: it allows to test if the exception is properly caught and the TF not executed any longer. In this case the state of the ASCE must change to TFBroken.

A transfer function that throws an exception: it allows to test if the exception is properly caught and the TF not executed any longer. In this case the state of the ASCE must change to TFBroken.

Value parameters

asceId:

the ID of the ASCE

asceRunningId:

the runningID of the ASCE

props:

the user defined properties

validityTimeFrame:

The time frame (msec) to invalidate monitor points

Attributes

Supertypes
class ScalaTransferExecutor[Nothing]
class TransferExecutor
class Object
trait Matchable
class Any
class TransferExample(cEleId: String, cEleRunningId: String, validityTimeFrame: Long, props: Properties) extends ScalaTransferExecutor[Alarm]

A scala TransferExecutor for testing purposes

A scala TransferExecutor for testing purposes

Value parameters

cEleId:

the ID of the ASCE

cEleRunningId:

the runningID of the ASCE

props:

the user defined properties

validityTimeFrame:

The time frame (msec) to invalidate monitor points

Attributes

See also

TransferExecutor

Supertypes
class ScalaTransferExecutor[Alarm]
class TransferExecutor
class Object
trait Matchable
class Any