Add Ready State Function
This commit is contained in:
@@ -53,6 +53,14 @@ void StreamManager::SetEmissivity(double emissivity)
|
||||
lDeviceParams->SetFloatValue("ObjectEmissivity", emissivity);
|
||||
}
|
||||
|
||||
bool StreamManager::GetReadyState()
|
||||
{
|
||||
bool cold = false;
|
||||
if (lDeviceParams)
|
||||
lDeviceParams->GetBooleanValue("FPACold", cold);
|
||||
return cold;
|
||||
}
|
||||
|
||||
PvResult StreamManager::FindDevice()
|
||||
{
|
||||
PvResult lResult = PvResult();
|
||||
|
||||
Reference in New Issue
Block a user