Skip to content

Problem with input arguments number in lsl_wait_for_consumers() #30

@nicoponf

Description

@nicoponf

Hello,

I have a problem with using the function wait_for_consumers of the outlet class. When I try to use it, I get the following error:
"
Error using lsl_wait_for_consumers
2 input argument(s) required.

Error in lsl_outlet/wait_for_consumers (line 128)
success = lsl_wait_for_consumers(self.LibHandle,self.OutletHandle,timeout);
"

This error seems to come from the following line in the C file for the mex interface:


It could be that only these 2 lines should be changed to accepting 3 arguments instead of 2, but I am not too sure.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions