xmscore
1.0
|
mock meshing class to show how the observer works More...
Public Member Functions | |
void | SetObserver (BSHP< xms::Observer > a_) |
set the observer class More... | |
void | WaitForNextTenthSecond (boost::timer::cpu_timer &a_timer, int &a_count) |
wait until next tenth second passed More... | |
void | PretendMeshing () |
mock meshing method | |
Public Attributes | |
BSHP< xms::Observer > | m_prog |
observer class to report progress | |
mock meshing class to show how the observer works
Definition at line 268 of file Observer.cpp.
|
inline |
set the observer class
a_ | The observer |
Definition at line 278 of file Observer.cpp.
Referenced by ObserverIntermediateTests::testMockObserver().
|
inline |
wait until next tenth second passed
a_timer | Timer to track elapsed time |
a_count | Number of tenths of a second that should have elapsed |
Definition at line 284 of file Observer.cpp.