Changeset 18193 for trunk/FACT++


Ignore:
Timestamp:
06/10/15 11:51:24 (9 years ago)
Author:
dneise
Message:
Modified reaction on FSC state change. FSC connection state has nothing to do with the camera being switched on or off, it is merely a hint.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/smartfact.cc

    r17953 r18193  
    798798        if (last<FSC::State::kConnected && state==FSC::State::kConnected)
    799799        {
    800             AddMcpConfigurationHist(d, "<B>Camera swiched on</B>");
    801             SetAudio("startup");
     800            AddMcpConfigurationHist(d, "<B>FSC swiched on</B>");
     801            //SetAudio("startup");
    802802        }
    803803
    804804        if (last==FSC::State::kConnected && state<FSC::State::kConnected)
    805805        {
    806             AddMcpConfigurationHist(d, "<B>Camera swiched off</B>");
    807             SetAudio("shutdown");
     806            AddMcpConfigurationHist(d, "<B>FSC swiched off</B>");
     807            //SetAudio("shutdown");
    808808        }
    809809
Note: See TracChangeset for help on using the changeset viewer.