Serial Wombat 18AB Firmware
Public Attributes | List of all members
HSCounter_n Struct Reference

Public Attributes

inputProcess_t inputProcess
 Input processing generic structure. More...
 
uint32_t lastCount
 The previous count when sampleFrames == sampleFrameCount. More...
 
uint32_t frequency
 The last calculated frequency. More...
 
uint16_t sampleFrames
 The number of 1ms frames between frequency, public data updates. More...
 
uint16_t sampleFrameCount
 The number of 1ms frames since the last frequency / pd updates. More...
 
uint16_t publicOutputDivisor
 The number to divide the frequency or counts by before making public. More...
 
uint8_t publicDataOutput
 Enumerated HSCOUNTER_PUBLIC_DATA type. More...
 
uint8_t resource
 

Member Data Documentation

◆ frequency

uint32_t HSCounter_n::frequency

The last calculated frequency.

◆ inputProcess

inputProcess_t HSCounter_n::inputProcess

Input processing generic structure.

◆ lastCount

uint32_t HSCounter_n::lastCount

The previous count when sampleFrames == sampleFrameCount.

◆ publicDataOutput

uint8_t HSCounter_n::publicDataOutput

Enumerated HSCOUNTER_PUBLIC_DATA type.

◆ publicOutputDivisor

uint16_t HSCounter_n::publicOutputDivisor

The number to divide the frequency or counts by before making public.

◆ resource

uint8_t HSCounter_n::resource

◆ sampleFrameCount

uint16_t HSCounter_n::sampleFrameCount

The number of 1ms frames since the last frequency / pd updates.

◆ sampleFrames

uint16_t HSCounter_n::sampleFrames

The number of 1ms frames between frequency, public data updates.