- Date
- Aug 1, 2020
- Author
- andreika prome.nosp@m.theu.nosp@m.s.pcb.nosp@m.@gma.nosp@m.il.co.nosp@m.m
-
Andrey Belomutskiy, (c) 2012-2020
Definition in file serial_can.h.
◆ IsoTpFrameType
Enumerator |
---|
ISO_TP_FRAME_SINGLE | |
ISO_TP_FRAME_FIRST | |
ISO_TP_FRAME_CONSECUTIVE | |
ISO_TP_FRAME_FLOW_CONTROL | |
Definition at line 36 of file serial_can.h.
36 {
41};
@ ISO_TP_FRAME_CONSECUTIVE
@ ISO_TP_FRAME_FLOW_CONTROL
◆ canStreamAddToTxTimeout()
msg_t canStreamAddToTxTimeout |
( |
size_t * |
np, |
|
|
const uint8_t * |
txbuf, |
|
|
sysinterval_t |
timeout |
|
) |
| |
Definition at line 398 of file serial_can.cpp.
398 {
399 return state.streamAddToTxTimeout(np, txbuf, timeout);
400}
state("state", SensorCategory.SENSOR_INPUTS, FieldType.INT8, 1871, 1.0, -1.0, -1.0, "")
◆ canStreamFlushTx()
msg_t canStreamFlushTx |
( |
sysinterval_t |
timeout | ) |
|
◆ canStreamInit()
void canStreamInit |
( |
void |
| ) |
|
◆ canStreamReceiveTimeout()
msg_t canStreamReceiveTimeout |
( |
size_t * |
np, |
|
|
uint8_t * |
rxbuf, |
|
|
sysinterval_t |
timeout |
|
) |
| |
Definition at line 409 of file serial_can.cpp.
409 {
410 return state.streamReceiveTimeout(np, rxbuf, timeout);
411}
Go to the source code of this file.