| alliance() const | DriverStation | |
| Alliance enum name | DS | |
| allianceChanged(const Alliance alliance) | DS_Base | signal |
| availableLogs() const | DriverStation | |
| browseLogs() | DriverStation | slot |
| canBeEnabled() | DriverStation | |
| CodeStatus enum name | DS | |
| codeStatusChanged(const CodeStatus statusChanged) | DS_Base | signal |
| CommStatus enum name | DS | |
| config() const | DriverStation | private |
| controlMode() const | DriverStation | |
| ControlMode enum name | DS | |
| controlModeChanged(const ControlMode mode) | DS_Base | signal |
| cpuUsage() const | DriverStation | |
| cpuUsageChanged(const int usage) | DS_Base | signal |
| currentBatteryVoltage() const | DriverStation | |
| customFMSAddress() const | DriverStation | |
| customRadioAddress() const | DriverStation | |
| customRobotAddress() const | DriverStation | |
| defaultFMSAddress() const | DriverStation | |
| defaultRadioAddress() const | DriverStation | |
| defaultRobotAddress() const | DriverStation | |
| disableRobot() | DriverStation | slot |
| diskUsage() const | DriverStation | |
| diskUsageChanged(const int usage) | DS_Base | signal |
| DriverStation() (defined in DriverStation) | DriverStation | explicitprotected |
| elapsedTimeChanged(int msecs) | DS_Base | signal |
| elapsedTimeChanged(const QString &string) | DS_Base | signal |
| enabledChanged(const EnableStatus status) | DS_Base | signal |
| enableRobot() | DriverStation | slot |
| enableStatus() const | DriverStation | |
| EnableStatus enum name | DS | |
| finishInit() | DriverStation | privateslot |
| fmsAddress() const | DriverStation | |
| fmsCommStatus() const | DriverStation | |
| fmsCommStatusChanged(const CommStatus statusChanged) | DS_Base | signal |
| generalStatus() const | DriverStation | |
| getInstance() | DriverStation | static |
| getNumAxes(int joystick) | DriverStation | |
| getNumButtons(int joystick) | DriverStation | |
| getNumPOVs(int joystick) | DriverStation | |
| getRealNumAxes(int joystick) | DriverStation | |
| getRealNumButtons(int joystick) | DriverStation | |
| getRealNumPOVs(int joystick) | DriverStation | |
| getStaticIP(int net, int team, int host) | DS | inlinestatic |
| init() | DriverStation | slot |
| initialized() (defined in DriverStation) | DriverStation | signal |
| isConnectedToFMS() const | DriverStation | |
| isConnectedToRadio() const | DriverStation | |
| isConnectedToRobot() const | DriverStation | |
| isEmergencyStopped() const | DriverStation | |
| isEnabled() const | DriverStation | |
| isInAutonomous() const | DriverStation | |
| isInTeleoperated() const | DriverStation | |
| isInTest() const | DriverStation | |
| isRobotCodeRunning() const | DriverStation | |
| isSimulated() const | DriverStation | |
| isVoltageBrownout() const | DriverStation | |
| joystickCount() | DriverStation | |
| joystickCountChanged(int count) (defined in DriverStation) | DriverStation | signal |
| joysticks() | DriverStation | |
| kAllianceBlue enum value | DS | |
| kAllianceRed enum value | DS | |
| kBlue1 enum value (defined in DriverStation) | DriverStation | |
| kBlue2 enum value (defined in DriverStation) | DriverStation | |
| kBlue3 enum value (defined in DriverStation) | DriverStation | |
| kCodeFailing enum value | DS | |
| kCodeRunning enum value | DS | |
| kCommsFailing enum value | DS | |
| kCommsWorking enum value | DS | |
| kControlAutonomous enum value | DS | |
| kControlTeleoperated enum value | DS | |
| kControlTest enum value | DS | |
| kDisabled enum value | DS | |
| kEmergencyStop enum value | DS | |
| kEnabled enum value | DS | |
| kFRC2014 enum value (defined in DriverStation) | DriverStation | |
| kFRC2015 enum value (defined in DriverStation) | DriverStation | |
| kFRC2016 enum value (defined in DriverStation) | DriverStation | |
| kNormal enum value | DS | |
| kPosition1 enum value | DS | |
| kPosition2 enum value | DS | |
| kPosition3 enum value | DS | |
| kRed1 enum value (defined in DriverStation) | DriverStation | |
| kRed2 enum value (defined in DriverStation) | DriverStation | |
| kRed3 enum value (defined in DriverStation) | DriverStation | |
| kSocketTypeTCP enum value | DS | |
| kSocketTypeUDP enum value | DS | |
| kVoltageBrownout enum value | DS | |
| kVoltageNormal enum value | DS | |
| libVersionChanged(const QString &version) | DS_Base | signal |
| logDocument() const | DriverStation | |
| logFileChanged() (defined in DriverStation) | DriverStation | signal |
| logger(QtMsgType type, const QMessageLogContext &context, const QString &data) | DriverStation | static |
| logsPath() const | DriverStation | |
| logVariant() const | DriverStation | |
| m_console (defined in DriverStation) | DriverStation | private |
| m_customFMSAddress (defined in DriverStation) | DriverStation | private |
| m_customRadioAddress (defined in DriverStation) | DriverStation | private |
| m_customRobotAddress (defined in DriverStation) | DriverStation | private |
| m_fmsInterval (defined in DriverStation) | DriverStation | private |
| m_fmsWatchdog (defined in DriverStation) | DriverStation | private |
| m_init (defined in DriverStation) | DriverStation | private |
| m_joysticks (defined in DriverStation) | DriverStation | private |
| m_logDocument (defined in DriverStation) | DriverStation | private |
| m_logDocumentPath (defined in DriverStation) | DriverStation | private |
| m_packetLoss (defined in DriverStation) | DriverStation | private |
| m_protocol (defined in DriverStation) | DriverStation | private |
| m_radioInterval (defined in DriverStation) | DriverStation | private |
| m_radioWatchdog (defined in DriverStation) | DriverStation | private |
| m_robotInterval (defined in DriverStation) | DriverStation | private |
| m_robotWatchdog (defined in DriverStation) | DriverStation | private |
| m_running (defined in DriverStation) | DriverStation | private |
| m_sockets (defined in DriverStation) | DriverStation | private |
| maxAxisCount() const | DriverStation | |
| maxBatteryVoltage() const | DriverStation | |
| maxButtonCount() const | DriverStation | |
| maxJoystickCount() const | DriverStation | |
| maxPOVCount() const | DriverStation | |
| newMessage(const QString &message) (defined in DriverStation) | DriverStation | signal |
| nominalBatteryAmperage() const | DriverStation | |
| openLog(const QString &file) | DriverStation | slot |
| openLogsPath() | DriverStation | slot |
| OperationStatus enum name | DS | |
| operationStatus() const | DriverStation | |
| operationStatusChanged(const OperationStatus statusChanged) | DS_Base | signal |
| packetLoss() const | DriverStation | |
| pcmVersionChanged(const QString &version) | DS_Base | signal |
| pdpVersionChanged(const QString &version) | DS_Base | signal |
| position() const | DriverStation | |
| Position enum name | DS | |
| positionChanged(const Position position) | DS_Base | signal |
| protocol() const | DriverStation | private |
| protocolChanged() (defined in DriverStation) | DriverStation | signal |
| protocols() const | DriverStation | |
| ProtocolType enum name (defined in DriverStation) | DriverStation | |
| radioAddress() const | DriverStation | |
| radioAddressChanged(const QString &address) | DS_Base | signal |
| radioCommStatus() const | DriverStation | |
| radioCommStatusChanged(const CommStatus statusChanged) | DS_Base | signal |
| ramUsage() const | DriverStation | |
| ramUsageChanged(const int usage) | DS_Base | signal |
| readFMSPacket(const QByteArray &data) | DriverStation | privateslot |
| readRadioPacket(const QByteArray &data) | DriverStation | privateslot |
| readRobotPacket(const QByteArray &data) | DriverStation | privateslot |
| readSocket(QUdpSocket *socket) | DS | inlinestatic |
| readSocket(QTcpSocket *socket) | DS | inlinestatic |
| rebootRobot() | DriverStation | slot |
| reconfigureJoysticks() | DriverStation | slot |
| registerJoystick(int axes, int buttons, int povs) | DriverStation | |
| removeJoystick(int id) | DriverStation | slot |
| resetFMS() | DriverStation | privateslot |
| resetJoysticks() | DriverStation | slot |
| resetRadio() | DriverStation | privateslot |
| resetRobot() | DriverStation | privateslot |
| resetted() (defined in DriverStation) | DriverStation | signal |
| restartRobotCode() | DriverStation | slot |
| robotAddress() const | DriverStation | |
| robotAddressChanged(const QString &address) | DS_Base | signal |
| robotCodeStatus() const | DriverStation | |
| robotCommStatus() const | DriverStation | |
| robotCommStatusChanged(const CommStatus statusChanged) | DS_Base | signal |
| running() const | DriverStation | |
| sendFMSPacket() | DriverStation | privateslot |
| sendRadioPacket() | DriverStation | privateslot |
| sendRobotPacket() | DriverStation | privateslot |
| setAlliance(Alliance alliance) | DriverStation | slot |
| setControlMode(ControlMode mode) | DriverStation | slot |
| setCustomFMSAddress(const QString &address) | DriverStation | slot |
| setCustomRadioAddress(const QString &address) | DriverStation | slot |
| setCustomRobotAddress(const QString &address) | DriverStation | slot |
| setEnabled(bool enabled) | DriverStation | slot |
| setEnabled(EnableStatus statusChanged) | DriverStation | slot |
| setOperationStatus(OperationStatus statusChanged) | DriverStation | slot |
| setPosition(Position position) | DriverStation | slot |
| setProtocol(Protocol *protocol) | DriverStation | slot |
| setProtocolType(int protocol) | DriverStation | slot |
| setTeam(int team) | DriverStation | slot |
| setTeamStation(int station) | DriverStation | slot |
| simulatedChanged(const bool isSimulation) | DS_Base | signal |
| SocketType enum name | DS | |
| start() | DriverStation | privateslot |
| statusChanged(const QString &status) | DS_Base | signal |
| stop() | DriverStation | privateslot |
| switchToAutonomous() | DriverStation | slot |
| switchToTeleoperated() | DriverStation | slot |
| switchToTestMode() | DriverStation | slot |
| team() const | DriverStation | |
| teamChanged(const int team) | DS_Base | signal |
| TeamStation enum name (defined in DriverStation) | DriverStation | |
| teamStations() const | DriverStation | |
| timezone() | DS | inlinestatic |
| triggerEmergencyStop() | DriverStation | slot |
| updateAddresses() | DriverStation | privateslot |
| updateAddresses(int unused) | DriverStation | privateslot |
| updateAxis(int id, int axis, qreal value) | DriverStation | slot |
| updateButton(int id, int button, bool state) | DriverStation | slot |
| updateLogs(const QString &file) | DriverStation | privateslot |
| updatePacketLoss() | DriverStation | privateslot |
| updatePOV(int id, int pov, int angle) | DriverStation | slot |
| voltageChanged(const qreal voltage) | DS_Base | signal |
| voltageChanged(const QString &voltageString) | DS_Base | signal |
| voltageStatus() const | DriverStation | |
| VoltageStatus enum name | DS | |
| voltageStatusChanged(const VoltageStatus statusChanged) | DS_Base | signal |
| ~DriverStation() (defined in DriverStation) | DriverStation | protected |