#include "xstypesconfig.h"
#include "pstdint.h"
#include "xscandataidentifier.h"
#include "xscanframeformat.h"
Go to the source code of this file.
Classes | |
struct | XsCanOutputConfiguration |
Single data type CAN output configuration. More... | |
Macros | |
#define | XS_MAX_CANOUTPUTCONFIGURATIONS (16) |
#define | XSCANOUTPUTCONFIGURATION_INITIALIZER { XCDI_None, 0 } |
Typedefs | |
typedef struct XsCanOutputConfiguration | XsCanOutputConfiguration |
Functions | |
XSTYPES_DLL_API void | XsCanOutputConfiguration_swap (struct XsCanOutputConfiguration *a, struct XsCanOutputConfiguration *b) |
#define XS_MAX_CANOUTPUTCONFIGURATIONS (16) |
Definition at line 73 of file xscanoutputconfiguration.h.
#define XSCANOUTPUTCONFIGURATION_INITIALIZER { XCDI_None, 0 } |
Definition at line 79 of file xscanoutputconfiguration.h.
typedef struct XsCanOutputConfiguration XsCanOutputConfiguration |
Definition at line 137 of file xscanoutputconfiguration.h.
XSTYPES_DLL_API void XsCanOutputConfiguration_swap | ( | struct XsCanOutputConfiguration * | a, |
struct XsCanOutputConfiguration * | b | ||
) |
Definition at line 67 of file xscanoutputconfiguration.c.