Here is the updated markdown page with global variables included:
Enums#
Brake Types#
Name |
C++ Enum |
Description |
---|---|---|
Coast |
|
The |
Brake |
|
The |
Hold |
|
The |
Color Types#
Name |
C++ Enum |
Description |
---|---|---|
Black |
|
The predefined color constant for black as the RGB value: (0, 0, 0). |
White |
|
The predefined color constant for white as the RGB value: (255, 255, 255). |
Red |
|
The predefined color constant for red as the RGB value: (255, 0, 0). |
Green |
|
The predefined color constant for green as the RGB value: (0, 255, 0). |
Blue |
|
The predefined color constant for blue as the RGB value: (0, 0, 255). |
Yellow |
|
The predefined color constant for yellow as the RGB value: (255, 255, 0). |
Orange |
|
The predefined color constant for orange as the RGB value: (255, 165, 0). |
Purple |
|
The predefined color constant for purple as the RGB value: (128, 0, 128). |
Cyan |
|
The predefined color constant for cyan as the RGB value: (0, 255, 255). |
Transparent |
|
The predefined color constant for transparent. |
Red Violet |
|
The predefined color constant for red-violet. |
Violet |
|
The predefined color constant for violet. |
Blue Violet |
|
The predefined color constant for blue-violet. |
Blue Green |
|
The predefined color constant for blue-green. |
Yellow Green |
|
The predefined color constant for yellow-green. |
Yellow Orange |
|
The predefined color constant for yellow-orange. |
Red Orange |
|
The predefined color constant for red-orange. |
Cylinder Types#
Name |
C++ Enum |
Description |
---|---|---|
Cylinder1 |
|
The first pneumatic cylinder. |
Cylinder2 |
|
The second pneumatic cylinder. |
CylinderAll |
|
All pneumatic cylinders. |
Direction Types#
Name |
C++ Enum |
Description |
---|---|---|
Forward |
|
Sets the direction to forward. |
Reverse |
|
Sets the direction to reverse. |
Distance Units#
Name |
C++ Enum |
Description |
---|---|---|
Millimeter |
|
Expresses the distance value in millimeters. |
Inch |
|
Expresses the distance value in inches. |
Centimeter |
|
Expresses the distance value in centimeters. |
Counts |
|
Expresses the distance value in counts. |
Fade Types#
Name |
C++ Enum |
Description |
---|---|---|
Off |
|
Fade effect is off. |
Slow |
|
Fade effect is slow. |
Fast |
|
Fade effect is fast. |
Gesture Types#
Name |
C++ Enum |
Description |
---|---|---|
Up |
|
Upward gesture detected. |
Down |
|
Downward gesture detected. |
Left |
|
Leftward gesture detected. |
Right |
|
Rightward gesture detected. |
Gyro Calibration Types#
Name |
C++ Enum |
Description |
---|---|---|
Normal |
|
Normal calibration mode. |
Slow |
|
Slow calibration mode. |
Extended |
|
Extended calibration mode. |
LED States#
Name |
C++ Enum |
Description |
---|---|---|
Off |
|
LED is off. |
On |
|
LED is on. |
Blink |
|
LED is blinking. |
Rate Units#
Name |
C++ Enum |
Description |
---|---|---|
Degrees per second |
|
Expresses the rate in degrees per second. |
Rotations per second |
|
Expresses the rate in rotations per second. |
Rotation Units#
Name |
C++ Enum |
Description |
---|---|---|
Degrees |
|
Expresses the rotation value in degrees. |
Revolutions |
|
Expresses the rotation value in revolutions. |
Turns |
|
The number of turns. |
Raw |
|
Raw rotation value. |
Sound Types#
Name |
C++ Enum |
Description |
---|---|---|
Siren |
|
Plays the siren sound. |
Wrong Way |
|
Plays the wrong way sound. |
Wrong Way Slow |
|
Plays the slow wrong way sound. |
Fillup |
|
Plays the fillup sound. |
Headlights On |
|
Plays the headlights on sound. |
Headlights Off |
|
Plays the headlights off sound. |
Toll Booth |
|
Plays the toll booth sound. |
Alarm |
|
Plays the alarm sound. |
Tada |
|
Plays the tada sound. |
Door Close |
|
Plays the door close sound. |
Ratchet |
|
Plays the ratchet sound. |
Wrench |
|
Plays the wrench sound. |
Siren 2 |
|
Plays the siren 2 sound. |
Ratchet 2 |
|
Plays the ratchet 2 sound. |
Alarm 2 |
|
Plays the alarm 2 sound. |
Power Down |
|
Plays the power down sound. |
Size Types#
Name |
C++ Enum |
Description |
---|---|---|
Small |
|
Small size. |
Medium |
|
Medium size. |
Large |
|
Large size. |
Temperature Units#
Name |
C++ Enum |
Description |
---|---|---|
Celsius |
|
Expresses the temperature in degrees Celsius. |
Fahrenheit |
|
Expresses the temperature in degrees Fahrenheit. |
Time Units#
Name |
C++ Enum |
Description |
---|---|---|
Seconds |
|
Counts the time value in seconds. |
Milliseconds |
|
Counts the time value in milliseconds. |
Torque Units#
Name |
C++ Enum |
Description |
---|---|---|
Newton Meters |
|
Expresses the torque value in newton meters. |
Inch Pounds |
|
Expresses the torque value in inch pounds. |
Turn Types#
Name |
C++ Enum |
Description |
---|---|---|
Left |
|
Sets the command to turn to the left. |
Right |
|
Sets the command to turn to the right. |
Velocity Units#
Name |
C++ Enum |
Description |
---|---|---|
Percent |
|
Expresses the velocity value as a percentage. |
Rotations per Minute |
|
Expresses the velocity value in rotations per minute. |
Degrees per Second |
|
Expresses the velocity value in degrees per second. |
Voltage Units#
Name |
C++ Enum |
Description |
---|---|---|
Volt |
|
Expresses the voltage in volts. |
Millivolt |
|
Expresses the voltage in millivolts. |