|
@@ -81,7 +81,7 @@ Dispatch_singlechip::Dispatch_singlechip_status Dispatch_singlechip::get_dispatc
|
|
bool Dispatch_singlechip::is_outlet_ready()
|
|
bool Dispatch_singlechip::is_outlet_ready()
|
|
{
|
|
{
|
|
if ( m_dispatch_singlechip_status == DISPATCH_SINGLECHIP_READY &&
|
|
if ( m_dispatch_singlechip_status == DISPATCH_SINGLECHIP_READY &&
|
|
- m_singlechip_data_msg.insideexistenceflag() == 1)
|
|
|
|
|
|
+ m_singlechip_data_msg.insideexistenceflag() == 0)
|
|
{
|
|
{
|
|
return true;
|
|
return true;
|
|
}
|
|
}
|