diff -r 6787754b251b -r b6572d0336c3 doc/doxygen/html/Master_8c.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/doxygen/html/Master_8c.html Mon Jun 04 17:59:50 2007 +0200 @@ -0,0 +1,301 @@ + +
+#include "Master.h"
#include "Slave.h"
#include "TestMasterSlave.h"
Functions | |
void | TestMaster_heartbeatError (UNS8 heartbeatID) |
void | TestMaster_initialisation () |
static void | ConfigureSlaveNode (CO_Data *d, UNS8 nodeId) |
static void | CheckSDOAndContinue (CO_Data *d, UNS8 nodeId) |
void | TestMaster_preOperational () |
void | TestMaster_operational () |
void | TestMaster_stopped () |
void | TestMaster_post_sync () |
void | TestMaster_post_TPDO () |
Variables | |
static | init_step = 0 |
char | query_result = 0 |
char | waiting_answer = 0 |
static void CheckSDOAndContinue | +( | +CO_Data * | +d, | +|
+ | + | UNS8 | +nodeId | + |
+ | ) | + [static] |
+
+ +
static void ConfigureSlaveNode | +( | +CO_Data * | +d, | +|
+ | + | UNS8 | +nodeId | + |
+ | ) | + [static] |
+
+ +
void TestMaster_heartbeatError | +( | +UNS8 | +heartbeatID | +) | ++ |
+ +
void TestMaster_initialisation | +( | +void | ++ | ) | ++ |
+ +
void TestMaster_operational | +( | +void | ++ | ) | ++ |
+ +
void TestMaster_post_sync | +( | +void | ++ | ) | ++ |
+ +
void TestMaster_post_TPDO | +( | +void | ++ | ) | ++ |
+ +
void TestMaster_preOperational | +( | +void | ++ | ) | ++ |
+ +
void TestMaster_stopped | +( | +void | ++ | ) | ++ |
+ +
+
init_step = 0 [static] |
+
+ +
char query_result = 0 | +
+ +
char waiting_answer = 0 | +
+ +
+