Declares the CNTV2Config2110 class.
More...
#include "ntv2card.h"
#include "ntv2enums.h"
#include "ntv2registers2110.h"
#include "ntv2mbcontroller.h"
#include <string>
#include <iostream>
#include <fstream>
#include <sstream>
Go to the source code of this file.
|
#define | RX_USE_SFP_IP BIT(31) |
| Structs and enums that hold the virtual config data used by services the ControlPanel application and JSON parsers. More...
|
|
#define | IP_STRSIZE 32 |
|
|
enum | VirtualDataTag2110 {
kNetworkData2110 = ( (((uint32_t)( 'n' )) << 24) | (((uint32_t)( 't' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) ),
kTransmitVideoData2110 = ( (((uint32_t)( 't' )) << 24) | (((uint32_t)( 'v' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) ),
kTransmitAudioData2110 = ( (((uint32_t)( 't' )) << 24) | (((uint32_t)( 'a' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) ),
kTransmitAncData2110 = ( (((uint32_t)( 't' )) << 24) | (((uint32_t)( 'n' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) ),
kReceiveVideoData2110 = ( (((uint32_t)( 'r' )) << 24) | (((uint32_t)( 'v' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) ),
kReceiveAudioData2110 = ( (((uint32_t)( 'r' )) << 24) | (((uint32_t)( 'a' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) ),
kReceiveAncData2110 = ( (((uint32_t)( 'r' )) << 24) | (((uint32_t)( 'n' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) ),
kChStatusData2110 = ( (((uint32_t)( 's' )) << 24) | (((uint32_t)( 't' )) << 16) | (((uint32_t)( '1' )) << 8) | (((uint32_t)( '3' )) << 0) )
} |
|
enum | IpChStatusState { kIpStatusFail = 0,
kIpStatusStopped = 1,
kIpStatusRunning = 2
} |
|
Declares the CNTV2Config2110 class.
- Copyright
- (C) 2014-2022 AJA Video Systems, Inc.
Definition in file ntv2config2110.h.
◆ IP_STRSIZE
◆ RX_USE_SFP_IP
#define RX_USE_SFP_IP BIT(31) |
Structs and enums that hold the virtual config data used by services the ControlPanel application and JSON parsers.
Definition at line 24 of file ntv2config2110.h.
◆ IpChStatusState
Enumerator |
---|
kIpStatusFail | |
kIpStatusStopped | |
kIpStatusRunning | |
Definition at line 40 of file ntv2config2110.h.
◆ VirtualDataTag2110
Enumerator |
---|
kNetworkData2110 | |
kTransmitVideoData2110 | |
kTransmitAudioData2110 | |
kTransmitAncData2110 | |
kReceiveVideoData2110 | |
kReceiveAudioData2110 | |
kReceiveAncData2110 | |
kChStatusData2110 | |
Definition at line 28 of file ntv2config2110.h.
◆ AncStreamToCh()
◆ AudioStreamToCh()
◆ ChToAncStream()
◆ ChToAudioStream()
◆ ChToVideoStream()
◆ VideoStreamToCh()