etherlab/plc_cia402node.c
changeset 2061 a5641abeac7c
parent 2059 b74955d211c7
child 2069 840d328560f8
equal deleted inserted replaced
2060:c7a2c9362d63 2061:a5641abeac7c
    44 %(extern_located_variables_declaration)s
    44 %(extern_located_variables_declaration)s
    45 
    45 
    46 int __init_%(location)s()
    46 int __init_%(location)s()
    47 {
    47 {
    48 %(init_entry_variables)s
    48 %(init_entry_variables)s
    49 	*__IW%(location)s_0 = __MK_AllocAxis(&(__CIA402Node_%(location)s.axis));
    49 	*__IW%(location)s_0 = __MK_Alloc_AXIS_REF(&(__CIA402Node_%(location)s.axis));
    50 	return 0;
    50 	return 0;
    51 }
    51 }
    52 
    52 
    53 void __cleanup_%(location)s()
    53 void __cleanup_%(location)s()
    54 {
    54 {