24 extern const rotationUnits degrees;
25 extern const rotationUnits turns;
26 extern const percentUnits percent;
27 extern const timeUnits seconds;
28 extern const distanceUnits inches;
29 extern const distanceUnits mm;
30 extern const directionType forward;
31 extern const directionType reverse;
32 extern const turnType left;
33 extern const turnType right;
35 extern const colorType black;
36 extern const colorType white;
37 extern const colorType red;
38 extern const colorType green;
39 extern const colorType blue;
40 extern const colorType yellow;
41 extern const colorType orange;
42 extern const colorType purple;
43 extern const colorType cyan;
44 extern const colorType transparent;
46 extern const colorType red_violet;
47 extern const colorType violet;
48 extern const colorType blue_violet;
49 extern const colorType blue_green;
50 extern const colorType yellow_green;
51 extern const colorType yellow_orange;
52 extern const colorType red_orange;
54 extern const fadeType slow;
55 extern const fadeType fast;
56 extern const fadeType off;
58 extern const gyroCalibrationType calNormal;
59 extern const gyroCalibrationType calSlow;
60 extern const gyroCalibrationType calExtended;
62 extern const soundType siren;
63 extern const soundType wrongWay;
64 extern const soundType wrongWaySlow;
65 extern const soundType fillup;
66 extern const soundType headlightsOn;
67 extern const soundType headlightsOff;
68 extern const soundType tollBooth;
69 extern const soundType alarm;
70 extern const soundType tada;
71 extern const soundType doorClose;
72 extern const soundType ratchet;
73 extern const soundType wrench;
74 extern const soundType siren2;
75 extern const soundType ratchet2;
76 extern const soundType alarm2;
77 extern const soundType powerDown;
83 extern void wait(
double time, timeUnits units );
85 extern void vexSystemExitRequest(
void);
89 extern const int32_t PORT1;
90 extern const int32_t PORT2;
91 extern const int32_t PORT3;
92 extern const int32_t PORT4;
93 extern const int32_t PORT5;
94 extern const int32_t PORT6;
95 extern const int32_t PORT7;
96 extern const int32_t PORT8;
97 extern const int32_t PORT9;
98 extern const int32_t PORT10;
99 extern const int32_t PORT11;
100 extern const int32_t PORT12;
102 extern const percentUnits pct;
103 extern const timeUnits sec;
104 extern const timeUnits msec;
105 extern const voltageUnits volt;
106 extern const currentUnits amp;
107 extern const powerUnits watt;
108 extern const torqueUnits Nm;
109 extern const torqueUnits InLb;
110 extern const rotationUnits deg;
111 extern const rotationUnits rev;
112 extern const velocityUnits rpm;
113 extern const velocityUnits dps;
114 extern const temperatureUnits celsius;
115 extern const temperatureUnits fahrenheit;
117 extern const directionType fwd;
118 extern const brakeType coast;
119 extern const brakeType brake;
120 extern const brakeType hold;
Bumper switch device class
cylinderType
The defined types for pneumatic cylinders.