-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Pagadarai <[email protected]>
- Loading branch information
1 parent
39e9bd6
commit f0b5c3b
Showing
4 changed files
with
4 additions
and
158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,31 +27,7 @@ | |
%% Device Methods | ||
function ctxPtr = iio_device_get_context(obj, devPtr) | ||
ctxPtr = calllib(obj.libName, 'iio_device_get_context', devPtr); | ||
end | ||
|
||
%{ | ||
function iio_device_get_id(obj) | ||
end | ||
function iio_device_get_name(obj) | ||
end | ||
function iio_device_get_label(obj) | ||
end | ||
function iio_device_get_channels_count(obj) | ||
end | ||
function iio_device_get_attrs_count(obj) | ||
end | ||
function iio_device_get_channel(obj) | ||
% [email protected](obj); | ||
end | ||
function iio_device_get_attr(obj) | ||
end | ||
%} | ||
end | ||
|
||
function chanPtr = iio_device_find_channel(obj, dev, id, output) | ||
% iio_device_find_channel(const struct iio_device *dev, const char *name, bool output) | ||
|
@@ -77,23 +53,6 @@ function iio_device_get_attr(obj) | |
status = cPtrCheck(obj,attrPtr); | ||
end | ||
|
||
%{ | ||
function iio_device_set_data(obj) | ||
end | ||
function iio_device_get_data(obj) | ||
end | ||
function iio_device_get_trigger(obj) | ||
end | ||
function iio_device_set_trigger(obj) | ||
end | ||
function iio_device_is_trigger(obj) | ||
end | ||
%} | ||
|
||
function nBytes = iio_device_attr_write(obj,devPtr,attr,src) | ||
% [status, attrPtr] = iio_device_find_attr(obj, devPtr, attr); | ||
attrPtr = calllib(obj.libName, 'iio_device_find_attr', devPtr, attr); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters