Unity SDK
v1.2.0
|
Classes | |
class | DevicesStatusMessage |
struct | DeviceStatusData |
class | DisconnectMessage |
Message received from the middleware upon disconnection. More... | |
class | ExitMessage |
Message received from the middleware upon closing it. More... | |
class | GetDevicesStatusMessage |
class | GetMiddlewareStatusMessage |
interface | IWeArtMessage |
Interface for all messages sent or received on communicating with the middleware. More... | |
interface | IWeArtMessageCustomSerialization |
Interface for all messages that need a custom serialization procedure (e.g. non-serializable fields, custom serialization based on type or fields) More... | |
struct | MiddlewareConnectedDevice |
class | MiddlewareStatusMessage |
class | MillisecondsEpochConverter |
class | RawDataMessage |
class | RawDataOffMessage |
class | RawDataOnMessage |
class | SetForceMessage |
Message sent to the middleware to set the pressure force of thimbles. More... | |
class | SetTemperatureMessage |
Message sent to the middleware to set the temperature of thimbles. More... | |
class | SetTextureMessage |
Message sent to the middleware to set the haptic texture of thimbles. More... | |
class | StartCalibrationMessage |
Message that requests the middleware to start the calibration procedure. More... | |
class | StartFromClientMessage |
Message that requests the middleware to start and to turn on the hardware. More... | |
class | StopCalibrationMessage |
Message that requests the middleware to stop the calibration procedure. More... | |
class | StopForceMessage |
Message sent to the middleware to stop the force actuator of thimbles. More... | |
class | StopFromClientMessage |
Message that requests the middleware to stop and to turn off the hardware. More... | |
class | StopTemperatureMessage |
Message sent to the middleware to stop the temperature actuator of thimbles. More... | |
class | StopTextureMessage |
Message sent to the middleware to stop the haptic texture actuator of thimbles. More... | |
struct | ThimbleStatus |
class | TrackingCalibrationResult |
Message received from the middleware containing the result of the calibration procedure. More... | |
class | TrackingCalibrationStatus |
Message received from the middleware containing the current calibration procedure status. More... | |
class | TrackingMessage |
Message received from the middleware containing the closure amount of thimbles. More... | |
class | WeArtJsonMessage |
class | WeArtMessageCustomSerializer |
Internal class used to serialize and deserialize messages to/from the middleware using a simple string concatenation strategy. | |
class | WeArtMessageSerializer |
Abstract class that implements the base for serialization and deserialization of messages to/from the middleware. More... | |
Enumerations | |
enum | MiddlewareStatus { DISCONNECTED , IDLE , STARTING , RUNNING , STOPPING , UPLOADING_TEXTURES , CONNECTING_DEVICE , CALIBRATION } |
Defines the STATUS. More... | |