From 883193fe1275eb6feeb4ad34903e9ea4bbf7ade3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Sat, 1 Nov 2008 20:35:16 +0000 Subject: [PATCH] added RIG_METER_PO git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2452 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- include/hamlib/rig.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/hamlib/rig.h b/include/hamlib/rig.h index e2cc080cb..19682e508 100644 --- a/include/hamlib/rig.h +++ b/include/hamlib/rig.h @@ -2,7 +2,7 @@ * Hamlib Interface - API header * Copyright (c) 2000-2008 by Stephane Fillod and Frank Singleton * - * $Id: rig.h,v 1.129 2008-10-27 22:23:36 fillods Exp $ + * $Id: rig.h,v 1.130 2008-11-01 20:35:16 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -583,7 +583,8 @@ enum meter_level_e { RIG_METER_COMP = (1<<1), /*< Compression level */ RIG_METER_ALC = (1<<2), /*< ALC */ RIG_METER_IC = (1<<3), /*< IC */ - RIG_METER_DB = (1<<4) /*< DB */ + RIG_METER_DB = (1<<4), /*< DB */ + RIG_METER_PO = (1<<5) /*< Power Out */ }; /**