control.h, control.c: new module providing control_init() and control_*()
commit0b24eecd57aad8329994d65d0bd146491ce4bb61
authorG.raud <graud@gmx.com>
Sat, 8 Jun 2013 20:34:12 +0000 (8 22:34 +0200)
committerG.raud <graud@gmx.com>
Sun, 7 Jul 2013 06:44:48 +0000 (7 08:44 +0200)
tree9d5b003f4ae8a47e0a34f31c484d3c19f1a2c007
parent8f8c70b51cbdb43d0c0e4c2d475475ad321f6416
control.h, control.c: new module providing control_init() and control_*()

also export type control_t

control_init(): new name of init_control()

control_exchange(): new name of c_exchange()

control_rounding(): new function

njackspa.c: delete the previous definitions of control_t, init_control() and
c_exchange() and call the new names plus control_rounding()

JACKSPA_FLOAT, JACKSPA_INT, JACKSPA_TOGGLE: new names of VAL_FLOAT, VAL_INT,
VAL_TOGGLE, to avoid name clashes
Makefile
control.c [new file with mode: 0644]
control.h [new file with mode: 0644]
njackspa.c