- calculateRegexMatchEnd(Matcher) - Method in class InstrumentationPlatformGUI.CompilerExtensions.ExtendedFunctionTokenFactory
-
Override to make sure the parenthesis, needed to correctly identify the Token,
doesn't become part of the token string itself.
- CastToByteUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.CastFunctions
-
CLUC built-in function to force casting from float or integer to byte,
forcing a lossy conversion if necessary.
- CastToByteUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.CastFunctions.CastToByteUserFunctionToken
-
- CastToByteUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.CastFunctions
-
- CastToByteUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.CastFunctions.CastToByteUserFunctionTokenFactory
-
- CastToIntUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.CastFunctions
-
CLUC built-in function to force casting from float to integer,
forcing a lossy conversion if necessary.
- CastToIntUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.CastFunctions.CastToIntUserFunctionToken
-
- CastToIntUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.CastFunctions
-
- CastToIntUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.CastFunctions.CastToIntUserFunctionTokenFactory
-
- CHECKBOX - Static variable in class InstrumentationPlatformGUI.Elements.GUIelement
-
- clearBuffer() - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator.SerialReader
-
Clear the input buffer; This function should be called when a
communication error occurs.
- close() - Method in class InstrumentationPlatformGUI.KeyInput.Menu
-
Close this menu.
- CodeUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions
-
CLUC function, used to print a text in the status window of a
GUIPanel
.
- CodeUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.CodeUserFunctionToken
-
- CodeUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions
-
- CodeUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.CodeUserFunctionTokenFactory
-
- colorFromFloat(float) - Method in class InstrumentationPlatformGUI.ColorManager
-
Creates and returns a Color, given a float.
- ColorManager - Class in InstrumentationPlatformGUI
-
Utility class for managing colors.
- connect(String) - Method in class InstrumentationPlatformGUI.Communication.SerialCommunicator
-
Estabilish connection with a module, located on serial port of the given
name (such as "COM1" on win or "/dev/ttyUSB0/" on Linux)
- ConnectToUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions
-
CLUC built-in function, used to initialize the connection to a module.
- ConnectToUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.ConnectToUserFunctionToken
-
- ConnectToUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions
-
- ConnectToUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.ConnectToUserFunctionTokenFactory
-
- Container - Class in InstrumentationPlatformGUI.Communication.Obsolete
-
- Container() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.Container
-
Deprecated.
- ContainerFactory - Class in InstrumentationPlatformGUI.Communication.Obsolete
-
- ContainerFactory() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory
-
Deprecated.
- ContainerFactory_backup - Class in InstrumentationPlatformGUI.Communication.Obsolete
-
- ContainerFactory_backup() - Constructor for class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory_backup
-
Deprecated.
- copyPropertiesTo(GUIelement) - Method in class InstrumentationPlatformGUI.Elements.GUIelement
-
Copy all the
Property
objects of this
GUIelement
to the
GUIelement
provided.
- CopyRegisterUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.RegisterFunctions
-
CLUC built-in function, used to copy content between registers.
- CopyRegisterUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.CopyRegisterUserFunctionToken
-
- CopyRegisterUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.RegisterFunctions
-
- CopyRegisterUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.RegisterFunctions.CopyRegisterUserFunctionTokenFactory
-
- CosUserFunctionToken - Class in InstrumentationPlatformGUI.clucFunctions.MathFunctions
-
CLUC function, used to compute a cosine of an argument in radians.
- CosUserFunctionToken(String) - Constructor for class InstrumentationPlatformGUI.clucFunctions.MathFunctions.CosUserFunctionToken
-
- CosUserFunctionTokenFactory - Class in InstrumentationPlatformGUI.clucFunctions.MathFunctions
-
- CosUserFunctionTokenFactory() - Constructor for class InstrumentationPlatformGUI.clucFunctions.MathFunctions.CosUserFunctionTokenFactory
-
- create(byte[], int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.AbstractContainerFactory
-
Deprecated.
- create(byte[], int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory
-
Deprecated.
- create(byte[], int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ContainerFactory_backup
-
Deprecated.
- create(byte[], int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.ModuleFactory
-
Deprecated.
- create(byte[], int) - Method in class InstrumentationPlatformGUI.Communication.Obsolete.RegisterFactory
-
Deprecated.
- create(byte[], int) - Static method in class InstrumentationPlatformGUI.Communication.Obsolete.VariableFactory
-
Deprecated.
- create(String, int) - Method in class InstrumentationPlatformGUI.CompilerExtensions.ExtendedFunctionTokenFactory
-
- createStringFromKeyEvent(KeyEvent) - Static method in class InstrumentationPlatformGUI.KeyInput.KeyProcessingUtils
-
Create a string, representing the given KeyEvent
.