diff -r 6787754b251b -r b6572d0336c3 doc/doxygen/html/appli_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/appli_8c.html Mon Jun 04 17:59:50 2007 +0200 @@ -0,0 +1,356 @@ + +
+#include <stddef.h>
#include <asm-m68hc12/portsaccess.h>
#include <asm-m68hc12/ports_def.h>
#include <asm-m68hc12/ports.h>
#include <interrupt.h>
#include "../include/data.h"
#include <applicfg.h>
#include "../include/hcs12/candriver.h"
#include "../include/hcs12/canOpenDriver.h"
#include "../include/def.h"
#include "../include/can.h"
#include "../include/objdictdef.h"
#include "../include/objacces.h"
#include "../include/sdo.h"
#include "../include/pdo.h"
#include "../include/timer.h"
#include "../include/lifegrd.h"
#include "../include/sync.h"
#include "../include/nmtSlave.h"
#include "objdict.h"
Defines | |
#define | DEBUG_WAR_CONSOLE_ON |
#define | DEBUG_ERR_CONSOLE_ON |
Enumerations | |
enum | E_CanBaudrate { CAN_BAUDRATE_250K, +CAN_BAUDRATE_500K, +CAN_BAUDRATE_1M + } |
Functions | |
void | initCanopencapteur (void) |
void | initSensor (void) |
void | initPortB (void) |
void | initPortH (void) |
void | gene_SYNC_heartbeatError (UNS8 heartbeatID) |
void | gene_SYNC_initialisation () |
void | gene_SYNC_preOperational () |
void | gene_SYNC_operational () |
void | gene_SYNC_stopped () |
UNS8 | main (void) |
Variables | |
const canBusTime | CAN_Baudrates [] |
#define DEBUG_ERR_CONSOLE_ON | +
+ +
#define DEBUG_WAR_CONSOLE_ON | +
+ +
+
enum E_CanBaudrate | +
+
void gene_SYNC_heartbeatError | +( | +UNS8 | +heartbeatID | +) | ++ |
+ +
void gene_SYNC_initialisation | +( | +void | ++ | ) | ++ |
+ +
void gene_SYNC_operational | +( | +void | ++ | ) | ++ |
+ +
void gene_SYNC_preOperational | +( | +void | ++ | ) | ++ |
+ +
void gene_SYNC_stopped | +( | +void | ++ | ) | ++ |
+ +
void initCanopencapteur | +( | +void | ++ | ) | ++ |
+ +
void initPortB | +( | +void | ++ | ) | ++ |
+ +
void initPortH | +( | +void | ++ | ) | ++ |
+ +
void initSensor | +( | +void | ++ | ) | ++ |
+ +
UNS8 main | +( | +void | ++ | ) | ++ |
+ +
+
const canBusTime CAN_Baudrates[] | +
+ +
+