#include <interfacec.h>
Inheritance diagram for InterfaceC:

Public Methods | |
| InterfaceC () | |
| virtual void | SetInterfaceType (int i) |
| virtual void | SetInterfaceID (long id) |
| virtual short | GetInterfaceType () |
| short | GetType () |
| virtual long | GetInterfaceDataMinLength () |
| virtual long | GetInterfaceDataMaxLength () |
| virtual void | SetInterfaceData (AnyC &) |
| virtual void | CopyInterfaceData (AnyC &, long) |
| virtual void | Writeln () |
Protected Attributes | |
| long | m_interfaceID |
| short | m_interfaceType |
|
|
Definition at line 40 of file interfacec.h. References DAT_INTERFACE_UNDEFINED.
00040 {m_interfaceType=DAT_INTERFACE_UNDEFINED;}
|
|
||||||||||||
|
Reimplemented in CybColorInterpolatorC, CybCoordinateInterpolatorC, CybLogitechSensorC, CybOrientationInterpolatorC, CybPointingDeviceC, CybPositionInterpolatorC, CybScalarInterpolatorC, CybScriptC, CybSixDOFMouseSensorC, CybSixDOFSensorC, CybSoundManagerC, CybTimeC, and CybViewpointSensorC. Definition at line 48 of file interfacec.h.
00048 {}
|
|
|
Reimplemented in CybScriptC, and CybSoundManagerC. Definition at line 46 of file interfacec.h.
00046 {return GetInterfaceDataMinLength();}
|
|
|
Reimplemented in CybColorInterpolatorC, CybCoordinateInterpolatorC, CybLogitechSensorC, CybOrientationInterpolatorC, CybPointingDeviceC, CybPositionInterpolatorC, CybScalarInterpolatorC, CybScriptC, CybSixDOFMouseSensorC, CybSixDOFSensorC, CybSoundManagerC, CybTimeC, and CybViewpointSensorC. Definition at line 45 of file interfacec.h.
00045 {return 0;}
|
|
|
Definition at line 43 of file interfacec.h.
00043 {return m_interfaceType;}
|
|
|
Definition at line 44 of file interfacec.h.
00044 {return m_interfaceType;}
|
|
|
Reimplemented in CybColorInterpolatorC, CybCoordinateInterpolatorC, CybLogitechSensorC, CybOrientationInterpolatorC, CybPointingDeviceC, CybPositionInterpolatorC, CybScalarInterpolatorC, CybScriptC, CybSixDOFMouseSensorC, CybSixDOFSensorC, CybSoundManagerC, CybTimeC, and CybViewpointSensorC. Definition at line 47 of file interfacec.h.
00047 {} //const byteArray& data);
|
|
|
Definition at line 42 of file interfacec.h.
00042 {m_interfaceID=id;}
|
|
|
Definition at line 41 of file interfacec.h.
00041 {m_interfaceType=i;}
|
|
|
Reimplemented in CybSixDOFSensorC. Definition at line 49 of file interfacec.h.
00049 {}
|
|
|
Definition at line 51 of file interfacec.h. |
|
|
Definition at line 52 of file interfacec.h. |
1.3-rc2