mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 07:10:11 +01:00
2018-06-21 Fred Gleason <fredg@paravelsystems.com>
* Added support for the Broadcast Tools SS 2.1 switcher.
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
#include <btsrc8iii.h>
|
||||
#include <btss124.h>
|
||||
#include <btss164.h>
|
||||
#include <btss21.h>
|
||||
#include <btss41mlr.h>
|
||||
#include <btss42.h>
|
||||
#include <btss44.h>
|
||||
@@ -126,6 +127,10 @@ bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
ripcd_switcher[matrix_num]=new BtSs164(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::BtSs21:
|
||||
ripcd_switcher[matrix_num]=new BtSs21(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::BtSs41Mlr:
|
||||
ripcd_switcher[matrix_num]=new BtSs41Mlr(matrix,this);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user