DasuOneAsceCommon

org.eso.ias.dasu.test.DasuOneAsceCommon
class DasuOneAsceCommon(autoRefreshTimeInterval: Integer, validityThreshold: Integer) extends OutputListener

Setup the DASU with one ASCE as it is reused by more than one test

Value parameters

autoRefreshTimeInterval

The auto-refresh time (msec) to pass to the DASU

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def buildDasu(): Option[DasuImpl]
def buildValue(d: Double): IASValue[_]
override def outputEvent(output: IASValue[_]): Unit

Notifies about a new output produced by the DASU

Notifies about a new output produced by the DASU

Attributes

Definition Classes
override def outputStringifiedEvent(outputStr: String): Unit

Notifies about a new output produced by the DASU formatted as String

Notifies about a new output produced by the DASU formatted as String

Attributes

Definition Classes

Concrete fields

val cdbFiles: CdbFiles
val cdbParentPath: Path
val cdbReader: CdbReader
var dasu: Option[DasuImpl]
val dasuDao: DasuDao
val dasuId: String
val outputStringsReceived: ArrayBuffer[String]

The output, formatted as strings, published by the DASU

The output, formatted as strings, published by the DASU

Attributes

val outputValuesReceived: ArrayBuffer[IASValue[_]]

The output values published by the DASU

The output values published by the DASU

Attributes

val stringSerializer: Option[IasValueJsonSerializer]