|
NNP STM Generic Remote Module git-main
|
#include <applicfg.h>Go to the source code of this file.
Classes | |
| struct | s_state_communication |
Typedefs | |
| typedef enum enum_nodeState | e_nodeState |
| typedef void(* | mode_X_Manual_t) (CO_Data *) |
| typedef void(* | mode_Y_Manual_t) (CO_Data *) |
| typedef void(* | waiting_t) (CO_Data *) |
| typedef void(* | stopped_t) (CO_Data *) |
| typedef void(* | mode_Patient_Manual_t) (CO_Data *) |
| typedef void(* | mode_Patient_Control_t) (CO_Data *) |
Functions | |
| void | _mode_X_Manual (CO_Data *d) |
| Function that user app can overload. | |
| void | _mode_Y_Manual (CO_Data *d) |
| Function that user app can overload. | |
| void | _waiting (CO_Data *d) |
| Function that user app can overload. | |
| void | _stopped (CO_Data *d) |
| Function that user app can overload. | |
| void | _mode_Patient_Manual (CO_Data *d) |
| Function that user app can overload. | |
| void | _mode_Patient_Control (CO_Data *d) |
| Function that user app can overload. | |
| void | _mode_Produce_X_Manual (CO_Data *d) |
| void | canDispatch (CO_Data *d, Message *m) |
| Called by driver/app when receiving messages. | |
| e_nodeState | getState (CO_Data *d) |
| Returns the state of the node. | |
| 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. Initialize the object dictionary. | |
Created on: Oct 9, 2024 Author: jenej
Definition in file states.h.