Interface for callback based CAN data interpreter.
Definition at line 81 of file Interpreter.h.
Data Fields | |
dwCANInterpreterAddMessageFunc_t | addMessage |
addMessage callback function. More... | |
dwCANInterpreterGetNumAvailableFunc_t | getNumAvailableSignals |
getNumAvailableSignals callback function. More... | |
dwCANInterpreterGetSignalInfoFunc_t | getSignalInfo |
getSignalInfo callback function. More... | |
dwCANInterpreterGetDataf32Func_t | getDataf32 |
getDataf32 callback function. More... | |
dwCANInterpreterGetDataf64Func_t | getDataf64 |
getDataf64 callback function. More... | |
dwCANInterpreterGetDatai32Func_t | getDatai32 |
getDatai32 callback function. More... | |
dwCANInterpreterAddMessageFunc_t dwCANInterpreterInterface::addMessage |
addMessage callback function.
Definition at line 84 of file Interpreter.h.
dwCANInterpreterGetDataf32Func_t dwCANInterpreterInterface::getDataf32 |
getDataf32 callback function.
Definition at line 90 of file Interpreter.h.
dwCANInterpreterGetDataf64Func_t dwCANInterpreterInterface::getDataf64 |
getDataf64 callback function.
Definition at line 92 of file Interpreter.h.
dwCANInterpreterGetDatai32Func_t dwCANInterpreterInterface::getDatai32 |
getDatai32 callback function.
Definition at line 94 of file Interpreter.h.
dwCANInterpreterGetNumAvailableFunc_t dwCANInterpreterInterface::getNumAvailableSignals |
getNumAvailableSignals callback function.
Definition at line 86 of file Interpreter.h.
dwCANInterpreterGetSignalInfoFunc_t dwCANInterpreterInterface::getSignalInfo |
getSignalInfo callback function.
Definition at line 88 of file Interpreter.h.