X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fhardware%2Fscpi-pps%2Fprotocol.h;h=cf0dbdd5aa227a2815269378fabb917b888d6513;hb=88e4daa9ff82f45f5966ac662d794c04625df176;hp=aee7fcc51b6bb7f6ba6558e09b4be415cecc6491;hpb=17a82e83ff4c2a7dc1bcc4f5ab6197c16a3b72de;p=libsigrok.git diff --git a/src/hardware/scpi-pps/protocol.h b/src/hardware/scpi-pps/protocol.h index aee7fcc5..cf0dbdd5 100644 --- a/src/hardware/scpi-pps/protocol.h +++ b/src/hardware/scpi-pps/protocol.h @@ -2,6 +2,7 @@ * This file is part of the libsigrok project. * * Copyright (C) 2014 Bert Vermeulen + * Copyright (C) 2017 Frank Stettner * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -105,6 +106,8 @@ struct channel_spec { double current[5]; double power[5]; double frequency[5]; + double ovp[5]; + double ocp[5]; }; struct channel_group_spec { @@ -144,6 +147,7 @@ struct dev_context { struct channel_group_spec *channel_groups; struct sr_channel *cur_acquisition_channel; + struct sr_sw_limits limits; }; SR_PRIV extern unsigned int num_pps_profiles;