X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=libsigrok.h;h=5589bdc11159e0d9ec8b0ed609dd3201ecec4315;hb=7faa3e8821735e063e17fcad326c68aae14fe907;hp=f0f6d0cc60085053e49207eaba1590265512461f;hpb=e2b238210187e40ad434f659e68d604ed5f523d4;p=libsigrok.git diff --git a/libsigrok.h b/libsigrok.h index f0f6d0cc..5589bdc1 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -632,7 +632,7 @@ enum { * flow 0 no flow control * 1 hardware-based (RTS/CTS) flow control * 2 software-based (XON/XOFF) flow control - * + * * This is always an optional parameter, since a driver typically * knows the speed at which the device wants to communicate. */ @@ -803,6 +803,8 @@ enum { SR_INST_USB = 10000, /** Device instance type for serial port devices. */ SR_INST_SERIAL, + /** Device instance type for SCPI devices. */ + SR_INST_SCPI, }; /** Device instance status. */