Simply3DScan
Public Attributes | Package Attributes | List of all members
ArduinoConnection.CommandRepresentations Class Reference

Representations of commands and states to control arduino sketch More...

Public Attributes

const int DisableLaserCommand = 100
 The disable laser command More...
 
const int EnableLaserCommand = 101
 The enable laser command More...
 

Package Attributes

const int RotateLaserCwCommand = 110
 The rotate laser clockwise command More...
 
const int RotateLaserCcwCommand = 111
 The rotate laser counterclockwise command More...
 
const int RotateTurnTableCwCommand = 120
 The rotate turn table clockwise command More...
 
const int RotateTurnTableCcwCommand = 121
 The rotate turn table counter clockwise command More...
 
const int EnableLightCommand = 130
 The enable light command More...
 
const int DisableLightCommand = 131
 The disable light command More...
 
const int EnableMicroSteppingCommand = 141
 The enable micro stepping command More...
 
const int DisableMicroSteppingCommand = 142
 The disable micro stepping command More...
 
const int Ping = 201
 Ping constant More...
 
const int ACK = 202
 ACK constant More...
 
const int NACK = 203
 NACK constant More...
 
const int Error = 204
 Error constant More...
 

Detailed Description

Representations of commands and states to control arduino sketch

Member Data Documentation

const int ArduinoConnection.CommandRepresentations.ACK = 202
package

ACK constant

const int ArduinoConnection.CommandRepresentations.DisableLaserCommand = 100

The disable laser command

const int ArduinoConnection.CommandRepresentations.DisableLightCommand = 131
package

The disable light command

const int ArduinoConnection.CommandRepresentations.DisableMicroSteppingCommand = 142
package

The disable micro stepping command

const int ArduinoConnection.CommandRepresentations.EnableLaserCommand = 101

The enable laser command

const int ArduinoConnection.CommandRepresentations.EnableLightCommand = 130
package

The enable light command

const int ArduinoConnection.CommandRepresentations.EnableMicroSteppingCommand = 141
package

The enable micro stepping command

const int ArduinoConnection.CommandRepresentations.Error = 204
package

Error constant

const int ArduinoConnection.CommandRepresentations.NACK = 203
package

NACK constant

const int ArduinoConnection.CommandRepresentations.Ping = 201
package

Ping constant

const int ArduinoConnection.CommandRepresentations.RotateLaserCcwCommand = 111
package

The rotate laser counterclockwise command

const int ArduinoConnection.CommandRepresentations.RotateLaserCwCommand = 110
package

The rotate laser clockwise command

const int ArduinoConnection.CommandRepresentations.RotateTurnTableCcwCommand = 121
package

The rotate turn table counter clockwise command

const int ArduinoConnection.CommandRepresentations.RotateTurnTableCwCommand = 120
package

The rotate turn table clockwise command


The documentation for this class was generated from the following file: