Skip to content

Commit

Permalink
remove unused PROVENANCE_DATA_ENTRIES
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 8, 2024
1 parent eb1cbb2 commit 238620a
Showing 1 changed file with 1 addition and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,25 +39,7 @@ class ProvidesProvenanceDataFromMachineImpl(

__slots__ = ()

class PROVENANCE_DATA_ENTRIES(Enum):
"""
Entries for the provenance data generated by models using provides
provenance vertex.
"""
#: The counter of transmission overflows
TRANSMISSION_EVENT_OVERFLOW = 0
#: The counter of the number of times the callback queue was overloaded
CALLBACK_QUEUE_OVERLOADED = 1
#: The counter of the number of times the DMA queue was overloaded
DMA_QUEUE_OVERLOADED = 2
#: The counter of the number of times the user event queue overloaded
USER_QUEUE_OVERLOADED = 3
#: Whether the timer tick has overrun at all at any point
TIMER_TIC_HAS_OVERRUN = 4
#: The counter of the number of times the timer tick overran
MAX_NUMBER_OF_TIMER_TIC_OVERRUN = 5

N_SYSTEM_PROVENANCE_WORDS = len(PROVENANCE_DATA_ENTRIES)
N_SYSTEM_PROVENANCE_WORDS = 6

_TIMER_TICK_OVERRUN = "Times_the_timer_tic_over_ran"
_MAX_TIMER_TICK_OVERRUN = "Max_number_of_times_timer_tic_over_ran"
Expand Down

0 comments on commit 238620a

Please sign in to comment.