| SubZero Common
    Common library components for an FRC CommandRobot | 
Stores the state of the Connector-X device locally. More...
#include <ConnectorX.h>
| Public Member Functions | |
| CachedZone (Commands::NewZone zone) | |
| std::string | toString () | 
| Public Attributes | |
| uint16_t | offset | 
| uint16_t | count | 
| bool | reversed | 
| frc::Color8Bit | color | 
| PatternType | pattern | 
Stores the state of the Connector-X device locally.
Definition at line 280 of file ConnectorX.h.
| 
 | inlineexplicit | 
Definition at line 287 of file ConnectorX.h.
| 
 | inline | 
Definition at line 295 of file ConnectorX.h.
| frc::Color8Bit ConnectorX::CachedZone::color | 
Definition at line 284 of file ConnectorX.h.
| uint16_t ConnectorX::CachedZone::count | 
Definition at line 282 of file ConnectorX.h.
| uint16_t ConnectorX::CachedZone::offset | 
Definition at line 281 of file ConnectorX.h.
| PatternType ConnectorX::CachedZone::pattern | 
Definition at line 285 of file ConnectorX.h.
| bool ConnectorX::CachedZone::reversed | 
Definition at line 283 of file ConnectorX.h.