Go to the source code of this file.
Functions | |
int | XsSyncSetting_compare (const struct XsSyncSetting *a, const struct XsSyncSetting *b) |
Compares a with b. More... | |
int | XsSyncSetting_isInput (const XsSyncSetting *thisPtr) |
Returns whether the selected line is configured as an input line. More... | |
int | XsSyncSetting_isOutput (const XsSyncSetting *thisPtr) |
Returns whether the selected line is configured as an output line. More... | |
void | XsSyncSetting_swap (XsSyncSetting *a, XsSyncSetting *b) |
Swap the contents of a with b. More... | |