X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fscpi%2Fscpi.c;h=ac7cdb575625b9f3b0fbae47b359b4c765928329;hb=e8779db70cfe53db1d9f1f6ad00c4888ccf09b23;hp=829a4c8cf1828bb141ce13c159767173cc12c151;hpb=155b680da482cea2381becb73c51cfb838bff31e;p=libsigrok.git diff --git a/src/scpi/scpi.c b/src/scpi/scpi.c index 829a4c8c..ac7cdb57 100644 --- a/src/scpi/scpi.c +++ b/src/scpi/scpi.c @@ -207,6 +207,7 @@ SR_PRIV int sr_scpi_open(struct sr_scpi_dev_inst *scpi) /** * Add an event source for an SCPI device. * + * @param session The session to add the event source to. * @param scpi Previously initialized SCPI device structure. * @param events Events to check for. * @param timeout Max time to wait before the callback is called, ignored if 0. @@ -226,6 +227,7 @@ SR_PRIV int sr_scpi_source_add(struct sr_session *session, /** * Remove event source for an SCPI device. * + * @param session The session to remove the event source from. * @param scpi Previously initialized SCPI device structure. * * @return SR_OK upon success, SR_ERR_ARG upon invalid arguments, or