iCub-main
Classes | Functions | Variables
opcManager_cfg4pc104.c File Reference
#include "stdio.h"
#include "stdlib.h"
#include "string.h"
#include "EoCommon.h"
#include "EoDiagnostics.h"
#include "OPCprotocolManager.h"
#include "OPCprotocolManager_Cfg.h"
+ Include dependency graph for opcManager_cfg4pc104.c:

Go to the source code of this file.

Classes

struct  ethCounters_total
 

Functions

static void s_print_emsperiph_candata (eOdgn_canstatus_t *canst_ptr)
 
static void on_rec_emsperiph (opcprotman_opc_t opc, opcprotman_var_map_t *map, void *recdata)
 
static void on_rec_emsapplcommon (opcprotman_opc_t opc, opcprotman_var_map_t *map, void *recdata)
 
static void s_print_emsapplcomm_core (eOdgn_coreapplication_t *appcore_ptr)
 
static void s_print_emsapplcomm_ipnet (eOdgn_ipnet_t *appipnet_ptr)
 
static void s_print_emsapplcomm_transceiver (eOdgn_embObjtransceiver_t *apptrans_ptr)
 
static void on_rec_emsapplmc (opcprotman_opc_t opc, opcprotman_var_map_t *map, void *recdata)
 
static void s_print_emsapplmc_encoderserror (eOdgn_encoderreads_t *encreads)
 
static void on_rec_motorstflags (opcprotman_opc_t opc, opcprotman_var_map_t *map, void *recdata)
 
static void on_rec_errorLog (opcprotman_opc_t opc, opcprotman_var_map_t *map, void *recdata)
 
static void on_rec_canQueueStatistics (opcprotman_opc_t opc, opcprotman_var_map_t *map, void *recdata)
 
static void on_rec_rxcheckSetpoints (opcprotman_opc_t opc, opcprotman_var_map_t *map, void *recdata)
 
opcprotman_res_t opcprotman_personalize_database (OPCprotocolManager *p)
 

Variables

eOdgn_commands_t dgnCommands
 
uint32_t cmdena_rxsetPointCheck
 
uint8_t board
 
static eOdgn_emsapplication_emswithmc_t s_emswithmc_data
 
static ethCounters_total ethCounterBoards [9][3] = {{0}}
 

Function Documentation

◆ on_rec_canQueueStatistics()

static void on_rec_canQueueStatistics ( opcprotman_opc_t  opc,
opcprotman_var_map_t *  map,
void *  recdata 
)
static

Definition at line 524 of file opcManager_cfg4pc104.c.

◆ on_rec_emsapplcommon()

static void on_rec_emsapplcommon ( opcprotman_opc_t  opc,
opcprotman_var_map_t *  map,
void *  recdata 
)
static

Definition at line 332 of file opcManager_cfg4pc104.c.

◆ on_rec_emsapplmc()

static void on_rec_emsapplmc ( opcprotman_opc_t  opc,
opcprotman_var_map_t *  map,
void *  recdata 
)
static

Definition at line 405 of file opcManager_cfg4pc104.c.

◆ on_rec_emsperiph()

static void on_rec_emsperiph ( opcprotman_opc_t  opc,
opcprotman_var_map_t *  map,
void *  recdata 
)
static

Definition at line 265 of file opcManager_cfg4pc104.c.

◆ on_rec_errorLog()

static void on_rec_errorLog ( opcprotman_opc_t  opc,
opcprotman_var_map_t *  map,
void *  recdata 
)
static

Definition at line 516 of file opcManager_cfg4pc104.c.

◆ on_rec_motorstflags()

static void on_rec_motorstflags ( opcprotman_opc_t  opc,
opcprotman_var_map_t *  map,
void *  recdata 
)
static

Definition at line 462 of file opcManager_cfg4pc104.c.

◆ on_rec_rxcheckSetpoints()

static void on_rec_rxcheckSetpoints ( opcprotman_opc_t  opc,
opcprotman_var_map_t *  map,
void *  recdata 
)
static

Definition at line 598 of file opcManager_cfg4pc104.c.

◆ opcprotman_personalize_database()

opcprotman_res_t opcprotman_personalize_database ( OPCprotocolManager *  p)

Definition at line 142 of file opcManager_cfg4pc104.c.

◆ s_print_emsapplcomm_core()

static void s_print_emsapplcomm_core ( eOdgn_coreapplication_t *  appcore_ptr)
static

Definition at line 361 of file opcManager_cfg4pc104.c.

◆ s_print_emsapplcomm_ipnet()

static void s_print_emsapplcomm_ipnet ( eOdgn_ipnet_t *  appipnet_ptr)
static

Definition at line 381 of file opcManager_cfg4pc104.c.

◆ s_print_emsapplcomm_transceiver()

static void s_print_emsapplcomm_transceiver ( eOdgn_embObjtransceiver_t *  apptrans_ptr)
static

Definition at line 389 of file opcManager_cfg4pc104.c.

◆ s_print_emsapplmc_encoderserror()

static void s_print_emsapplmc_encoderserror ( eOdgn_encoderreads_t *  encreads)
static

Definition at line 449 of file opcManager_cfg4pc104.c.

◆ s_print_emsperiph_candata()

static void s_print_emsperiph_candata ( eOdgn_canstatus_t *  canst_ptr)
static

Definition at line 258 of file opcManager_cfg4pc104.c.

Variable Documentation

◆ board

uint8_t board
extern

Definition at line 48 of file debugFunctions.cpp.

◆ cmdena_rxsetPointCheck

uint32_t cmdena_rxsetPointCheck
extern

Definition at line 63 of file diagnostics_buttons.cpp.

◆ dgnCommands

eOdgn_commands_t dgnCommands
extern

Definition at line 62 of file diagnostics_buttons.cpp.

◆ ethCounterBoards

ethCounters_total ethCounterBoards[9][3] = {{0}}
static

Definition at line 136 of file opcManager_cfg4pc104.c.

◆ s_emswithmc_data

eOdgn_emsapplication_emswithmc_t s_emswithmc_data
static

Definition at line 135 of file opcManager_cfg4pc104.c.