Line data Source code
1 : #ifndef HEADER_fd_src_disco_diag_fd_diag_tile_h 2 : #define HEADER_fd_src_disco_diag_fd_diag_tile_h 3 : 4 0 : #define FD_DIAG_BUNDLE_STATUS_DISABLED (0UL) /* No bundle tiles configured */ 5 0 : #define FD_DIAG_BUNDLE_STATUS_DISCONNECTED (1UL) /* All bundle tiles disconnected */ 6 0 : #define FD_DIAG_BUNDLE_STATUS_CONNECTING (2UL) /* At least one bundle tile connecting, none connected or sleeping */ 7 0 : #define FD_DIAG_BUNDLE_STATUS_CONNECTED (3UL) /* At least one bundle tile connected */ 8 0 : #define FD_DIAG_BUNDLE_STATUS_SLEEPING (4UL) /* At least one bundle tile sleeping, none connected */ 9 : 10 0 : #define FD_DIAG_VOTE_STATUS_DISABLED (0UL) /* Non-voting or no tower tile */ 11 0 : #define FD_DIAG_VOTE_STATUS_NOT_STARTED (1UL) /* Tower tile not running or no votes cast yet */ 12 0 : #define FD_DIAG_VOTE_STATUS_DELINQUENT (2UL) /* Vote distance exceeds threshold or vote stalled */ 13 0 : #define FD_DIAG_VOTE_STATUS_VOTING (3UL) /* Voting normally */ 14 : 15 0 : #define FD_DIAG_REPLAY_STATUS_DISABLED (0UL) /* No replay tile */ 16 0 : #define FD_DIAG_REPLAY_STATUS_NOT_STARTED (1UL) /* Replay tile not running or slots are zero */ 17 0 : #define FD_DIAG_REPLAY_STATUS_BEHIND (2UL) /* Replay lagging behind turbine or reset slot stalled */ 18 0 : #define FD_DIAG_REPLAY_STATUS_RUNNING (3UL) /* Replay keeping up */ 19 : 20 0 : #define FD_DIAG_TURBINE_STATUS_DISABLED (0UL) /* No shred or replay tiles */ 21 0 : #define FD_DIAG_TURBINE_STATUS_NOT_STARTED (1UL) /* Tiles not all running or turbine slot is zero */ 22 0 : #define FD_DIAG_TURBINE_STATUS_STALLED (2UL) /* Turbine slot not advancing */ 23 0 : #define FD_DIAG_TURBINE_STATUS_REPAIR_OUTPACING (3UL) /* Repair byte throughput exceeds turbine */ 24 0 : #define FD_DIAG_TURBINE_STATUS_RUNNING (4UL) /* Turbine receiving normally */ 25 : 26 : #endif /* HEADER_fd_src_disco_diag_fd_diag_tile_h */