Simply3DScan
|
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... | |
Representations of commands and states to control arduino sketch
Definition at line 6 of file CommandRepresentations.cs.
|
package |
ACK constant
Definition at line 60 of file CommandRepresentations.cs.
const int ArduinoConnection.CommandRepresentations.DisableLaserCommand = 100 |
The disable laser command
Definition at line 11 of file CommandRepresentations.cs.
|
package |
The disable light command
Definition at line 42 of file CommandRepresentations.cs.
|
package |
The disable micro stepping command
Definition at line 51 of file CommandRepresentations.cs.
const int ArduinoConnection.CommandRepresentations.EnableLaserCommand = 101 |
The enable laser command
Definition at line 15 of file CommandRepresentations.cs.
|
package |
The enable light command
Definition at line 38 of file CommandRepresentations.cs.
|
package |
The enable micro stepping command
Definition at line 47 of file CommandRepresentations.cs.
|
package |
Error constant
Definition at line 68 of file CommandRepresentations.cs.
|
package |
NACK constant
Definition at line 64 of file CommandRepresentations.cs.
|
package |
Ping constant
Definition at line 56 of file CommandRepresentations.cs.
|
package |
The rotate laser counterclockwise command
Definition at line 24 of file CommandRepresentations.cs.
|
package |
The rotate laser clockwise command
Definition at line 20 of file CommandRepresentations.cs.
|
package |
The rotate turn table counter clockwise command
Definition at line 33 of file CommandRepresentations.cs.
|
package |
The rotate turn table clockwise command
Definition at line 29 of file CommandRepresentations.cs.