31 lines
495 B
C
31 lines
495 B
C
/* Generated by S-function Builder */
|
|
#ifndef _CANRECEIVE_BUS_H_
|
|
#define _CANRECEIVE_BUS_H_
|
|
/* Read only - STARTS */
|
|
#ifdef MATLAB_MEX_FILE
|
|
#include "tmwtypes.h"
|
|
#else
|
|
#include "rtwtypes.h"
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifndef DEFINED_TYPEDEF_FOR_CAN_MESSAGE_BUS_
|
|
#define DEFINED_TYPEDEF_FOR_CAN_MESSAGE_BUS_
|
|
typedef struct {
|
|
uint8_T Extended;
|
|
uint8_T Length;
|
|
uint8_T Remote;
|
|
uint8_T Error;
|
|
uint32_T ID;
|
|
real_T Timestamp;
|
|
uint8_T Data[8];
|
|
} CAN_MESSAGE_BUS;
|
|
#endif
|
|
|
|
/* Read only - ENDS */
|
|
|
|
|
|
#endif
|