|
baciTestCBpattern − |
|
#include <baciTestUtils.h> |
|
Public Member Functions |
|
baciTestCBpattern (std::string _prop, int c=5, int dc=1) |
|
virtual void working (ACS::pattern value, const ACSErr::Completion &c, const ACS::CBDescOut &desc) |
|
virtual void done (ACS::pattern value, const ACSErr::Completion &c, const ACS::CBDescOut &desc) |
|
virtual CORBA::Boolean negotiate (ACS::TimeInterval time_to_transmit, const ACS::CBDescOut &desc) |
|
int getCount () |
|
Protected Attributes |
|
std::string prop |
|
int count |
|
int done_c |
|
baciTestCBpattern::baciTestCBpattern (std::string _prop, int c = 5, int dc = 1) [inline] |
|
virtual void baciTestCBpattern::done (ACS::pattern value, const ACSErr::Completion & c, const ACS::CBDescOut & desc) [inline, virtual] |
|
References ACS_SHORT_LOG, done_c, getStringifiedUTC(), and prop. |
|
int baciTestCBpattern::getCount () [inline] |
|
References count, and done_c. |
|
virtual CORBA::Boolean baciTestCBpattern::negotiate (ACS::TimeInterval time_to_transmit, const ACS::CBDescOut & desc) [inline, virtual] |
|
virtual void baciTestCBpattern::working (ACS::pattern value, const ACSErr::Completion & c, const ACS::CBDescOut & desc) [inline, virtual] |
|
References ACS_SHORT_LOG, count, getStringifiedUTC(), and prop. |
|
int baciTestCBpattern::count [protected] |
|
Referenced by getCount(), and working(). |
|
int baciTestCBpattern::done_c [protected] |
|
Referenced by done(), and getCount(). |
|
std::string baciTestCBpattern::prop [protected] |
|
Referenced by done(), and working(). |
|
Generated automatically by Doxygen for ACS-2014.6 C++ API from the source code. |