#include <string.h>
#include "pstdint.h"
#include "xstypesconfig.h"
#include "xssyncline.h"
#include "xssyncfunction.h"
#include "xssyncpolarity.h"
Go to the source code of this file.
Classes | |
struct | XsSyncSetting |
A structure for storing all xsens sync settings. More... | |
Macros | |
#define | XSSYNCSETTINGS_INITIALIZER { XSL_Invalid, XSF_Invalid, XSP_None, 1, 0, 0, 0, 0, 0, 0 } |
Typedefs | |
typedef struct XsSyncSetting | XsSyncSetting |
Functions | |
XSTYPES_DLL_API int | XsSyncSetting_compare (const struct XsSyncSetting *a, const struct XsSyncSetting *b) |
Compares a with b. More... | |
XSTYPES_DLL_API int | XsSyncSetting_isInput (const struct XsSyncSetting *thisPtr) |
XSTYPES_DLL_API int | XsSyncSetting_isOutput (const struct XsSyncSetting *thisPtr) |
XSTYPES_DLL_API void | XsSyncSetting_swap (struct XsSyncSetting *a, struct XsSyncSetting *b) |
Swap the contents of a with b. More... | |
#define XSSYNCSETTINGS_INITIALIZER { XSL_Invalid, XSF_Invalid, XSP_None, 1, 0, 0, 0, 0, 0, 0 } |
Definition at line 82 of file xssyncsetting.h.
typedef struct XsSyncSetting XsSyncSetting |
Definition at line 194 of file xssyncsetting.h.
XSTYPES_DLL_API int XsSyncSetting_isInput | ( | const struct XsSyncSetting * | thisPtr | ) |
XSTYPES_DLL_API int XsSyncSetting_isOutput | ( | const struct XsSyncSetting * | thisPtr | ) |