33#include "data_io/interface/data_io.h"
bool Output_HasError(Output output)
Calls underlying signal output implementation to check for errors on given output.
bool Output_Enable(Output output)
Allows hardware/virtual device of given output to output signal.
void Output_Reset(Output output)
Calls underlying signal output implementation to reset possible device errors.
void Output_End(Output output)
Deallocates internal data of given output.
void Output_Update(Output output, double value)
Writes specified value to given output ouput device.
Output Output_Init(DataHandle configuration)
Creates and initializes output data structure based on given information.
OutputData * Output
Opaque reference to output internal data structure.
Definition output.h:38
void Output_Disable(Output output)
Prevents hardware/virtual device of given output from outputing signal.
struct _OutputData OutputData
Single output internal data structure.
Definition output.h:37