mirror of
https://github.com/Team254/cheesy-arena-lite.git
synced 2026-03-09 13:46:44 -04:00
17 lines
617 B
Go
17 lines
617 B
Go
// Code generated by "stringer -type=coil"; DO NOT EDIT.
|
|
|
|
package plc
|
|
|
|
import "strconv"
|
|
|
|
const _coil_name = "heartbeatmatchResetstackLightGreenstackLightOrangestackLightRedstackLightBluestackLightBuzzerred1EthernetDisablered2EthernetDisablered3EthernetDisableblue1EthernetDisableblue2EthernetDisableblue3EthernetDisablecoilCount"
|
|
|
|
var _coil_index = [...]uint8{0, 9, 19, 34, 50, 63, 77, 93, 112, 131, 150, 170, 190, 210, 219}
|
|
|
|
func (i coil) String() string {
|
|
if i < 0 || i >= coil(len(_coil_index)-1) {
|
|
return "coil(" + strconv.FormatInt(int64(i), 10) + ")"
|
|
}
|
|
return _coil_name[_coil_index[i]:_coil_index[i+1]]
|
|
}
|