- DateAndTime - Class in de.htw.berlin.polysun4diac.forte.datatypes
-
Class for representing time stamps in the IEC 61499 DATE_AND_TIME format as represented in 4diac-RTE (FORTE).
- DateAndTime() - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Default constructor
- DateAndTime(long) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start value with the number of ms since 1st January 1970, 01:00:00.000
- DateAndTime(int) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) to the beginning of the year
- DateAndTime(int, int) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) to the beginning of the month in a given year.
- DateAndTime(int, int, int) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) according to the inputs.
- DateAndTime(int, int, int, int) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) according to the inputs.
- DateAndTime(int, int, int, int, int) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) according to the inputs.
- DateAndTime(int, int, int, int, int, int) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) according to the inputs.
- DateAndTime(int, int, int, int, int, int, int) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) according to the inputs.
- DateAndTime(Calendar) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object and initializes the simulation start (simulationTime = 0) according to a Calendar object.
- DateAndTime(String) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object from a string of the format dd.MM.yyyy HH:mm:ss.
- DateAndTime(String, String) - Constructor for class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Constructs a DateAndTime object from a string of the specified format.
- DATEFORMAT - Static variable in class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Date format used for this class
- DATEFORMATSTR - Static variable in class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
String representing the date and time format
- de.htw.berlin.polysun4diac.exception - package de.htw.berlin.polysun4diac.exception
-
Package for library-specific exceptions
- de.htw.berlin.polysun4diac.plugins - package de.htw.berlin.polysun4diac.plugins
-
PluginControllers for co-simulations between Polysun and 4diac
- DEF_IMGPATH - Static variable in class de.htw.berlin.polysun4diac.CommonFunctionsAndConstants
-
Path to the default plugin controller image.
- DEF_PORT_NUMBER - Static variable in class de.htw.berlin.polysun4diac.CommonFunctionsAndConstants
-
Default port number for communication with 4diac function blocks.
- DEF_TCP_ADDRESS - Static variable in class de.htw.berlin.polysun4diac.CommonFunctionsAndConstants
-
Default client address for communication with 4diac function blocks.
- DEFHOUR - Static variable in class de.htw.berlin.polysun4diac.forte.datatypes.DateAndTime
-
Default hour
- DINTBN - Static variable in class de.htw.berlin.polysun4diac.forte.datatypes.ForteTypeIDs
-
Number of bytes to allocate for DINT data type
- DINTID - Static variable in class de.htw.berlin.polysun4diac.forte.datatypes.ForteTypeIDs
-
FORTE type ID of DINT data type
- disconnect() - Method in class de.htw.berlin.polysun4diac.forte.comm.CommFunctionBlockLayer
-
- disconnect() - Method in class de.htw.berlin.polysun4diac.forte.comm.ForteDataBufferLayer
-
- disconnect() - Method in interface de.htw.berlin.polysun4diac.forte.comm.IForteSocket
-
Closes the connection.
- disconnect() - Method in class de.htw.berlin.polysun4diac.plugins.AbstractSingleComponentController
-
- disconnect() - Method in class de.htw.berlin.polysun4diac.plugins.IForteSocketEcho
-
Disconnects the echo actor.
- DTBN - Static variable in class de.htw.berlin.polysun4diac.forte.datatypes.ForteTypeIDs
-
Number of bytes to allocate for DATE_AND_TIME data type
- DTID - Static variable in class de.htw.berlin.polysun4diac.forte.datatypes.ForteTypeIDs
-
FORTE type ID of DATE_AND_TIME data type