mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-10 14:46:26 +01:00
2015-03-05 Fred Gleason <fredg@paravelsystems.com>
* Modified the 'SAS USI' driver in 'ripcd/sasusi.cpp' to support four digit endpoint numbers.
This commit is contained in:
@@ -14809,8 +14809,11 @@
|
||||
'rdcatch/edit_download.cpp'.
|
||||
2015-03-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Incremented the package version to 2.10.3int00.
|
||||
2015-03-04 Fred Gleason <fredg@paravelsystems.com>
|
||||
2015-03-05 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Renamed the 'SAS USI (3 digit)' driver to
|
||||
'SAS User Serial Interface'.
|
||||
* Renamed the 'SAS USI (2 digit)' driver to
|
||||
'SAS 16000(D)'.
|
||||
2015-03-05 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Modified the 'SAS USI' driver in 'ripcd/sasusi.cpp' to support
|
||||
four digit endpoint numbers.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// sasusi.cpp
|
||||
//
|
||||
// A Rivendell switcher driver for the SAS USI Protocol (3 digit)
|
||||
// A Rivendell switcher driver for the SAS USI Protocol
|
||||
//
|
||||
// (C) Copyright 2002-2015 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
@@ -258,7 +258,7 @@ void SasUsi::processCommand(RDMacro *cmd)
|
||||
emit rmlEcho(cmd);
|
||||
return;
|
||||
}
|
||||
snprintf(str,256,"%c%03d%03d\x0D\x0A",20,
|
||||
snprintf(str,256,"%cT%04d%04d\x0D\x0A",5,
|
||||
cmd->arg(1).toInt(),cmd->arg(2).toInt());
|
||||
SendCommand(str);
|
||||
cmd->acknowledge(true);
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
// sasusi.h
|
||||
//
|
||||
// A Rivendell switcher driver for the SAS USI Protocol (3 digit)
|
||||
// A Rivendell switcher driver for the SAS USI Protocol
|
||||
//
|
||||
// (C) Copyright 2002-2015 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user