summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_channel_priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_channel_priv.h')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_channel_priv.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_channel_priv.h b/software/octdeviceapi/oct6100api/oct6100_channel_priv.h
index 0a3a6ba..e5ad221 100644
--- a/software/octdeviceapi/oct6100api/oct6100_channel_priv.h
+++ b/software/octdeviceapi/oct6100api/oct6100_channel_priv.h
@@ -25,9 +25,9 @@ You should have received a copy of the GNU General Public License
along with the OCT6100 GPL API; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
-$Octasic_Release: OCT612xAPI-01.03.05 $
+$Octasic_Release: OCT612xAPI-01.04.01 $
-$Octasic_Revision: 64 $
+$Octasic_Revision: 65 $
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
@@ -465,6 +465,17 @@ UINT32 Oct6100ApiWriteDebugChanMemory(
UINT32 Oct6100ApiDebugChannelOpen(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance );
+UINT32 Oct6100ApiDebugChannelClose(
+ IN OUT tPOCT6100_INSTANCE_API f_pApiInstance );
+
+UINT32 Oct6100ApiEnableChannelRecordingSer(
+ IN tPOCT6100_INSTANCE_API f_pApiInstance,
+ IN OUT tPOCT6100_ENABLE_CHANNEL_RECORDING f_pChannelRecord );
+
+UINT32 Oct6100ApiDisableChannelRecordingSer(
+ IN tPOCT6100_INSTANCE_API f_pApiInstance,
+ IN OUT tPOCT6100_DISABLE_CHANNEL_RECORDING f_pChannelRecord );
+
UINT32 Oct6100ApiMutePorts(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usEchoIndex,