TEMU
4.4
The Terma Emulator
|
#include "temu-c/Support/Objsys.h"
#include <assert.h>
#include <stdbool.h>
#include <string.h>
#include <stdint.h>
Go to the source code of this file.
Data Structures | |
struct | temu_CanFrame |
struct | temu_CanBusStats |
struct | temu_CanDevIface |
struct | temu_CanBusIface |
Macros | |
#define | TEMU_CAN_DEV_IFACE_TYPE "CanDevIface" |
#define | TEMU_CAN_BUS_IFACE_TYPE "CanBusIface" |
Typedefs | |
typedef struct temu_CanDevIface | temu_CanDevIface |
typedef struct temu_CanBusIface | temu_CanBusIface |
Functions | |
TEMU_IFACE_REFERENCE_TYPE (temu_CanDev) | |
TEMU_IFACE_REFERENCE_TYPE (temu_CanBus) | |
#define TEMU_CAN_BUS_IFACE_TYPE "CanBusIface" |
#define TEMU_CAN_DEV_IFACE_TYPE "CanDevIface" |
typedef struct temu_CanBusIface temu_CanBusIface |
typedef struct temu_CanDevIface temu_CanDevIface |
TEMU_IFACE_REFERENCE_TYPE | ( | temu_CanBus | ) |
TEMU_IFACE_REFERENCE_TYPE | ( | temu_CanDev | ) |