This is used by the CNTV2Card::ReadSDIStatistics function.
More...
#include <ntv2publicinterface.h>
This is used by the CNTV2Card::ReadSDIStatistics function.
- Note
- There is no need to access any of this structure's fields directly. Simply call the CNTV2Card instance's ReadSDIStatistics function.
-
This struct uses a constructor to properly initialize itself. Do not use memset or bzero to initialize or "clear" it.
Definition at line 7953 of file ntv2publicinterface.h.
◆ NTV2SDIInStatistics()
| NTV2SDIInStatistics::NTV2SDIInStatistics |
( |
| ) |
|
Constructs an NTV2GetSDIStatistics struct and initializes it to its default state.
Definition at line 2500 of file ntv2publicinterface.cpp.
◆ Clear()
| void NTV2SDIInStatistics::Clear |
( |
void |
| ) |
|
◆ GetSDIInputStatus()
Answers with the NTV2SDIInputStatus for the given SDI input spigot.
- Parameters
-
| [out] | outStatus | Receives the NTV2SDIInputStatus for the given SDI input. |
| [in] | inSDIInputIndex0 | Specifies the zero-based index of the SDI input of interest. |
- Returns
- True if successful; otherwise false.
Definition at line 2518 of file ntv2publicinterface.cpp.
◆ operator[]()
- Returns
- A non-const reference to the NTV2SDIInputStatus record for the given SDI input.
- Parameters
-
| [in] | inSDIInputIndex0 | Specifies the zero-based index of the SDI input of interest. |
Definition at line 2534 of file ntv2publicinterface.cpp.
◆ Print()
| std::ostream & NTV2SDIInStatistics::Print |
( |
std::ostream & |
inOutStream | ) |
const |
Prints a human-readable representation of me to the given output stream.
- Parameters
-
| inOutStream | Specifies the output stream to use. |
- Returns
- A reference to the output stream.
Definition at line 2549 of file ntv2publicinterface.cpp.
◆ RPCDecode()
| bool NTV2SDIInStatistics::RPCDecode |
( |
const NTV2_RPC_BLOB_TYPE & |
inBlob, |
|
|
size_t & |
inOutIndex |
|
) |
| |
◆ RPCDecodeClient()
| bool NTV2SDIInStatistics::RPCDecodeClient |
( |
const NTV2_RPC_BLOB_TYPE & |
inBlob, |
|
|
size_t & |
inOutIndex |
|
) |
| |
◆ RPCDecodeServer()
| bool NTV2SDIInStatistics::RPCDecodeServer |
( |
const NTV2_RPC_BLOB_TYPE & |
inBlob, |
|
|
size_t & |
inOutIndex |
|
) |
| |
◆ RPCEncode()
◆ RPCEncodeClient()
◆ RPCEncodeServer()
The documentation for this class was generated from the following files: