Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
states.c File Reference
Go to the source code of this file.
Functions | |
| void | switchCommunicationState (CO_Data *d, s_state_communication *newCommunicationState) |
| Prototypes for internals functions. | |
| e_nodeState | getState (CO_Data *d) |
| Returns the state of the node. | |
| void | canDispatch (CO_Data *d, Message *m) |
| Called by driver/app when receiving messages. | |
| UNS8 | setState (CO_Data *d, e_nodeState newState) |
| Change the state of the node. | |
| UNS8 | getNodeId (CO_Data *d) |
| Returns the nodId. | |
| void | setNodeId (CO_Data *d, UNS8 nodeId) |
| Define the node ID. | |
| void | _initialisation (CO_Data *d) |
| Function that user app can overload. | |
| void | _preOperational (CO_Data *d) |
| Function that user app can overload. | |
| void | _operational (CO_Data *d) |
| Function that user app can overload. | |
| void | _stopped (CO_Data *d) |
| Function that user app can overload. | |
Detailed Description
- Date:
- Tue Jun 5 09:32:32 2007
Definition in file states.c.
Function Documentation
Generated on Tue Jul 12 2022 17:11:51 by
1.7.2