FACT++  1.0
int StateMachineSmartFACT::Print ( ) const
inlineprivate

Definition at line 2198 of file smartfact.cc.

Referenced by StateMachineSmartFACT().

2199  {
2200  Out() << fDimDNS << endl;
2201  Out() << fDimMcp << endl;
2202  Out() << fDimControl << endl;
2203  Out() << fDimDataLogger << endl;
2204  Out() << fDimDriveControl << endl;
2205  Out() << fDimTimeCheck << endl;
2206  Out() << fDimFadControl << endl;
2207  Out() << fDimFtmControl << endl;
2208  Out() << fDimBiasControl << endl;
2209  Out() << fDimFeedback << endl;
2210  Out() << fDimRateControl << endl;
2211  Out() << fDimFscControl << endl;
2212  Out() << fDimAgilentControl24 << endl;
2213  Out() << fDimAgilentControl50 << endl;
2214  Out() << fDimAgilentControl80 << endl;
2215  Out() << fDimPwrControl << endl;
2216  Out() << fDimLidControl << endl;
2217  Out() << fDimMagicWeather << endl;
2218  Out() << fDimTngWeather << endl;
2219  Out() << fDimMagicLidar << endl;
2220  Out() << fDimTemperature << endl;
2221  Out() << fDimRateScan << endl;
2222  Out() << fDimChat << endl;
2223  Out() << fDimSkypeClient << endl;
2224 
2225  return GetCurrentState();
2226  }
DimDescribedState fDimPwrControl
Definition: smartfact.cc:644
DimDescribedState fDimMagicWeather
Definition: smartfact.cc:629
int GetCurrentState() const
return the current state of the machine
DimDescribedState fDimDriveControl
Definition: smartfact.cc:627
DimDescribedState fDimLidControl
Definition: smartfact.cc:645
DimDescribedState fDimDataLogger
Definition: smartfact.cc:626
DimDescribedState fDimMagicLidar
Definition: smartfact.cc:630
DimDescribedState fDimChat
Definition: smartfact.cc:648
std::ostream & Out() const
Definition: MessageImp.h:73
DimDescribedState fDimAgilentControl80
Definition: smartfact.cc:643
DimDescribedState fDimFeedback
Definition: smartfact.cc:633
DimDescribedState fDimMcp
Definition: smartfact.cc:625
DimDescribedState fDimSkypeClient
Definition: smartfact.cc:649
DimDescribedState fDimAgilentControl24
Definition: smartfact.cc:641
DimDescribedState fDimTngWeather
Definition: smartfact.cc:631
DimDescribedState fDimAgilentControl50
Definition: smartfact.cc:642
DimDescribedState fDimTimeCheck
Definition: smartfact.cc:628
DimDescribedState fDimRateScan
Definition: smartfact.cc:647
DimDescribedState fDimBiasControl
Definition: smartfact.cc:634
DimDescribedState fDimTemperature
Definition: smartfact.cc:632
DimDescribedState fDimFtmControl
Definition: smartfact.cc:635
DimDescribedState fDimFadControl
Definition: smartfact.cc:636
DimDescribedState fDimFscControl
Definition: smartfact.cc:637
DimDescribedState fDimRateControl
Definition: smartfact.cc:646
DimControl fDimControl
Definition: smartfact.cc:624

+ Here is the caller graph for this function: