iPcTest Struct Reference
This is a test property class. More...
#include <propclass/test.h>
Inheritance diagram for iPcTest:

Public Member Functions | |
| virtual void | Print (const char *msg)=0 |
| Print a message. | |
Detailed Description
This is a test property class.
This property class can send out the following messages:
- 'cel.misc.test.print' (old 'pcmisc.test_print'): a message has been printed (message)
This property class supports the following actions (add prefix 'cel.test.action.' if you want to access this action through a message):
- Print: parameters 'message' (string).
This property class supports the following properties:
- counter (long, read/write): how many times something has been printed.
- max (long, read/write): maximum length of what was printed.
Definition at line 40 of file test.h.
Member Function Documentation
| virtual void iPcTest::Print | ( | const char * | msg | ) | [pure virtual] |
Print a message.
The documentation for this struct was generated from the following file:
- propclass/test.h
Generated for CEL: Crystal Entity Layer 2.0 by doxygen 1.6.1
