|
virtual RixDspyServer * | CreateServer (const char *in, const char *out)=0 |
| RixDspyServer methods --------------------------------------------——. More...
|
|
virtual RixDspyServer * | CreateServer (const char *in, const char *out, ServerListener listener, void *clientData)=0 |
| Return a pointer to new server object with a listener callable. More...
|
|
virtual void | ProcessCallbacks ()=0 |
| Process outstanding callback requests (display, exception) More...
|
|
virtual void | SetDeliveryMode (RixDeliveryMode mode)=0 |
| Sets how dspy server messages are processed, if RixQueued then the client also needs to call our ProcessCallbacks periodically to. More...
|
|
virtual PtDspyError | FindStringInParamList (const char *string, char **result, int paramCount, const UserParameter *parameters)=0 |
| RixDspy methods --------------------------------------------------——. More...
|
|
virtual PtDspyError | FindIntInParamList (const char *string, int *result, int paramCount, const UserParameter *parameters)=0 |
| Equivalent to DspyFindIntInParamList. More...
|
|
virtual PtDspyError | FindIntsInParamList (const char *string, int *resultCount, int *result, int paramCount, const UserParameter *parameters)=0 |
| Equivalent to DspyFindIntsInParamList. More...
|
|
virtual PtDspyError | FindFloatInParamList (const char *string, float *result, int paramCount, const UserParameter *parameters)=0 |
| Equivalent to DspyFindFloatInParamList. More...
|
|
virtual PtDspyError | FindFloatsInParamList (const char *string, int *resultCount, float *result, int paramCount, const UserParameter *parameters)=0 |
| Equivalent to DspyFindFloatsInParamList. More...
|
|
virtual PtDspyError | RegisterDriverTable (const char *name, const PtDspyDriverFunctionTable *pTable)=0 |
| Equivalent to DspyRegisterDriverTable. More...
|
|
virtual PtDspyError | ReorderFormatting (int formatCount, PtDspyDevFormat *format, int outFormatCount, const PtDspyDevFormat *outFormat)=0 |
|
virtual unsigned int | ByteCountForType (PtDspyUnsigned32 type)=0 |
| For a given pixel type return how wide in bytes that is. More...
|
|
virtual int | GetVersion () const |
| Get the version number of this interface. More...
|
|