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