mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
2015-02-18 Fred Gleason <fredg@paravelsystems.com>
* Added 'RDMatrix::SoftwareAuthority' to the 'RDMatrix::Type' enumeration in 'lib/rdmatrix.cpp' and 'lib/rdmatrix.h'. * Implemented a switcher driver for systems using Software Authority Protocol in 'ripcd/swauthority.cpp' and 'ripcd/swauthority.h'.
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
#include <sas64000gpi.h>
|
||||
#include <sasusi.h>
|
||||
#include <starguide3.h>
|
||||
#include <swauthority.h>
|
||||
#include <unity4000.h>
|
||||
#include <vguest.h>
|
||||
|
||||
@@ -178,6 +179,10 @@ bool MainObject::LoadSwitchDriver(int matrix_num)
|
||||
ripcd_switcher[matrix_num]=new SasUsi(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::SoftwareAuthority:
|
||||
ripcd_switcher[matrix_num]=new SoftwareAuthority(matrix,this);
|
||||
break;
|
||||
|
||||
case RDMatrix::StarGuideIII:
|
||||
ripcd_switcher[matrix_num]=new StarGuide3(matrix,this);
|
||||
break;
|
||||
|
Reference in New Issue
Block a user