src/states.c
changeset 149 fe50ada8020b
parent 94 bdf4c86be6b2
child 152 5e14844e5756
equal deleted inserted replaced
148:ad3de8730172 149:fe50ada8020b
   205     }
   205     }
   206   }
   206   }
   207   /* bDeviceNodeId is defined in the object dictionary. */
   207   /* bDeviceNodeId is defined in the object dictionary. */
   208   *d->bDeviceNodeId = nodeId;
   208   *d->bDeviceNodeId = nodeId;
   209 }
   209 }
       
   210 
       
   211 void _initialisation(){}
       
   212 void _preOperational(){}
       
   213 void _operational(){}
       
   214 void _stopped(){}