public interface DasConfigOperations
| Modifier and Type | Method and Description |
|---|---|
void |
add_collector_by_ref(RealTimeCollector[] collectors) |
void |
add_collector_by_string(java.lang.String[] collectors) |
void |
set_collector_by_ref(RealTimeCollector[] collectors)
Sets the collectors that this data acquisition device is to
send data to.
|
void |
set_collector_by_string(java.lang.String[] collectors) |
void |
set_soh_by_ref(DasSoh das_id) |
void |
set_soh_by_string(java.lang.String[] das_ref) |
void set_collector_by_ref(RealTimeCollector[] collectors) throws CollectorMaxExceeded
CollectorMaxExceededvoid set_collector_by_string(java.lang.String[] collectors)
throws CollectorMaxExceeded
CollectorMaxExceededvoid add_collector_by_ref(RealTimeCollector[] collectors) throws CollectorMaxExceeded
CollectorMaxExceededvoid add_collector_by_string(java.lang.String[] collectors)
throws CollectorMaxExceeded
CollectorMaxExceededvoid set_soh_by_ref(DasSoh das_id) throws NotImplemented
NotImplementedvoid set_soh_by_string(java.lang.String[] das_ref)
throws NotImplemented
NotImplemented