Enums#
Analog Units#
Name |
C++ Enum |
Description |
---|---|---|
Percentage |
|
An analog unit that is measured in percentage. |
8-bit Range |
|
An analog unit that is measured in an 8-bit analog value (a value with 256 possible states). |
10-bit Range |
|
An analog unit that is measured in a 10-bit analog value (a value with 1024 possible states). |
12-bit Range |
|
An analog unit that is measured in a 12-bit analog value (a value with 4096 possible states). |
Millivolts |
|
An analog unit that is measured in millivolts. |
Axis Types#
Name |
C++ Enum |
Description |
---|---|---|
X-Axis |
|
Sets the command to generate values based on the X-Axis. |
Y-Axis |
|
Sets the command to generate values based on the Y-Axis. |
Z-Axis |
|
Sets the command to generate values based on the Z-Axis. |
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). |
Blue |
|
The predefined color constant for blue as the RGB value: (0, 0, 255). |
Blue-Green |
|
The predefined color constant for blue-green. |
Blue-Violet |
|
The predefined color constant for blue-violet. |
Cyan |
|
The predefined color constant for cyan. |
Green |
|
The predefined color constant for green as the RGB value: (0, 255, 0). |
Orange |
|
The predefined color constant for orange as the RGB value: (255, 165, 0). |
Purple |
|
The predefined color constant for purple. |
Red |
|
The predefined color constant for red as the RGB value: (255, 0, 0). |
Red-Orange |
|
The predefined color constant for red-orange. |
Red-Violet |
|
The predefined color constant for red-violet. |
Transparent |
|
The predefined color constant for transparent. |
Violet |
|
The predefined color constant for violet. |
White |
|
The predefined color constant for white as the RGB value: (255, 255, 255). |
Yellow |
|
The predefined color constant for yellow as the RGB value: (255, 255, 0). |
Yellow-Green |
|
The predefined color constant for yellow-green. |
Yellow-Orange |
|
The predefined color constant for yellow-orange. |
Controller Types#
Name |
C++ Enum |
Description |
---|---|---|
Primary |
|
A controller unit defined as a primary controller. |
Current Units#
Name |
C++ Enum |
Description |
---|---|---|
Amp |
|
A current unit that is measured in amps. |
Cylinder Types#
Name |
C++ Enum |
Description |
---|---|---|
Cylinder 1 |
|
Cylinder unit 1. |
Cylinder 2 |
|
Cylinder unit 2. |
Cylinder All |
|
All cylinder units. |
Direction Types#
Name |
C++ Enum |
Description |
---|---|---|
Forward |
|
A direction unit that is defined as forward. |
Reverse |
|
A direction unit that is defined as backward. |
Distance Units#
Name |
C++ Enum |
Description |
---|---|---|
Centimeters |
|
A distance unit that is measured in centimeters. |
Counts |
|
A distance unit that is measured in raw counts. |
Inches |
|
A distance unit that is measured in inches. |
Millimeters |
|
A distance unit that is measured in millimeters. |
Fade Types#
Name |
C++ Enum |
Description |
---|---|---|
Fast |
|
A fast fade type. |
Off |
|
An off fade type. |
Slow |
|
A slow fade type. |
Font Types#
Name |
C++ Enum |
Description |
---|---|---|
Mono12 |
|
A font unit that is defined as mono12. |
Mono15 |
|
A font unit that is defined as mono15. |
Mono20 |
|
A font unit that is defined as mono20. |
Mono30 |
|
A font unit that is defined as mono30. |
Mono40 |
|
A font unit that is defined as mono40. |
Mono60 |
|
A font unit that is defined as mono60. |
Prop20 |
|
A font unit that is defined as prop20. |
Prop30 |
|
A font unit that is defined as prop30. |
Prop40 |
|
A font unit that is defined as prop40. |
Prop60 |
|
A font unit that is defined as prop60. |
Gear Settings#
Name |
C++ Enum |
Description |
---|---|---|
Ratio 1:1 |
|
A gear unit that is defined as 1:1 gearing. |
Ratio 2:1 |
|
A gear unit that is defined as 2:1 gearing. |
Ratio 3:1 |
|
A gear unit that is defined as 3:1 gearing. |
Gesture Types#
Name |
C++ Enum |
Description |
---|---|---|
Down |
|
A gesture type defined as down. |
Left |
|
A gesture type defined as left. |
None |
|
A gesture type defined as none. |
Right |
|
A gesture type defined as right. |
Up |
|
A gesture type defined as up. |
Gyro Calibration Types#
Name |
C++ Enum |
Description |
---|---|---|
Normal |
|
Normal gyro calibration type. |
Slow |
|
Slow gyro calibration type. |
Extended |
|
Extended gyro calibration type. |
LED States#
Name |
C++ Enum |
Description |
---|---|---|
Blink |
|
LED state that is defined as blink. |
Off |
|
LED state that is defined as off. |
On |
|
LED state that is defined as on. |
Ports#
Name |
C++ Enum |
Description |
---|---|---|
PORT1 |
|
Sets the port that the device is connected to on the IQ Brain to port 1. |
PORT2 |
|
Sets the port that the device is connected to on the IQ Brain to port 2. |
PORT3 |
|
Sets the port that the device is connected to on the IQ Brain to port 3. |
PORT4 |
|
Sets the port that the device is connected to on the IQ Brain to port 4. |
PORT5 |
|
Sets the port that the device is connected to on the IQ Brain to port 5. |
PORT6 |
|
Sets the port that the device is connected to on the IQ Brain to port 6. |
PORT7 |
|
Sets the port that the device is connected to on the IQ Brain to port 7. |
PORT8 |
|
Sets the port that the device is connected to on the IQ Brain to port 8. |
PORT9 |
|
Sets the port that the device is connected to on the IQ Brain to port 9. |
PORT10 |
|
Sets the port that the device is connected to on the IQ Brain to port 10. |
PORT11 |
|
Sets the port that the device is connected to on the IQ Brain to port 11. |
PORT12 |
|
Sets the port that the device is connected to on the IQ Brain to port 12. |
Rate Units#
Name |
C++ Enum |
Description |
---|---|---|
Degrees per Second |
|
A rate unit that is measured in degrees per second. |
Rotations per Second |
|
A rate unit that is measured in rotations per second. |
Rotation Units#
Name |
C++ Enum |
Description |
---|---|---|
Degrees |
|
A rotation unit that is measured in degrees. |
Raw |
|
A rotation unit that is measured in raw data form. |
Revolutions |
|
A rotation unit that is measured in revolutions. |
Size Types#
Name |
C++ Enum |
Description |
---|---|---|
Large |
|
A size type defined as large. |
Medium |
|
A size type defined as medium. |
None |
|
A size type defined as none. |
Small |
|
A size type defined as small. |
Sound Types#
Name |
C++ Enum |
Description |
---|---|---|
Alarm |
|
Alarm sound. |
Alarm2 |
|
Alarm sound variant 2. |
Door Close |
|
Door close sound. |
Fillup |
|
Fillup sound. |
Headlights Off |
|
Headlights off sound. |
Headlights On |
|
Headlights on sound. |
Power Down |
|
Power down sound. |
Ratchet |
|
Ratchet sound. |
Ratchet2 |
|
Ratchet sound variant 2. |
Siren |
|
Siren sound. |
Siren2 |
|
Siren sound variant 2. |
Tada |
|
Tada sound. |
Toll Booth |
|
Toll booth sound. |
Wrench |
|
Wrench sound. |
Wrong Way |
|
Wrong way sound. |
Wrong Way Slow |
|
Wrong way sound, slow variant. |
Temperature Units#
Name |
C++ Enum |
Description |
---|---|---|
Celsius |
|
A temperature unit that is measured in Celsius. |
Fahrenheit |
|
A temperature unit that is measured in Fahrenheit. |
Time Units#
Name |
C++ Enum |
Description |
---|---|---|
Milliseconds |
|
A time unit that is measured in milliseconds. |
Seconds |
|
A time unit that is measured in seconds. |
Torque Units#
Name |
C++ Enum |
Description |
---|---|---|
Inch Pounds |
|
A torque unit that is measured in inch pounds. |
Newton Meters |
|
A torque unit that is measured in newton meters. |
Turn Types#
Name |
C++ Enum |
Description |
---|---|---|
Left |
|
A turn unit that is defined as left turning. |
Right |
|
A turn unit that is defined as right turning. |
Velocity Units#
Name |
C++ Enum |
Description |
---|---|---|
Degrees per Second |
|
A velocity unit that is measured in degrees per second. |
Percentage |
|
A velocity unit that is measured in percentage. |
Rotations per Minute |
|
A velocity unit that is measured in rotations per minute. |
Voltage Units#
Name |
C++ Enum |
Description |
---|---|---|
Millivolt |
|
A voltage unit that is measured in millivolts. |
Volt |
|
A voltage unit that is measured in volts. |