summaryrefslogtreecommitdiff
path: root/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c
diff options
context:
space:
mode:
Diffstat (limited to 'software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c')
-rw-r--r--software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c176
1 files changed, 176 insertions, 0 deletions
diff --git a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c
index 93fb151..f1bb058 100644
--- a/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c
+++ b/software/octdeviceapi/oct6100api/oct6100_api/oct6100_channel.c
@@ -101,6 +101,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelOpen Pointer to echo channel open structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelOpenDef
UINT32 Oct6100ChannelOpenDef(
IN OUT tPOCT6100_CHANNEL_OPEN f_pChannelOpen )
{
@@ -193,7 +194,9 @@ UINT32 Oct6100ChannelOpenDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelOpen
UINT32 Oct6100ChannelOpen(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_OPEN f_pChannelOpen )
@@ -233,6 +236,7 @@ UINT32 Oct6100ChannelOpen(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -250,6 +254,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelClose Pointer to channel close structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelCloseDef
UINT32 Oct6100ChannelCloseDef(
IN OUT tPOCT6100_CHANNEL_CLOSE f_pChannelClose )
{
@@ -257,7 +262,9 @@ UINT32 Oct6100ChannelCloseDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelClose
UINT32 Oct6100ChannelClose(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_CLOSE f_pChannelClose )
@@ -298,6 +305,7 @@ UINT32 Oct6100ChannelClose(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -317,6 +325,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelModify Pointer to echo channel change structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelModifyDef
UINT32 Oct6100ChannelModifyDef(
IN OUT tPOCT6100_CHANNEL_MODIFY f_pChannelModify )
{
@@ -416,7 +425,9 @@ UINT32 Oct6100ChannelModifyDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelModify
UINT32 Oct6100ChannelModify(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_MODIFY f_pChannelModify )
@@ -488,6 +499,7 @@ UINT32 Oct6100ChannelModify(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -506,6 +518,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelCreateBiDir Pointer to channel create BiDir structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelCreateBiDirDef
UINT32 Oct6100ChannelCreateBiDirDef(
IN OUT tPOCT6100_CHANNEL_CREATE_BIDIR f_pChannelCreateBiDir )
{
@@ -517,7 +530,9 @@ UINT32 Oct6100ChannelCreateBiDirDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelCreateBiDir
UINT32 Oct6100ChannelCreateBiDir(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_CREATE_BIDIR f_pChannelCreateBiDir )
@@ -557,6 +572,7 @@ UINT32 Oct6100ChannelCreateBiDir(
return cOCT6100_ERR_OK;
}
+#endif
@@ -576,6 +592,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelDestroyBiDir Pointer to channel destroy BiDir structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelDestroyBiDirDef
UINT32 Oct6100ChannelDestroyBiDirDef(
IN OUT tPOCT6100_CHANNEL_DESTROY_BIDIR f_pChannelDestroyBiDir )
{
@@ -583,7 +600,9 @@ UINT32 Oct6100ChannelDestroyBiDirDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelDestroyBiDir
UINT32 Oct6100ChannelDestroyBiDir(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_DESTROY_BIDIR f_pChannelDestroyBiDir )
@@ -623,6 +642,7 @@ UINT32 Oct6100ChannelDestroyBiDir(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -641,6 +661,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_pChannelBroadcastTsstAdd Pointer to the an Add Broadcast TSST structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelBroadcastTsstAddDef
UINT32 Oct6100ChannelBroadcastTsstAddDef(
tPOCT6100_CHANNEL_BROADCAST_TSST_ADD f_pChannelBroadcastTsstAdd )
{
@@ -653,7 +674,9 @@ UINT32 Oct6100ChannelBroadcastTsstAddDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelBroadcastTsstAdd
UINT32 Oct6100ChannelBroadcastTsstAdd(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CHANNEL_BROADCAST_TSST_ADD f_pChannelBroadcastTsstAdd )
@@ -693,6 +716,7 @@ UINT32 Oct6100ChannelBroadcastTsstAdd(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -710,6 +734,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_pChannelBroadcastTsstRemove Pointer to the a Remove Broadcast TSST structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelBroadcastTsstRemoveDef
UINT32 Oct6100ChannelBroadcastTsstRemoveDef(
tPOCT6100_CHANNEL_BROADCAST_TSST_REMOVE f_pChannelBroadcastTsstRemove )
{
@@ -723,8 +748,10 @@ UINT32 Oct6100ChannelBroadcastTsstRemoveDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelBroadcastTsstRemove
UINT32 Oct6100ChannelBroadcastTsstRemove(
tPOCT6100_INSTANCE_API f_pApiInstance,
tPOCT6100_CHANNEL_BROADCAST_TSST_REMOVE f_pChannelBroadcastTsstRemove )
@@ -764,6 +791,7 @@ UINT32 Oct6100ChannelBroadcastTsstRemove(
return cOCT6100_ERR_OK;
}
+#endif
@@ -783,6 +811,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelStats Pointer to a tOCT6100_CHANNEL_STATS structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelGetStatsDef
UINT32 Oct6100ChannelGetStatsDef(
IN OUT tPOCT6100_CHANNEL_STATS f_pChannelStats )
{
@@ -913,7 +942,9 @@ UINT32 Oct6100ChannelGetStatsDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelGetStats
UINT32 Oct6100ChannelGetStats(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_STATS f_pChannelStats )
@@ -953,6 +984,7 @@ UINT32 Oct6100ChannelGetStats(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -971,6 +1003,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelMute Pointer to a tPOCT6100_CHANNEL_MUTE structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelMuteDef
UINT32 Oct6100ChannelMuteDef(
IN OUT tPOCT6100_CHANNEL_MUTE f_pChannelMute )
{
@@ -979,7 +1012,9 @@ UINT32 Oct6100ChannelMuteDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelMute
UINT32 Oct6100ChannelMute(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_MUTE f_pChannelMute )
@@ -1019,6 +1054,7 @@ UINT32 Oct6100ChannelMute(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1036,6 +1072,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelUnMute Pointer to a tPOCT6100_CHANNEL_UNMUTE structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelUnMuteDef
UINT32 Oct6100ChannelUnMuteDef(
IN OUT tPOCT6100_CHANNEL_UNMUTE f_pChannelUnMute )
{
@@ -1044,7 +1081,9 @@ UINT32 Oct6100ChannelUnMuteDef(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ChannelUnMute
UINT32 Oct6100ChannelUnMute(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_UNMUTE f_pChannelUnMute )
@@ -1084,6 +1123,7 @@ UINT32 Oct6100ChannelUnMute(
return cOCT6100_ERR_OK;
}
+#endif
/**************************** PRIVATE FUNCTIONS ****************************/
@@ -1101,6 +1141,7 @@ f_pOpenChip Pointer to chip configuration struct.
f_pInstSizes Pointer to struct containing instance sizes.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiGetChannelsEchoSwSizes
UINT32 Oct6100ApiGetChannelsEchoSwSizes(
IN tPOCT6100_CHIP_OPEN f_pOpenChip,
OUT tPOCT6100_API_INSTANCE_SIZES f_pInstSizes )
@@ -1146,6 +1187,7 @@ UINT32 Oct6100ApiGetChannelsEchoSwSizes(
mOCT6100_ROUND_MEMORY_SIZE( f_pInstSizes->ulBiDirChannelAlloc, ulTempVar )
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1161,6 +1203,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
the present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiChannelsEchoSwInit
UINT32 Oct6100ApiChannelsEchoSwInit(
IN tPOCT6100_INSTANCE_API f_pApiInstance )
{
@@ -1215,6 +1258,7 @@ UINT32 Oct6100ApiChannelsEchoSwInit(
return cOCT6100_ERR_OK;
}
+#endif
@@ -1241,6 +1285,7 @@ f_pChannelOpen Pointer to channel configuration structure. Then handle
returned in this structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelOpenSer
UINT32 Oct6100ChannelOpenSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_OPEN f_pChannelOpen )
@@ -1270,6 +1315,7 @@ UINT32 Oct6100ChannelOpenSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1287,6 +1333,7 @@ f_pChannelOpen Pointer to echo cancellation channel open configuration structu
f_pChanIndexConf Pointer to a structure used to store the multiple resources indexes.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckChannelParams
UINT32 Oct6100ApiCheckChannelParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN f_pChannelOpen,
@@ -1409,6 +1456,7 @@ UINT32 Oct6100ApiCheckChannelParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1427,6 +1475,7 @@ f_pulChannelIndex Allocated entry in ECHO channel list.
f_pChanIndexConf Pointer to a structure used to store the multiple resources indexes.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveChannelResources
UINT32 Oct6100ApiReserveChannelResources(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN f_pChannelOpen,
@@ -1850,6 +1899,7 @@ UINT32 Oct6100ApiReserveChannelResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -1869,6 +1919,7 @@ f_pChannelOpen Pointer to echo cancellation channel configuration structure.
f_pChanIndexConf Pointer to a structure used to store the multiple resources indexes.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteChannelStructs
UINT32 Oct6100ApiWriteChannelStructs(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN f_pChannelOpen,
@@ -2442,6 +2493,7 @@ UINT32 Oct6100ApiWriteChannelStructs(
return cOCT6100_ERR_OK;
}
+#endif
@@ -2461,6 +2513,7 @@ f_pChannelOpen Pointer to echo cancellation channel configuration structure.
f_pChanIndexConf Pointer to a structure used to store the multiple resources indexes.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateChannelEntry
UINT32 Oct6100ApiUpdateChannelEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN f_pChannelOpen,
@@ -2710,6 +2763,7 @@ UINT32 Oct6100ApiUpdateChannelEntry(
return cOCT6100_ERR_OK;
}
+#endif
@@ -2731,6 +2785,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelClose Pointer to echo cancellation channel close structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelCloseSer
UINT32 Oct6100ChannelCloseSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_CLOSE f_pChannelClose )
@@ -2765,6 +2820,7 @@ UINT32 Oct6100ChannelCloseSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -2784,6 +2840,7 @@ f_pulFpgaChanIndex Pointer to the FPGA channel index associated to this channel
f_pusChanIndex Pointer to the index of the channel within the API instance.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiAssertChannelParams
UINT32 Oct6100ApiAssertChannelParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_CLOSE f_pChannelClose,
@@ -2831,6 +2888,7 @@ UINT32 Oct6100ApiAssertChannelParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -2848,6 +2906,7 @@ f_ulFpgaChanIndex Index of the channel within the SCN_PLC FPGA.
f_usChanIndex Index of the channel within the API instance.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiInvalidateChannelStructs
UINT32 Oct6100ApiInvalidateChannelStructs(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
@@ -3210,6 +3269,7 @@ UINT32 Oct6100ApiInvalidateChannelStructs(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -3226,6 +3286,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_usChannelIndex Index of the echo cancellation channel in the API list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseChannelResources
UINT32 Oct6100ApiReleaseChannelResources(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChannelIndex )
@@ -3459,6 +3520,7 @@ UINT32 Oct6100ApiReleaseChannelResources(
return cOCT6100_ERR_OK;
}
+#endif
@@ -3479,6 +3541,7 @@ f_pChannelModify Pointer to channel configuration structure. The handle
returned in this structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelModifySer
UINT32 Oct6100ChannelModifySer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_MODIFY f_pChannelModify )
@@ -3551,6 +3614,7 @@ out:
return ulResult;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -3570,6 +3634,7 @@ f_pusNewPhasingTsstIndex Pointer to a new phasing TSST index within the API inst
f_pusChanIndex Pointer to the channel index within the API instance channel list
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckChannelModify
UINT32 Oct6100ApiCheckChannelModify(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_MODIFY f_pChannelModify,
@@ -3934,6 +3999,7 @@ UINT32 Oct6100ApiCheckChannelModify(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -3950,6 +4016,7 @@ f_pChannelModify Pointer to echo cancellation channel configuration structure.
f_usChanIndex Allocated entry in ECHO channel list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiModifyChannelResources
UINT32 Oct6100ApiModifyChannelResources(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_MODIFY f_pChannelModify,
@@ -4535,6 +4602,7 @@ UINT32 Oct6100ApiModifyChannelResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -4562,6 +4630,7 @@ f_usNewRoutTsstIndex New ROUT TSST memory index.
f_usNewSoutTsstIndex New SOUT TSST memory index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiModifyChannelStructs
UINT32 Oct6100ApiModifyChannelStructs(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_MODIFY f_pChannelModify,
@@ -5599,6 +5668,7 @@ UINT32 Oct6100ApiModifyChannelStructs(
return cOCT6100_ERR_OK;
}
+#endif
@@ -5626,6 +5696,7 @@ f_usNewRoutTsstIndex New ROUT TSST memory index.
f_usNewSoutTsstIndex New SOUT TSST memory index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiModifyChannelEntry
UINT32 Oct6100ApiModifyChannelEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_MODIFY f_pChannelModify,
@@ -5835,6 +5906,7 @@ UINT32 Oct6100ApiModifyChannelEntry(
return cOCT6100_ERR_OK;
}
+#endif
@@ -5865,6 +5937,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelTsstAdd Pointer to TSST assign structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelBroadcastTsstAddSer
UINT32 Oct6100ChannelBroadcastTsstAddSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_BROADCAST_TSST_ADD f_pChannelTsstAdd )
@@ -5892,6 +5965,7 @@ UINT32 Oct6100ChannelBroadcastTsstAddSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -5910,6 +5984,7 @@ f_pChannelTsstAdd Pointer to echo cancellation channel open configuration struc
f_pusChanIndex Pointer to a structure used to store the multiple resources indexes.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckChanTsstAddParams
UINT32 Oct6100ApiCheckChanTsstAddParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_BROADCAST_TSST_ADD f_pChannelTsstAdd,
@@ -5986,6 +6061,7 @@ UINT32 Oct6100ApiCheckChanTsstAddParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6006,6 +6082,7 @@ f_pusNewTsstIndex Pointer to the new TSST index within the API's TSST memory.
f_pusNewTsstEntry Pointer to the new TSST entry within the API's TSST list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveTsstAddResources
UINT32 Oct6100ApiReserveTsstAddResources(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_BROADCAST_TSST_ADD f_pChannelTsstAdd,
@@ -6047,6 +6124,7 @@ UINT32 Oct6100ApiReserveTsstAddResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6066,6 +6144,7 @@ f_usChanIndex Channel index.
f_usNewTsstIndex Tsst index in the TSST control memory.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteTsstAddStructs
UINT32 Oct6100ApiWriteTsstAddStructs(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_BROADCAST_TSST_ADD f_pChannelTsstAdd,
@@ -6116,6 +6195,7 @@ UINT32 Oct6100ApiWriteTsstAddStructs(
return cOCT6100_ERR_OK;
}
+#endif
@@ -6138,6 +6218,7 @@ f_usNewTsstIndex TSST index within the TSST control memory.
f_usNewTsstEntry TSST entry within the API TSST list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateTsstAddChanEntry
UINT32 Oct6100ApiUpdateTsstAddChanEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_BROADCAST_TSST_ADD f_pChannelTsstAdd,
@@ -6185,6 +6266,7 @@ UINT32 Oct6100ApiUpdateTsstAddChanEntry(
return cOCT6100_ERR_OK;
}
+#endif
@@ -6209,6 +6291,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelTsstRemove Pointer to TSST remove structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelBroadcastTsstRemoveSer
UINT32 Oct6100ChannelBroadcastTsstRemoveSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_BROADCAST_TSST_REMOVE f_pChannelTsstRemove)
@@ -6233,6 +6316,7 @@ UINT32 Oct6100ChannelBroadcastTsstRemoveSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6254,6 +6338,7 @@ f_pulNewTsstEntry Pointer to a TSST entry within the API TSST list.
f_pulPrevTsstEntry Pointer to the previous TSST entry.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiAssertChanTsstRemoveParams
UINT32 Oct6100ApiAssertChanTsstRemoveParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_BROADCAST_TSST_REMOVE f_pChannelTsstRemove,
@@ -6384,6 +6469,7 @@ UINT32 Oct6100ApiAssertChanTsstRemoveParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6404,6 +6490,7 @@ f_ulPort Channel port where the TSST are removed from. (only used if remove a
f_fRemoveAll Remove all flag.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiInvalidateTsstRemoveStructs
UINT32 Oct6100ApiInvalidateTsstRemoveStructs(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChanIndex,
@@ -6464,6 +6551,7 @@ UINT32 Oct6100ApiInvalidateTsstRemoveStructs(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6486,6 +6574,7 @@ f_usTsstEntry TSST entry within the API's TSST list.
f_usPrevTsstEntry Previous TSST entry within the API's TSST list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseTsstRemoveResources
UINT32 Oct6100ApiReleaseTsstRemoveResources(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_BROADCAST_TSST_REMOVE f_pChannelTsstRemove,
@@ -6608,6 +6697,7 @@ UINT32 Oct6100ApiReleaseTsstRemoveResources(
}
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -6625,6 +6715,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelStats Pointer to a channel stats structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiChannelGetStatsSer
UINT32 Oct6100ApiChannelGetStatsSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_STATS f_pChannelStats )
@@ -7244,6 +7335,7 @@ UINT32 Oct6100ApiChannelGetStatsSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7261,6 +7353,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_pusEchoIndex Resulting index reserved in the echo channel list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveEchoEntry
UINT32 Oct6100ApiReserveEchoEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
OUT PUINT16 f_pusEchoIndex )
@@ -7288,6 +7381,7 @@ UINT32 Oct6100ApiReserveEchoEntry(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7305,6 +7399,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_usEchoIndex Index reserved in the echo channel list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseEchoEntry
UINT32 Oct6100ApiReleaseEchoEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usEchoIndex )
@@ -7326,6 +7421,7 @@ UINT32 Oct6100ApiReleaseEchoEntry(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7343,6 +7439,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_pusBiDirChanIndex Resulting index reserved in the bidir channel list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveBiDirChanEntry
UINT32 Oct6100ApiReserveBiDirChanEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
OUT PUINT16 f_pusBiDirChanIndex )
@@ -7370,6 +7467,7 @@ UINT32 Oct6100ApiReserveBiDirChanEntry(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7387,6 +7485,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_ulBiDirChanIndex Bidirectional channel index within the API's Bidir channel list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseBiDirChanEntry
UINT32 Oct6100ApiReleaseBiDirChanEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT32 f_ulBiDirChanIndex )
@@ -7408,6 +7507,7 @@ UINT32 Oct6100ApiReleaseBiDirChanEntry(
return cOCT6100_ERR_OK;
}
+#endif
@@ -7427,6 +7527,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_pTdmConfig TDM config of the channel.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckTdmConfig
UINT32 Oct6100ApiCheckTdmConfig(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_TDM f_pTdmConfig )
@@ -7583,6 +7684,7 @@ UINT32 Oct6100ApiCheckTdmConfig(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -7602,6 +7704,7 @@ f_pVqeConfig VQE config of the channel.
f_fEnableToneDisabler Whether the tone disabler is active or not.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckVqeConfig
UINT32 Oct6100ApiCheckVqeConfig(
IN OUT tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_VQE f_pVqeConfig,
@@ -8017,6 +8120,7 @@ UINT32 Oct6100ApiCheckVqeConfig(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -8036,6 +8140,7 @@ f_ulDecoderNumTssts Number of TSST for the decoder.
f_pusPhasingTsstIndex Pointer to the Phasing TSST index within the API's phasing TSST list.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckCodecConfig
UINT32 Oct6100ApiCheckCodecConfig(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_CODEC f_pCodecConfig,
@@ -8217,6 +8322,7 @@ UINT32 Oct6100ApiCheckCodecConfig(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -8235,6 +8341,7 @@ f_usTsiMemIndex TSI index within the TSI chariot memory.
f_ulTsstInputLaw PCM law of the input TSST.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteInputTsstControlMemory
UINT32 Oct6100ApiWriteInputTsstControlMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usTsstIndex,
@@ -8262,6 +8369,7 @@ UINT32 Oct6100ApiWriteInputTsstControlMemory(
return cOCT6100_ERR_OK;
}
+#endif
@@ -8278,6 +8386,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
the present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteOutputTsstControlMemory
UINT32 Oct6100ApiWriteOutputTsstControlMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usTsstIndex,
@@ -8305,6 +8414,7 @@ UINT32 Oct6100ApiWriteOutputTsstControlMemory(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -8329,6 +8439,7 @@ f_ulPhasingType Type of the Phasing TSST.
f_ulPhase Phase used with this encoder.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteEncoderMemory
UINT32 Oct6100ApiWriteEncoderMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT32 f_ulEncoderIndex,
@@ -8422,6 +8533,7 @@ UINT32 Oct6100ApiWriteEncoderMemory(
/*==============================================================================*/
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -8443,6 +8555,7 @@ f_ulPcmLaw PCM law of the decoded samples.
f_ulAdpcmNibblePosition ADPCM nibble position.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteDecoderMemory
UINT32 Oct6100ApiWriteDecoderMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usDecoderIndex,
@@ -8509,6 +8622,7 @@ UINT32 Oct6100ApiWriteDecoderMemory(
return cOCT6100_ERR_OK;
}
+#endif
@@ -8528,6 +8642,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_usConversionMemIndex Index of the block within the conversion memory.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiClearConversionMemory
UINT32 Oct6100ApiClearConversionMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usConversionMemIndex )
@@ -8587,6 +8702,7 @@ UINT32 Oct6100ApiClearConversionMemory(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -8611,6 +8727,7 @@ f_fModifyOnly Flag indicating if the configuration should be
modified only.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteVqeMemory
UINT32 Oct6100ApiWriteVqeMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_VQE f_pVqeConfig,
@@ -8648,6 +8765,7 @@ UINT32 Oct6100ApiWriteVqeMemory(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -8671,6 +8789,7 @@ f_fModifyOnly Flag indicating if the configuration should be
modified only.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteVqeNlpMemory
UINT32 Oct6100ApiWriteVqeNlpMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_VQE f_pVqeConfig,
@@ -9595,6 +9714,7 @@ UINT32 Oct6100ApiWriteVqeNlpMemory(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -9618,6 +9738,7 @@ f_fModifyOnly Flag indicating if the configuration should be
modified only.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteVqeAfMemory
UINT32 Oct6100ApiWriteVqeAfMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_VQE f_pVqeConfig,
@@ -9915,6 +10036,7 @@ UINT32 Oct6100ApiWriteVqeAfMemory(
return cOCT6100_ERR_OK;
}
+#endif
@@ -9939,6 +10061,7 @@ f_usRinRoutTsiIndex RIN/ROUT TSI index within the TSI chariot memory
f_usSinSoutTsiIndex SIN/SOUT TSI index within the TSI chariot memory
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteEchoMemory
UINT32 Oct6100ApiWriteEchoMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_TDM f_pTdmConfig,
@@ -10135,6 +10258,7 @@ UINT32 Oct6100ApiWriteEchoMemory(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -10157,6 +10281,7 @@ IN OUT f_pChanOpen Pointer to a channel open structure.
IN f_pChanEntry Pointer to an API channel structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateOpenStruct
UINT32 Oct6100ApiUpdateOpenStruct(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_MODIFY f_pChanModify,
@@ -10598,6 +10723,7 @@ UINT32 Oct6100ApiUpdateOpenStruct(
return cOCT6100_ERR_OK;
}
+#endif
@@ -10626,6 +10752,7 @@ f_pulConfigDword Pointer to the content stored in the API located at the
desired address.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiRetrieveNlpConfDword
UINT32 Oct6100ApiRetrieveNlpConfDword(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
@@ -10667,6 +10794,7 @@ UINT32 Oct6100ApiRetrieveNlpConfDword(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -10688,6 +10816,7 @@ f_pulConfigDword content to be stored in the API located at the
desired address.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiSaveNlpConfDword
UINT32 Oct6100ApiSaveNlpConfDword(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
@@ -10723,6 +10852,7 @@ UINT32 Oct6100ApiSaveNlpConfDword(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -10739,6 +10869,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelCreateBiDir Pointer to a create bidirectionnal channel structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelCreateBiDirSer
UINT32 Oct6100ChannelCreateBiDirSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN OUT tPOCT6100_CHANNEL_CREATE_BIDIR f_pChannelCreateBiDir )
@@ -10813,6 +10944,7 @@ UINT32 Oct6100ChannelCreateBiDirSer(
return cOCT6100_ERR_OK;
}
+#endif
@@ -10839,6 +10971,7 @@ f_pusSecondChanExtraTsiIndex Pointer to the second channel extra TSI index.
f_pusSecondChanSinCopyEventIndex Pointer to the second channel Sin copy event index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiCheckChannelCreateBiDirParams
UINT32 Oct6100ApiCheckChannelCreateBiDirParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_CREATE_BIDIR f_pChannelCreateBiDir,
@@ -10971,6 +11104,7 @@ UINT32 Oct6100ApiCheckChannelCreateBiDirParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -10993,6 +11127,7 @@ f_pusSecondChanSinCopyEventIndex Pointer to the second channel Sin copy event in
f_pusSecondChanSoutCopyEventIndex Pointer to the second channel Sout copy event index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReserveChannelCreateBiDirResources
UINT32 Oct6100ApiReserveChannelCreateBiDirResources(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
@@ -11158,6 +11293,7 @@ UINT32 Oct6100ApiReserveChannelCreateBiDirResources(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -11183,6 +11319,7 @@ f_usSecondChanSinCopyEventIndex Pointer to the second channel Sin copy event in
f_usSecondChanSoutCopyEventIndex Pointer to the second channel Sout copy event index.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteChannelCreateBiDirStructs
UINT32 Oct6100ApiWriteChannelCreateBiDirStructs(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
@@ -11418,6 +11555,7 @@ UINT32 Oct6100ApiWriteChannelCreateBiDirStructs(
return cOCT6100_ERR_OK;
}
+#endif
@@ -11434,6 +11572,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
the present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiUpdateBiDirChannelEntry
UINT32 Oct6100ApiUpdateBiDirChannelEntry(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
OUT tPOCT6100_CHANNEL_CREATE_BIDIR f_pChannelCreateBiDir,
@@ -11501,6 +11640,7 @@ UINT32 Oct6100ApiUpdateBiDirChannelEntry(
return cOCT6100_ERR_OK;
}
+#endif
@@ -11521,6 +11661,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
f_pChannelDestroyBiDir Pointer to a destroy bidirectionnal channel structure.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelDestroyBiDirSer
UINT32 Oct6100ChannelDestroyBiDirSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_DESTROY_BIDIR f_pChannelDestroyBiDir )
@@ -11564,6 +11705,7 @@ UINT32 Oct6100ChannelDestroyBiDirSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -11584,6 +11726,7 @@ f_pusFirstChanIndex Pointer to the first channel index part of the bidir channe
f_pusFirstChanIndex Pointer to the second channel index part of the bidir channel.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiAssertDestroyBiDirChanParams
UINT32 Oct6100ApiAssertDestroyBiDirChanParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_DESTROY_BIDIR f_pChannelDestroyBiDir,
@@ -11631,6 +11774,7 @@ UINT32 Oct6100ApiAssertDestroyBiDirChanParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -11645,6 +11789,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep the
present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiInvalidateBiDirChannelStructs
UINT32 Oct6100ApiInvalidateBiDirChannelStructs(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
@@ -11789,6 +11934,7 @@ UINT32 Oct6100ApiInvalidateBiDirChannelStructs(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -11807,6 +11953,7 @@ f_usFirstChanIndex Index of the first channel used to create the bidir channel.
f_usSecondChanIndex Index of the second channel used to create the bidir channel.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiReleaseBiDirChannelResources
UINT32 Oct6100ApiReleaseBiDirChannelResources(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usBiDirChanIndex,
@@ -11976,7 +12123,9 @@ UINT32 Oct6100ApiReleaseBiDirChannelResources(
return cOCT6100_ERR_OK;
}
+#endif
+#if !SKIP_Oct6100ApiOctFloatToDbEnergyByte
INT32 Oct6100ApiOctFloatToDbEnergyByte(UINT8 x)
{
INT32 lResult;
@@ -11984,7 +12133,9 @@ INT32 Oct6100ApiOctFloatToDbEnergyByte(UINT8 x)
lResult = Oct6100ApiOctFloatToDbEnergyHalf( (UINT16)(x << 8) );
return lResult;
}
+#endif
+#if !SKIP_Oct6100ApiOctFloatToDbEnergyHalf
INT32 Oct6100ApiOctFloatToDbEnergyHalf(UINT16 x)
{
INT32 y;
@@ -11999,7 +12150,9 @@ INT32 Oct6100ApiOctFloatToDbEnergyHalf(UINT16 x)
return y;
}
+#endif
+#if !SKIP_Oct6100ApiDbAmpHalfToOctFloat
UINT16 Oct6100ApiDbAmpHalfToOctFloat(INT32 x)
{
INT32 db_div6;
@@ -12065,6 +12218,7 @@ UINT16 Oct6100ApiDbAmpHalfToOctFloat(INT32 x)
return rval;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -12088,6 +12242,7 @@ f_usRinRoutTsiIndex RIN/ROUT TSI index within the TSI chariot memory.
f_usSinSoutTsiIndex SIN/SOUT TSI index within the TSI chariot memory.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiWriteDebugChanMemory
UINT32 Oct6100ApiWriteDebugChanMemory(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_TDM f_pTdmConfig,
@@ -12138,6 +12293,7 @@ UINT32 Oct6100ApiWriteDebugChanMemory(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -12153,6 +12309,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
the present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiDebugChannelOpen
UINT32 Oct6100ApiDebugChannelOpen(
IN tPOCT6100_INSTANCE_API f_pApiInstance )
{
@@ -12205,6 +12362,7 @@ UINT32 Oct6100ApiDebugChannelOpen(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -12221,6 +12379,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
the present state of the chip and all its resources.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiMutePorts
UINT32 Oct6100ApiMutePorts(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usEchoIndex,
@@ -12374,6 +12533,7 @@ UINT32 Oct6100ApiMutePorts(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -12395,6 +12555,7 @@ f_fClearAlcHlcStatusBit If this is set, the ALC-HLC status bit must be
incremented.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiSetChannelLevelControl
UINT32 Oct6100ApiSetChannelLevelControl(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_VQE f_pVqeConfig,
@@ -12911,6 +13072,7 @@ UINT32 Oct6100ApiSetChannelLevelControl(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -12931,6 +13093,7 @@ f_usEchoMemIndex Index of the echo channel within the SSPX memory.
f_fModifyOnly Function called from a modify or open?
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiSetChannelTailConfiguration
UINT32 Oct6100ApiSetChannelTailConfiguration(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_OPEN_VQE f_pVqeConfig,
@@ -13281,6 +13444,7 @@ UINT32 Oct6100ApiSetChannelTailConfiguration(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -13298,6 +13462,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_pChannelMute What channel/ports to mute.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelMuteSer
UINT32 Oct6100ChannelMuteSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_MUTE f_pChannelMute )
@@ -13324,6 +13489,7 @@ UINT32 Oct6100ChannelMuteSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -13343,6 +13509,7 @@ f_pusChanIndex Resulting channel index where the muting should
f_pusPorts Port mask on which to apply the muting.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiAssertChannelMuteParams
UINT32 Oct6100ApiAssertChannelMuteParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_MUTE f_pChannelMute,
@@ -13408,6 +13575,7 @@ UINT32 Oct6100ApiAssertChannelMuteParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -13425,6 +13593,7 @@ f_pApiInstance Pointer to API instance. This memory is used to keep
f_pChannelUnMute What channel/ports to unmute.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ChannelUnMuteSer
UINT32 Oct6100ChannelUnMuteSer(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_UNMUTE f_pChannelUnMute )
@@ -13451,6 +13620,7 @@ UINT32 Oct6100ChannelUnMuteSer(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -13470,6 +13640,7 @@ f_pusChanIndex Resulting channel index where the muting should
f_pusPorts Port mask on which to apply the muting.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiAssertChannelUnMuteParams
UINT32 Oct6100ApiAssertChannelUnMuteParams(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN tPOCT6100_CHANNEL_UNMUTE f_pChannelUnMute,
@@ -13525,6 +13696,7 @@ UINT32 Oct6100ApiAssertChannelUnMuteParams(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -13544,6 +13716,7 @@ f_usChanIndex Resulting channel index where the muting should
f_fEnableSinWithFeatures Whether to enable the feature or not.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiMuteSinWithFeatures
UINT32 Oct6100ApiMuteSinWithFeatures(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChanIndex,
@@ -13609,6 +13782,7 @@ UINT32 Oct6100ApiMuteSinWithFeatures(
return cOCT6100_ERR_OK;
}
+#endif
/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*\
@@ -13628,6 +13802,7 @@ f_usChanIndex Resulting channel index where the muting should
f_usPortMask Port mask on which to apply the muting/unmuting.
\*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
+#if !SKIP_Oct6100ApiMuteChannelPorts
UINT32 Oct6100ApiMuteChannelPorts(
IN tPOCT6100_INSTANCE_API f_pApiInstance,
IN UINT16 f_usChanIndex,
@@ -13824,3 +13999,4 @@ UINT32 Oct6100ApiMuteChannelPorts(
return cOCT6100_ERR_OK;
}
+#endif