|
|
# RTIS Dev Remote Matlab Wrapper
|
|
|
|
|
|
This is a wrapper of the RTIS Dev Remote library to use RTIS Dev remotely over IP from MATLAB.
|
|
|
Quickly develop with connected RTIS devices. Almost all RTIS Dev functions are available as well as automatic conversion of RTIS Dev custom class objects.
|
|
|
Quickly develop with connected RTIS devices. Almost all RTIS Dev functions are available as well as automatic conversion
|
|
|
of RTIS Dev custom class objects.
|
|
|
|
|
|
# Unavailable RTIS Dev methods
|
|
|
Here is a short list of the current RTIS Dev methods that aren't available through this wrapper:
|
|
|
* [create_measure_external_trigger_queue](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#create_measure_external_trigger_queue)
|
|
|
* [create_measure_external_trigger_callback](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#create_measure_external_trigger_queue)
|
|
|
* [create_processing_workers](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#create_processing_workers)
|
|
|
* [set_log_mode](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#create_measure_external_trigger_queue)
|
|
|
* [set_custom_logger](https://cosysgit.uantwerpen.be/rtis-software/rtisdev/-/wikis/home#create_measure_external_trigger_queue)
|
|
|
|
... | ... | @@ -146,4 +148,4 @@ ytickformat('%.1f') |
|
|
set(gca, 'XTick',xt, 'XTickLabel',xtlbl)
|
|
|
set(gca, 'YTick',yt, 'YTickLabel',ytlbl)
|
|
|
title('Energyscape');
|
|
|
``` |
|
|
\ No newline at end of file |
|
|
``` |