rusEFI
The most advanced open source ECU
|
#include <sent_logic.h>
Public Member Functions | |
uint32_t | getTotalError () |
float | getErrorRate () |
Data Fields | |
uint32_t | hwOverflowCnt |
uint32_t | ShortIntervalErr |
uint32_t | LongIntervalErr |
uint32_t | SyncErr |
uint32_t | CrcErrCnt |
uint32_t | FrameCnt |
uint32_t | PauseCnt |
uint32_t | RestartCnt |
uint32_t | sc |
uint32_t | scCrcErr |
Definition at line 32 of file sent_logic.h.
|
inline |
|
inline |
Definition at line 46 of file sent_logic.h.
Referenced by getErrorRate().
uint32_t sent_channel_stat::CrcErrCnt |
Definition at line 38 of file sent_logic.h.
Referenced by sent_channel::FastChannelDecoder(), getTotalError(), sent_channel::Info(), and sent_channel::restart().
uint32_t sent_channel_stat::FrameCnt |
Definition at line 39 of file sent_logic.h.
Referenced by sent_channel::FastChannelDecoder(), getErrorRate(), sent_channel::Info(), and sent_channel::restart().
uint32_t sent_channel_stat::hwOverflowCnt |
Definition at line 33 of file sent_logic.h.
Referenced by sent_channel::Decoder(), and sent_channel::Info().
uint32_t sent_channel_stat::LongIntervalErr |
Definition at line 36 of file sent_logic.h.
Referenced by sent_channel::FastChannelDecoder(), getTotalError(), sent_channel::Info(), and sent_channel::restart().
uint32_t sent_channel_stat::PauseCnt |
Definition at line 40 of file sent_logic.h.
Referenced by sent_channel::FastChannelDecoder(), sent_channel::Info(), and sent_channel::restart().
uint32_t sent_channel_stat::RestartCnt |
Definition at line 41 of file sent_logic.h.
Referenced by sent_channel::Info(), and sent_channel::restart().
uint32_t sent_channel_stat::sc |
Definition at line 44 of file sent_logic.h.
Referenced by sent_channel::Info(), sent_channel::restart(), and sent_channel::SlowChannelDecoder().
uint32_t sent_channel_stat::scCrcErr |
Definition at line 45 of file sent_logic.h.
Referenced by sent_channel::Info(), sent_channel::restart(), and sent_channel::SlowChannelDecoder().
uint32_t sent_channel_stat::ShortIntervalErr |
Definition at line 35 of file sent_logic.h.
Referenced by sent_channel::FastChannelDecoder(), getTotalError(), sent_channel::Info(), and sent_channel::restart().
uint32_t sent_channel_stat::SyncErr |
Definition at line 37 of file sent_logic.h.
Referenced by sent_channel::FastChannelDecoder(), getTotalError(), sent_channel::Info(), and sent_channel::restart().