SubZero Common
Common library components for an FRC CommandRobot
Loading...
Searching...
No Matches
ConnectorX::Commands::CommandData Union Reference

#include <ConnectorX.h>

+ Collaboration diagram for ConnectorX::Commands::CommandData:

Public Attributes

CommandOn commandOn
 
CommandOff commandOff
 
CommandPattern commandPattern
 
CommandColor commandColor
 
CommandReadPatternDone commandReadPatternDone
 
CommandSetLedPort commandSetLedPort
 
CommandReadAnalog commandReadAnalog
 
CommandDigitalSetup commandDigitalSetup
 
CommandDigitalWrite commandDigitalWrite
 
CommandDigitalRead commandDigitalRead
 
CommandSetConfig commandSetConfig
 
CommandReadConfig commandReadConfig
 
CommandRadioSend commandRadioSend
 
CommandRadioGetLatestReceived commandRadioGetLatestReceived
 
CommandGetColor commandGetColor
 
CommandGetPort commandGetPort
 
CommandSetPatternZone commandSetPatternZone
 
CommandSetNewZones commandSetNewZones
 
CommandSyncZoneStates commandSyncZoneStates
 

Detailed Description

Definition at line 171 of file ConnectorX.h.

Member Data Documentation

◆ commandColor

CommandColor ConnectorX::Commands::CommandData::commandColor

Definition at line 175 of file ConnectorX.h.

◆ commandDigitalRead

CommandDigitalRead ConnectorX::Commands::CommandData::commandDigitalRead

Definition at line 181 of file ConnectorX.h.

◆ commandDigitalSetup

CommandDigitalSetup ConnectorX::Commands::CommandData::commandDigitalSetup

Definition at line 179 of file ConnectorX.h.

◆ commandDigitalWrite

CommandDigitalWrite ConnectorX::Commands::CommandData::commandDigitalWrite

Definition at line 180 of file ConnectorX.h.

◆ commandGetColor

CommandGetColor ConnectorX::Commands::CommandData::commandGetColor

Definition at line 186 of file ConnectorX.h.

◆ commandGetPort

CommandGetPort ConnectorX::Commands::CommandData::commandGetPort

Definition at line 187 of file ConnectorX.h.

◆ commandOff

CommandOff ConnectorX::Commands::CommandData::commandOff

Definition at line 173 of file ConnectorX.h.

◆ commandOn

CommandOn ConnectorX::Commands::CommandData::commandOn

Definition at line 172 of file ConnectorX.h.

◆ commandPattern

CommandPattern ConnectorX::Commands::CommandData::commandPattern

Definition at line 174 of file ConnectorX.h.

◆ commandRadioGetLatestReceived

CommandRadioGetLatestReceived ConnectorX::Commands::CommandData::commandRadioGetLatestReceived

Definition at line 185 of file ConnectorX.h.

◆ commandRadioSend

CommandRadioSend ConnectorX::Commands::CommandData::commandRadioSend

Definition at line 184 of file ConnectorX.h.

◆ commandReadAnalog

CommandReadAnalog ConnectorX::Commands::CommandData::commandReadAnalog

Definition at line 178 of file ConnectorX.h.

◆ commandReadConfig

CommandReadConfig ConnectorX::Commands::CommandData::commandReadConfig

Definition at line 183 of file ConnectorX.h.

◆ commandReadPatternDone

CommandReadPatternDone ConnectorX::Commands::CommandData::commandReadPatternDone

Definition at line 176 of file ConnectorX.h.

◆ commandSetConfig

CommandSetConfig ConnectorX::Commands::CommandData::commandSetConfig

Definition at line 182 of file ConnectorX.h.

◆ commandSetLedPort

CommandSetLedPort ConnectorX::Commands::CommandData::commandSetLedPort

Definition at line 177 of file ConnectorX.h.

◆ commandSetNewZones

CommandSetNewZones ConnectorX::Commands::CommandData::commandSetNewZones

Definition at line 189 of file ConnectorX.h.

◆ commandSetPatternZone

CommandSetPatternZone ConnectorX::Commands::CommandData::commandSetPatternZone

Definition at line 188 of file ConnectorX.h.

◆ commandSyncZoneStates

CommandSyncZoneStates ConnectorX::Commands::CommandData::commandSyncZoneStates

Definition at line 190 of file ConnectorX.h.


The documentation for this union was generated from the following file: