public interface BICEPSDeviceInterface
MedicalDeviceCommunicationInterface as well
as the network communication stack.
BICEPSDeviceApplication calls during startup:
prepareBICEPSDeviceInterface(int, String[]) initializeBICEPSDeviceInterface() setMedicalDeviceCommunicationInterface(MedicalDeviceCommunicationInterface)setupMedicalDeviceInterfaceCommunication()setupBICEPSDeviceNodeCommunication()setupMDIB()updateBICEPSDeviceNodeMetaData()registerBICEPSDeviceNodeOperations()createBICEPSDeviceNode()registerBICEPSDeviceNodeCallbacks()start()BICEPSDeviceApplication calls during shutdown:
| Modifier and Type | Method and Description |
|---|---|
void |
createBICEPSDeviceNode()
Creates the biceps device node.
|
BICEPSDeviceNodeInterfaceDescription |
getInterfaceDescription()
Gets the interface description.
|
void |
initializeBICEPSDeviceInterface()
Initialize biceps device interface.
|
void |
prepareBICEPSDeviceInterface(int deviceConfigId,
String[] args)
Setup the network device interface.
|
void |
registerBICEPSDeviceNodeCallbacks()
Register biceps device node callbacks.
|
void |
registerBICEPSDeviceNodeOperations()
Register biceps device node operations.
|
void |
registerMDIHandler()
Register mdi handler.
|
void |
setMedicalDeviceCommunicationInterface(MedicalDeviceCommunicationInterface mdCom)
Sets the medical device communication interface.
|
void |
setupBICEPSDeviceNodeCommunication()
Setup biceps device node communication.
|
void |
setupMDIB()
Setup mdib.
|
void |
setupMedicalDeviceInterfaceCommunication()
Setup medical device interface communication.
|
void |
start()
Start.
|
void |
stop()
Stop.
|
void |
updateBICEPSDeviceNodeMetaData()
Update biceps device node meta data.
|
void prepareBICEPSDeviceInterface(int deviceConfigId,
String[] args)
deviceConfigId - the device config idargs - the argsvoid initializeBICEPSDeviceInterface()
void setMedicalDeviceCommunicationInterface(MedicalDeviceCommunicationInterface mdCom)
mdCom - the new medical device communication interfacevoid setupMedicalDeviceInterfaceCommunication()
void setupBICEPSDeviceNodeCommunication()
void setupMDIB()
void updateBICEPSDeviceNodeMetaData()
void registerBICEPSDeviceNodeOperations()
void createBICEPSDeviceNode()
void registerMDIHandler()
void registerBICEPSDeviceNodeCallbacks()
void start()
void stop()
BICEPSDeviceNodeInterfaceDescription getInterfaceDescription()
Copyright © 2018. All rights reserved.