#include <cybbatchproxyc.h>
Collaboration diagram for CybBatchProxyC:

Public Methods | |
| CybBatchProxyC (short type, CybWorldC *pW, CybScriptC *) | |
| virtual | ~CybBatchProxyC () |
| void | SetEvent (long id, const void *, CybNodeC *) |
| long | GetEventBufMaxDataSize () |
| long | GetEventBufMinDataSize () |
| void | SetEventBufData (AnyC &any) |
| void | CopyEventBufData (AnyC &any, long maxLen) |
| short | SendingEventsToActPasIntfcs () |
Protected Methods | |
| void | CalcMaxLens (long) |
| void | DetermineIfEventsToActPasIntfcs () |
Protected Attributes | |
| short | m_type |
| ArrayC< CybNodeC * > | m_batchEventNode |
| ArrayC< short > | m_batchEventCopyReady |
| ArrayC< long > | m_batchEventBufLen |
| ArrayC< long > | m_batchEventMaxCopyLen |
| CybWorldC * | m_pWorld |
| CybScriptC * | m_pScript |
| short | m_bSendingEventsToActPasIntfcs |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 49 of file cybbatchproxyc.h.
00049 {return m_bSendingEventsToActPasIntfcs;}
|
|
||||||||||||||||
|
|
|
|
|
|
|
Definition at line 57 of file cybbatchproxyc.h. |
|
|
Definition at line 56 of file cybbatchproxyc.h. |
|
|
Definition at line 58 of file cybbatchproxyc.h. |
|
|
Definition at line 55 of file cybbatchproxyc.h. |
|
|
Definition at line 61 of file cybbatchproxyc.h. |
|
|
Definition at line 60 of file cybbatchproxyc.h. |
|
|
Definition at line 59 of file cybbatchproxyc.h. |
|
|
Definition at line 54 of file cybbatchproxyc.h. |
1.3-rc2