Skip to content
Snippets Groups Projects

Kfpackmanager

Merged Joan Solà Ortega requested to merge kfpackmanager into master
1 file
+ 16
16
Compare changes
  • Side-by-side
  • Inline
+ 16
16
@@ -24,14 +24,14 @@ FrameBase::FrameBase(const TimeStamp& _ts, StateBlockPtr _p_ptr, StateBlockPtr _
state_block_vec_[1] = _o_ptr;
state_block_vec_[2] = _v_ptr;
if ( isKey() )
{
WOLF_DEBUG("New KF", this->id() );
}
else
{
WOLF_DEBUG("New F", this->id() );
}
// if ( isKey() )
// {
// WOLF_DEBUG("New KF", this->id() );
// }
// else
// {
// WOLF_DEBUG("New F", this->id() );
// }
}
FrameBase::FrameBase(const FrameType & _tp, const TimeStamp& _ts, StateBlockPtr _p_ptr, StateBlockPtr _o_ptr, StateBlockPtr _v_ptr) :
@@ -47,14 +47,14 @@ FrameBase::FrameBase(const FrameType & _tp, const TimeStamp& _ts, StateBlockPtr
state_block_vec_[1] = _o_ptr;
state_block_vec_[2] = _v_ptr;
if ( isKey() )
{
WOLF_DEBUG("New KF", this->id() );
}
else
{
WOLF_DEBUG("New F", this->id() );
}
// if ( isKey() )
// {
// WOLF_DEBUG("New KF", this->id() );
// }
// else
// {
// WOLF_DEBUG("New F", this->id() );
// }
}
FrameBase::~FrameBase()
Loading