Inputs

class CInput

Receives data each cycle from the signal the Input is connected to. This data can be read via the processing block.

template<typename T>
T Read()

Reads the value of the input.

Returns

T – The value of the input with datatype as specified in the interface definition.