CDI SDK
SDK for transporting chunks of data reliably and with low latency using a polled mode network driver.
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
[detail level 12]
 CAdapterConnectionStateStructure used to hold adapter connection state
 CAdapterControlConnectionStateThis defines a structure that contains the state information for a control interface adapter connection (type is kEndpointTypeControl)
 CAdapterDataConnectionStateThis defines a structure that contains the state information for a data adapter connection (type is kEndpointTypeData). This adapter type is used to transmit all data that is not part of a control interface
 CAdapterEndpointStateStructure used to hold adapter endpoint state
 CAdapterVirtualFunctionPtrTableStructure definition used to define the virtual table API interface for adapters
 CAncillaryDataPacketThe ANC data packet. See https://datatracker.ietf.org/doc/html/rfc8331#section-2.1 for details
 CAncillaryDataPayloadErrorsCounters for keeping track of errors observed when parsing ANC payloads
 CAncillaryDataPayloadHeaderThe ANC payload header
 CAppPayloadCallbackDataThis defines a structure that contains all of the data required to use the application registered payload callback functions
 CAwsSdkState
 CBaselineProfileDataType used to hold baseline profile version and V-table to required APIs
 CCallBackUserDataA structure to be used by the unit test callback function to signal to the test when the callback occurred and whether the callback was successful
 CCaseParams
 CCdiAdapterConnectionConfigDataStructure definition used to configure an adapter endpoint
 CCdiAdapterDataConfiguration data used by the CdiCoreNetworkAdapterInitialize() API function
 CCdiAdapterEndpointConfigDataStructure definition used to configure an adapter endpoint
 CCdiAdapterEndpointStatsTransfer statistics data specific to an adapter endpoint. Used in the CdiTransferStats structure as a parameter of the user-registered CdiCoreStatsCallback() API function
 CCdiAdapterStateStructure definition behind the handles shared with the user's application program. Its contents are opaque to the user's program where it only has a pointer to a declared but not defined structure
 CCdiAvmAncillaryDataConfigAncillary Data payload configuration data. Used to define the format of the ancillary data payload conforming to the CDI baseline ancillary data format
 CCdiAvmAncillaryDataPacketAn ancillary data packet. See https://datatracker.ietf.org/doc/html/rfc8331#section-2.1 for details
 CCdiAvmAudioConfigAudio payload configuration data. Used to define the format of the audio payload conforming to the CDI baseline audio format
 CCdiAvmBaselineConfigStructure that aggregates the audio, video, and ancillary data structures into a single structure
 CCdiAvmBaselineConfigCommonStructure that is common to all baseline profile versions. This allows the APIs to determine payload type and profile version. Once that has been determined, the structure can then be used by baseline version specific logic where it is cast to the appropriate type
 CCdiAvmBaselineProfileVersionStructure containing the version information common to audio, video, and metadata in the baseline configuration structure
 CCdiAvmConfigThis is the generic AVM configuration structure which describes the format of each stream
 CCdiAvmExtraDataExtra data that is sent along with the AVM payload to the receiver. It will be provided to the receiver through a registered user receive callback function
 CCdiAvmRxCbDataA structure of this type is passed as the parameter to CdiAvmRxCallback(). It contains a single payload sent from a transmitter
 CCdiAvmTxCbDataA structure of this type is passed as the parameter to CdiAvmTxCallback(). It contains data related to the transmission of a single payload to a receiver
 CCdiAvmTxPayloadConfigA structure used to configure a AVM transmit payload
 CCdiAvmVideoConfigVideo payload configuration data. Used to define the format of the video payload conforming to the CDI baseline video profile
 CCdiAvmVTableApiType used to hold V-table of APIs that must be implemented by baseline profiles
 CCdiCloudWatchConfigDataA structure that is used to hold statistics gathering configuration data that is specific to CloudWatch
 CCdiCloudWatchLoggingClass used to redirect AWS SDK logging to CDI logging methods
 CCdiConnectionStateStructure definition behind the connection handles shared with the user's application program. Its contents are opaque to the user's program where it only has a pointer to a declared but not defined structure
 CCdiCoreCbDataA structure of this type is passed as part of the data to the TX/RX registered user callback functions. It contains data related to the transmission of a single payload
 CCdiCoreConfigDataSDK configuration data used by the CdiCoreInitialize() API function
 CCdiCoreConnectionCbDataA structure of this type is passed as the parameter to CdiCoreConnectionCallback(). It contains data related to the status of a single connection
 CCdiCoreExtraDataExtra data that is sent along with payloads to the receiver. It will be provided to the receiver through registered user receive data callback functions
 CCdiCoreReadOnlySettingsSDK read-only settings used internally by SDK
 CCdiCoreStatsCbDataA structure of this type is passed as the parameter to CdiCoreStatsCallback(). It contains data related to the statistics of a single connection
 CCdiCoreTxPayloadConfigA structure used to configure a transmit payload
 CCdiDecodedPacketDataOffsetInfoCDI decoded header for payload packets that contains a data offset value (payload type is kPayloadTypeDataOffset). Decoded headers are protocol independent
 CCdiDecodedPacketHeaderUnion of decoded CDI packet headers. Use to reserve memory that can be used to hold any type of decoded CDI packet header. Decoded headers are protocol independent
 CCdiDecodedPacketNum0InfoCDI decoded header for payload packet #0. This packet never uses payload_data_offset, since it is always zero. Decoded headers are protocol independent
 CCdiDecodedProbeAckControl ACK packet that is a response for a transmitted command
 CCdiDecodedProbeCommandProbe command packet that is being transmitted
 CCdiDecodedProbeHeaderUnion of decoded probe headers. Use to reserve memory that can be used to hold any type of decoded CDI probe header. Decoded headers are protocol independent
 CCdiEndpointStateStructure definition behind the connection handles shared with the user's application program. Its contents are opaque to the user's program where it only has a pointer to a declared but not defined structure
 CCdiEnumStringKeyType used for holding arrays of enums and related string representations
 CCdiFifoCbDataA structure of this type is passed as the parameter to CdiFifoCallback(). It contains the state of a single FIFO read or write operation
 CCdiFifoFullCbDataA structure of this type is passed as the parameter to CdiFifoFullCallback()
 CCdiFifoStateStructure used to hold state data for a single FIFO
 CCdiGlobalContextStructure to hold variables that would otherwise be global in order to keep them contained in one manageable location. All members will be explicitly zeroed at program startup
 CCdiListThis structure represents a list
 CCdiListEntryThis structure represents a single list entry
 CCdiListIteratorThis structure represents a list iterator
 CCdiLogCallbackDataThis defines a structure that contains the information used to configure a callback log, referred to using the enumerated value kLogMethodCallback
 CCdiLoggerStateStructure used to hold state data for a single logger
 CCdiLogMessageCbDataA structure of this type is passed as the parameter to CdiLogMessageCallback(). It contains a single log message generated by the SDK
 CCdiLogMethodDataA structure of this type is used to configure the type of log method that is being used. It is passed as the parameter to CdiCoreInitialize() and as part of the CdiTxConfigData or CdiRxConfigData configuration data passed to the Cdi...TxCreate() API functions
 CCdiLogMultilineStateStructure used to hold state data for a multiline log message
 CCdiLogStateStructure used to hold state data for a single log of any type (stdout, callback or file)
 CCdiMemoryStateStructure definition behind the Scatter-Gather List internal data handles shared with the user's application program. Its contents are opaque to the user's program where it only has a pointer to a declared but not defined structure
 CCdiMultilineLogBufferStateStructure used to hold a buffer for a multiline log message
 CCDIPacketAvmCommonHeaderThis defines a structure that contains the CDI packet #0 header that is common to all AVM payload types
 CCDIPacketAvmNoConfigThis defines a structure that contains the CDI packet #0 header for a AVM video payload that does not contain any AVM configuration data
 CCDIPacketAvmUnionUnion of AVM payload cdi headers. Use to reserve memory that can be used to hold any type of CDI packet AVM header
 CCDIPacketAvmWithConfigThis defines a structure that contains the CDI packet #0 header for a AVM video payload that contains AVM configuration data
 CCdiPacketizerStateStructure to store the current state of a packet being constructed. Its purpose is to allow for the suspension of the creation of a packet if a pool from which items need to be allocated is empty. A state object is passed in to CdiPayloadInit() prior to calls to CdiPayloadParseCDIPacket() for a given payload
 CCdiPacketRxReorderInfoStructure used to hold packet data used by Rx packet reordering
 CCdiPayloadCounterStatsTransfer statistics data specific to payloads that contain counters that increment for the duration of the connection. They are never reset
 CCdiPayloadPacketStateStructure used to hold state data for a single payload
 CCdiPayloadTimeIntervalStatsTransfer statistics data specific to payloads that are reset at the start of each time interval as specified using CdiStatsConfigData.stats_period_seconds. A snapshot of the current values is made and provided through the user-registered callback function CdiCoreStatsCallback()
 CCdiPoolCbDataContains the state of a single pool get or put operation
 CCdiPoolItemThis structure represents a single pool item
 CCdiPoolStateThis structure represents the current state of a memory pool
 CCdiProtocolStructure used to hold negotiated protocol version information
 CCdiProtocolStateStructure used to hold internal state data used by this module
 CCdiProtocolVersionNumberCDI header used to identify protocol version number information
 CCdiProtocolVTableApiType used to hold V-table of APIs that must be implemented by payload protocol versions
 CCdiPtpTimestampA structure for holding a PTP timestamp defined in seconds and nanoseconds. This PTP time as defined by SMPTE ST 2059-2 and IEEE 1588-2008 with the exception that the seconds field is an unsigned 32 bit integer instead of the specified 48 bit integer
 CCdiQueueCbDataA structure of this type is passed as the parameter to CdiQueueCallback(). It contains the state of a single queue read or write operation
 CCdiRawExtraPacketHeaderUnion of raw CDI extra packet headers. Use to reserve memory that can be used to hold raw CDI packet headers that contain extra data (ie. AVM configuration data). Each protocol version uses a specific data format and is kept internal. Use PayloadHeaderDecode() to decoded the raw packet header into CdiDecodedPacketHeader, which is protocol independent. Use PayloadHeaderInit() to convert a CdiDecodedPacketHeader into this format
 CCdiRawPacketHeaderUnion of raw CDI packet headers. Use to reserve memory that can be used to hold raw CDI packet headers that do not contain extra data. Each protocol version uses a specific data format and is kept internal. Use PayloadHeaderDecode() to decoded the raw packet header into CdiDecodedPacketHeader, which is protocol independent. Use PayloadHeaderInit() to convert a CdiDecodedPacketHeader into this format
 CCdiRawProbeHeaderUnion of raw probe headers. Use to reserve memory that can be used to hold any type of raw probe header. Each protocol version uses a specific data format and is kept internal. Use ProtocolPayloadHeaderDecode() to decoded the raw packet header into CdiDecodedProbeHeader, which is protocol independent. Use ProtocolProbeHeaderEncode() to convert a CdiDecodedProbeHeader into this format
 CCdiRawRxCbDataA structure of this type is passed as the parameter to CdiRawRxCallback(). It contains a single payload sent from a transmitter
 CCdiRawTxCbDataA structure of this type is passed as the parameter to CdiRawTxCallback(). It contains data related to the transmission of a single payload to a receiver
 CCdiReorderListStructure containing top, bottom pointers and sequence numbers of sgls that comprise payload. when the entire payload is received, this will be one list
 CCdiRxConfigDataConfiguration data used by one of the Cdi...RxCreate() API functions
 CCdiSglEntryThis structure represents a single, contiguous region of memory as part of a scatter-gather list
 CCdiSgListThis structure defines a scatter-gather list (SGL) which is used to represent an array of data comprising one or more contiguous regions of memory
 CCdiSignalHandlerInfoStructure used to hold signal handler data
 CCdiSinglyLinkedListThis structure represents a list
 CCdiSinglyLinkedListEntryThis structure represents a single list entry
 CCdiStatsConfigDataA structure that is used to hold statistics gathering configuration data
 CCdiThreadInfoStructure to keep track of thread state info
 CCdiTimeoutCbDataStructure for Callback functions to use to return data from callback
 CCdiTransferStatsTransfer statistics data. Used as a parameter of the user-registered CdiCoreStatsCallback() API function
 CCdiTxConfigDataConfiguration data used by one of the Cdi...TxCreate() API functions
 CCdiTxConfigDataStreamStream configuration data used by the CdiAvmTxStreamEndpointCreate() API function
 CCloudWatchCounterBasedDeltasCounter based statistics data that contain deltas since the last set was generated
 CCloudWatchStateStructure used to hold state data for statistics
 CCloudWatchTransferStatsA structure that is used to hold statistics gathering configuration data that is specific to CloudWatch
 CClusterThis data structure represents a cluster. Each cluster in the t-digest contains a mean and a weight (number of samples)
 CCommandLineState
 CComponentStateDataStructure used to hold component state data for a single component
 CControlCommandStructure used to hold a control command
 CControlInterfaceConfigDataType used to hold control interface configuration data
 CControlInterfaceStateType used to hold control interface state data
 CControlPacketAckControl ACK packet that is a response for a transmitted command
 CControlPacketCommandProbe command packet that is being transmitted
 CControlPacketCommonHeaderCommon header for all probe control packets. NOTE: Last digit of Protocol Version is the probe version. This file supports probe versions 0 - 3
 CEfaAdapterStateStructure used to hold EFA adapter state data
 CEfaConnectionStateStructure used to hold EFA connection state data
 CEfaEndpointStateStructure used to hold EFA endpoint state data
 CEfaProbePacketPacket format used by probe when sending probe packets over the EFA interface
 CEfaRxStateThis defines a structure that contains all of the state information that is specific to the Rx side of a single EFA endpoint
 CEfaTxStateThis defines a structure that contains all of the state information that is specific to the Tx side of a single EFA endpoint
 CEndpointDataStructure used to hold state data for the dynamic statistics reconfiguration test used by TestDynamicStatsReconfigure()
 CEndpointManagerStateThis defines a structure that contains all the state information for endpoint state changes
 CEntry
 CFrameDataA structure for storing all info related to a NDI frame, and a specific connection, including test settings, connection configuration data from the SDK, and state information for the test connection
 CGenPacketControlControl structure for PacketizeAncCb and UnpacketizeAncCb callbacks
 CGenPacketControl2Control structure for UnpacketizeAncCb2 callback
 CGlobalTestSettingsA structure that holds all of the global test settings set from the command-line
 CInitFunctionArgsStructure used to pass arguments to InitStaticBufferContents() through CdiPoolForEachItem()
 CInternalEndpointStateThis defines a structure that contains all the state information for endpoint state changes
 CLibfabricApiV-table interface to the libfabric API. This allows multiple versions of libfabric to be used within this SDK
 CLogCallbackDataStructure used to hold state data that is unique to a callback log. Calback log CdiLogState instances that use the same log message callback address and user callback parameter will share a single instance of this data
 CLogFileDataStructure used to hold state data that is unique to a file log. File log CdiLogState instances that use the same filename will share a single instance of this data
 CMemoryLinearStateThis defines a structure used to contain all of the state information for a linear buffer
 CMetricsClassAbstract base class used to interface C functions to the C++ AWS-SDK for CloudWatch metrics and for the CDI metrics gathering service
 CMetricsDestinationInfoStructure that holds the parts of StatisticsState structure required per statistics gathering path
 CMetricsGatherer
 CMetricsGathererConfigDataA structure that is used to hold statistics gathering configuration data for instantiating a metrics gathering client handler
 CNdiTimeA structure for storing breakdown of NDI timestamp in seconds, milliseconds, and nanoseconds
 COptArgA structure that describes a single command line option and its associated arguments
 COptDefA structure that is used by the user to define a single option. An array of these option structs is passed to GetOpt() for command line parsing
 CPacket
 CPacketCommonHeaderCDI header for payload packets that don't use data offset values (payload type is not kPayloadTypeDataOffset)
 CPacketDataOffsetHeaderCDI header for payload packets that contains a data offset value (payload type is kPayloadTypeDataOffset)
 CPacketHeaderUnionUnion of payload cdi headers. Use to reserve memory that can be used to hold any type of CDI packet header
 CPacketNum0HeaderCDI header for payload packet #0. This packet never uses payload_data_offset, since it is always zero
 CPollThreadStateThis defines a structure that contains the state information for a single instance of a poll thread
 CPoolInitArgsStructure used to pass arguments into InitPoolSgl()
 CProbeEndpointStateThis defines a structure that contains all of the state information for the sending side of a single flow. Its contents are opaque to the calling program
 CProbePacketUnionStructure used to hold a union of packets that are transmitted over the control or EFA interface
 CProbePacketWorkRequestStructure used to hold a transmit packet work request. The lifespan of a work request starts when a packet is queued to be sent and ends when a message is received that is has either been successfully sent or a failure has occurred
 CQueueItemThis structure represents a single queue item
 CQueueStateStructure used to hold state data for a single queue
 CReceiveBufferRecordDefinition of memory space where rx data is placed
 CReceiveBufferState
 CRiffChunkHeaderStructure for the 8 byte chunk header that proceeds every payload
 CRiffFileHeaderStructure for the 12 byte file header at the start of every RIFF file
 CRunTestParamsEnum/name/function keys
 CRxAdapterConnectionStateThis defines a structure that contains the state information for an rx adapter connection
 CRxConStateThis defines a structure that contains all of the state information for an rx connection. The data is only required internally by receive connections
 CRxEndpointProbeStateThis defines a structure that contains all of the state information for the receiving side of a single flow
 CRxEndpointStateThis defines a structure that contains the state information for an Rx endpoint. The data is only required internally by the RxPacketReceive() API and not used elsewhere
 CRxPayloadStateThis defines a structure that contains all of the state information for the receiving side of a payload. The data is only required internally by the RxPacketReceive() function and not used elsewhere
 CRxPayloadWorkRequestStateThis defines a structure that contains all of the state information for the receiving side of a payload's work request. The lifespan of the data begins when packet #0 (CDI header) of a Rx CDI packet is received and ends when the user-registered CdiRawRxCallback() Rx callback function is invoked
 CSemInfoStructure used to hold semaphore state data
 CSignalInfoStructure used to hold signal state data
 CSocketEndpointStateState definition for socket endpoint
 CSocketInfoStructure used to hold semaphore state data
 CStatisticsStateStructure used to hold state data for statistics
 CStatsDataStructure used to hold state data for the dynamic statistics reconfiguration test used by TestDynamicStatsReconfigure()
 CStatsThreadArgs
 CStreamSettingsA structure that holds all the settings for a stream as set from the command line
 CTDigestThe main structure of the t-digest
 CTestConnectionInfoA structure for storing all info related to a specific connection, including test settings, connection configuration data from the SDK, and state information for the test connection
 CTestConnectionStreamInfoA structure for storing all connection info related to a specific stream, such as data buffer pointers and file handles
 CTestDynamicStateStructure used to hold state data for dynamic tests
 CTestRxPayloadStateA structure for storing data to be sent to the FIFO used in TestRxVerify()
 CTestSettingsA structure that holds all the test settings for a connection as set from the command line
 CTestTxThreadLocalDataContainer for any data we need separate for each Tx thread
 CTestTxUserDataA structure for storing data to be sent with a payload as user_cb_data
 CThreadUtilizationStateType used to hold thread utilization state data
 CTimeoutCbFifoDataA structure for reading and writing FIFO entries which contains callback data and callback function pointer
 CTimeoutDataStateTimeoutDataState is the basic object used to build the list of timers This object contains a timeout, a next and previous handle, and user data pointer, and a user data callback function pointer
 CTimeoutInstanceStateThis structure contains all of the state information for the timer instance. This includes signals, thread ID's, and pointers to the memory pool and timer list
 CTxConStateThis defines a structure that contains all of the state information for the sending side of a single flow
 CTxEndpointProbeStateThis defines a structure that contains all of the state information for the sending side of a single flow
 CTxEndpointStateThis defines a structure that contains the state information for the sending side's endpoint of a single flow
 CTxExtraPacketHeaderStructure used to hold Tx packet headers that contain extra data. Must reside in the DMA Tx memory region, since it is used directly by the adapter. It includes space for message prefix
 CTxPacketHeaderStructure used to hold Tx packet headers. Must reside in the DMA Tx memory region, since it is used directly by the adapter. It includes space for message prefix
 CTxPacketWorkRequestStructure used to hold a transmit packet work request. The lifespan of a work request starts when a packet is queued to be sent and ends when a message is received that it has either been successfully sent or a failure has occurred
 CTxPayloadStateThis defines a structure that contains all of the state information for sending a single payload
 CUnpacketizeAncControlControl structure for Anc unpacketize callback
 CUserMetrics