34 std::shared_ptr<ossimJobCallback>
callback;
36 bool stateChangedFlag =
false;
40 stateChangedFlag = newState !=
m_state;
State
This is a Bit vector.
virtual void start()
Main entry point to the job.
std::shared_ptr< ossimJobCallback > m_callback
virtual void setState(int value, bool on=true)
Will allow you to set the state of the job.
virtual void run()=0
Abstract method and must be overriden by the base class.
std::shared_ptr< ossimJobCallback > callback()
std::shared_ptr< ossimJob > getSharedFromThis()
This is a convenience method to get the shared representation of this pointer.