Public Member Functions |
|
| AcquireNeutronSourceTextInformation () |
| | Constructor.
|
| | AcquireNeutronSourceTextInformation (string host_name, Bool debug_flag=false) |
| | Constructor.
|
| | AcquireNeutronSourceTextInformation (Bool debug_flag) |
| | Constructor.
|
|
virtual | ~AcquireNeutronSourceTextInformation () |
| | Destructor.
|
|
string | PutCgiPath (const string Key) |
|
string | PutStepKey (const string Key, const Int4 StepTime) |
|
Int4 | SetRequestMessage (const string Key, const string Start, const string End, const string StepKey) |
|
UInt4 | SplitValueData (const string &body_data, string &info_data) |
|
UInt4 | SplitBeamOffData (const string &body_data, string &info_data) |
|
void | ReplaceStr (string &str, const string &from, const string &to) |
|
vector< Double > | PutValueData (const string Key, const string Start, const string StepKey, const Int4 bin_step, const string data) |
|
Double | PutValueInformation (const string Key) |
|
Double | PutValueInformation (const string Key, const string Start) |
|
vector< Double > | PutValueInformation (const string Key, const string Start, const string End, const Int4 StepTime=0) |
|
vector< string > | PutDateBinInformation () |
|
vector< string > | PutTimeBinInformation () |
|
void | GetTextInformation (const string Key) |
|
void | GetTextInformation (const string Key, const string Start) |
|
void | GetTextInformation (const string Key, const string Start, const string End, const Int4 StepTime=TIME_10) |
|
vector< string > | PutTextFirstInformation () |
|
vector< string > | PutTextSecondInformation () |
|
vector< Double > | ConvertProtonToCurrent (vector< Double > proton, const Int4 bin) |
|
vector< Double > | ConvertCurrentToBeampower (vector< Double > Current) |
Protected Attributes |
|
vector< string > | DateAtBin |
|
vector< string > | TimeAtBin |
|
vector< Double > | InfomationValue |
|
vector< pair< string, string > > | BeamOffOn |