Home
last modified time | relevance | path

Searched refs:CO_OD_entryRecord_t (Results 1 – 4 of 4) sorted by relevance

/canopennode-2.7.6/example/CO_OD_with_trace/
DCO_OD.c132 /*0x1018*/ const CO_OD_entryRecord_t OD_record1018[5] = {
138 /*0x1200*/ const CO_OD_entryRecord_t OD_record1200[3] = {
142 /*0x1400*/ const CO_OD_entryRecord_t OD_record1400[3] = {
146 /*0x1401*/ const CO_OD_entryRecord_t OD_record1401[3] = {
150 /*0x1402*/ const CO_OD_entryRecord_t OD_record1402[3] = {
154 /*0x1403*/ const CO_OD_entryRecord_t OD_record1403[3] = {
158 /*0x1600*/ const CO_OD_entryRecord_t OD_record1600[9] = {
168 /*0x1601*/ const CO_OD_entryRecord_t OD_record1601[9] = {
178 /*0x1602*/ const CO_OD_entryRecord_t OD_record1602[9] = {
188 /*0x1603*/ const CO_OD_entryRecord_t OD_record1603[9] = {
[all …]
/canopennode-2.7.6/example/
DCO_OD.c128 /*0x1018*/ const CO_OD_entryRecord_t OD_record1018[5] = {
134 /*0x1200*/ const CO_OD_entryRecord_t OD_record1200[3] = {
138 /*0x1400*/ const CO_OD_entryRecord_t OD_record1400[3] = {
142 /*0x1401*/ const CO_OD_entryRecord_t OD_record1401[3] = {
146 /*0x1402*/ const CO_OD_entryRecord_t OD_record1402[3] = {
150 /*0x1403*/ const CO_OD_entryRecord_t OD_record1403[3] = {
154 /*0x1600*/ const CO_OD_entryRecord_t OD_record1600[9] = {
164 /*0x1601*/ const CO_OD_entryRecord_t OD_record1601[9] = {
174 /*0x1602*/ const CO_OD_entryRecord_t OD_record1602[9] = {
184 /*0x1603*/ const CO_OD_entryRecord_t OD_record1603[9] = {
[all …]
/canopennode-2.7.6/stack/
DCO_SDO.h527 }CO_OD_entryRecord_t; typedef
DCO_SDO.c488 if(((const CO_OD_entryRecord_t*)(object->pData))[subIndex].pData == 0){ in CO_OD_getLength()
493 return ((const CO_OD_entryRecord_t*)(object->pData))[subIndex].length; in CO_OD_getLength()
528 return ((const CO_OD_entryRecord_t*)(object->pData))[subIndex].attribute; in CO_OD_getAttribute()
562 return ((const CO_OD_entryRecord_t*)(object->pData))[subIndex].pData; in CO_OD_getDataPointer()