public interface MedicalDeviceCommunicationInterface
| Modifier and Type | Method and Description |
|---|---|
void |
connect() |
void |
disconnect() |
Set<Class<? extends MDICommand>> |
getHandledCommands() |
BICEPSDeviceNodeInterfaceDescriptionProvider |
getInterfaceDescriptionProvider() |
BICEPSDeviceNodeInterfaceStateProvider |
getInterfaceStateProvider() |
Set<BICEPSQoSPolicy> |
getPoliciesForCommand(Class<? extends MDICommand> cmdClz) |
void |
initialize() |
void |
setMDICommandReceivingQueue(BlockingQueue<MDICommand> commandQueue) |
void |
setMDINotificationQueue(BlockingQueue<MDINotification> notificationQueue) |
void |
setMDIStreamQueue(BlockingQueue<StreamFrame> waveformQueue) |
void |
startCommandHandling() |
void |
startupComplete() |
void |
stopCommandHandling() |
BICEPSDeviceNodeInterfaceDescriptionProvider getInterfaceDescriptionProvider()
BICEPSDeviceNodeInterfaceStateProvider getInterfaceStateProvider()
void initialize()
void connect()
void disconnect()
Set<Class<? extends MDICommand>> getHandledCommands()
void setMDICommandReceivingQueue(BlockingQueue<MDICommand> commandQueue)
void setMDINotificationQueue(BlockingQueue<MDINotification> notificationQueue)
void startCommandHandling()
void stopCommandHandling()
void setMDIStreamQueue(BlockingQueue<StreamFrame> waveformQueue)
Set<BICEPSQoSPolicy> getPoliciesForCommand(Class<? extends MDICommand> cmdClz)
void startupComplete()
Copyright © 2018. All rights reserved.