mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-11 07:05:48 +01:00
2016-03-20 Fred Gleason <fredg@paravelsystems.com>
* Added a switcher driver for the Broadcast Tools ADMS 44.22.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include <bt16x2.h>
|
||||
#include <bt8x2.h>
|
||||
#include <btacs82.h>
|
||||
#include <btadms4422.h>
|
||||
#include <btgpi16.h>
|
||||
#include <btsentinel4web.h>
|
||||
#include <btsrc16.h>
|
||||
@@ -93,6 +94,10 @@ bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
ripcd_switcher[matrix_num]=new BtAcs82(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::BtAdms4422:
|
||||
ripcd_switcher[matrix_num]=new BtAdms4422(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::BtGpi16:
|
||||
ripcd_switcher[matrix_num]=new BtGpi16(matrix,this);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user