#include "EoCommon.h"
#include "EoError.h"
#include <math.h>
#include "FeatureInterface.h"
#include "EoProtocolMN.h"
#include "EoBoards.h"
Go to the source code of this file.
|
static void | s_print_string (char *str, eOmn_info_type_t errortype) |
|
static void | s_eoprot_print_mninfo_status (eOmn_info_basic_t *infobasic, uint8_t *extra, const EOnv *nv, const eOropdescriptor_t *rd) |
|
static void | s_process_CANPRINT (eOmn_info_basic_t *infobasic, uint8_t *extra, const EOnv *nv, const eOropdescriptor_t *rd) |
|
static void | s_process_category_Default (eOmn_info_basic_t *infobasic, uint8_t *extra, const EOnv *nv, const eOropdescriptor_t *rd) |
|
static void | s_process_category_Config (eOmn_info_basic_t *infobasic, uint8_t *extra, const EOnv *nv, const eOropdescriptor_t *rd) |
|
static void | s_get_timeofmessage (eOmn_info_basic_t *infobasic, timeofmessage_t *t) |
|
static const char * | s_get_sourceofmessage (eOmn_info_basic_t *infobasic, uint8_t *address) |
|
void | eoprot_fun_ONSAY_mn (const EOnv *nv, const eOropdescriptor_t *rd) |
|
void | eoprot_fun_UPDT_mn_info_status (const EOnv *nv, const eOropdescriptor_t *rd) |
|
void | eoprot_fun_UPDT_mn_info_status_basic (const EOnv *nv, const eOropdescriptor_t *rd) |
|
void | eoprot_fun_UPDT_mn_comm_cmmnds_command_replynumof (const EOnv *nv, const eOropdescriptor_t *rd) |
|
void | eoprot_fun_UPDT_mn_comm_cmmnds_command_replyarray (const EOnv *nv, const eOropdescriptor_t *rd) |
|
void | eoprot_fun_UPDT_mn_service_status_commandresult (const EOnv *nv, const eOropdescriptor_t *rd) |
|
◆ CAN_PRINT_FULL_PARSING
#define CAN_PRINT_FULL_PARSING |
◆ eoprot_fun_ONSAY_mn()
void eoprot_fun_ONSAY_mn |
( |
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
◆ eoprot_fun_UPDT_mn_comm_cmmnds_command_replyarray()
void eoprot_fun_UPDT_mn_comm_cmmnds_command_replyarray |
( |
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
◆ eoprot_fun_UPDT_mn_comm_cmmnds_command_replynumof()
void eoprot_fun_UPDT_mn_comm_cmmnds_command_replynumof |
( |
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
◆ eoprot_fun_UPDT_mn_info_status()
void eoprot_fun_UPDT_mn_info_status |
( |
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
◆ eoprot_fun_UPDT_mn_info_status_basic()
void eoprot_fun_UPDT_mn_info_status_basic |
( |
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
◆ eoprot_fun_UPDT_mn_service_status_commandresult()
void eoprot_fun_UPDT_mn_service_status_commandresult |
( |
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
◆ s_eoprot_print_mninfo_status()
static void s_eoprot_print_mninfo_status |
( |
eOmn_info_basic_t * |
infobasic, |
|
|
uint8_t * |
extra, |
|
|
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
|
static |
◆ s_get_sourceofmessage()
static const char * s_get_sourceofmessage |
( |
eOmn_info_basic_t * |
infobasic, |
|
|
uint8_t * |
address |
|
) |
| |
|
static |
◆ s_get_timeofmessage()
static void s_get_timeofmessage |
( |
eOmn_info_basic_t * |
infobasic, |
|
|
timeofmessage_t * |
t |
|
) |
| |
|
static |
◆ s_print_string()
static void s_print_string |
( |
char * |
str, |
|
|
eOmn_info_type_t |
errortype |
|
) |
| |
|
static |
◆ s_process_CANPRINT()
static void s_process_CANPRINT |
( |
eOmn_info_basic_t * |
infobasic, |
|
|
uint8_t * |
extra, |
|
|
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
|
static |
◆ s_process_category_Config()
static void s_process_category_Config |
( |
eOmn_info_basic_t * |
infobasic, |
|
|
uint8_t * |
extra, |
|
|
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
|
static |
◆ s_process_category_Default()
static void s_process_category_Default |
( |
eOmn_info_basic_t * |
infobasic, |
|
|
uint8_t * |
extra, |
|
|
const EOnv * |
nv, |
|
|
const eOropdescriptor_t * |
rd |
|
) |
| |
|
static |