Harlequin RIP SDK
deverrors.c File Reference

This file implements the thread-local error interface for skin devices. Skin devices may be built into corelib (for HMR RIPs), or may be part of the SDK code (for HHR). More...

#include "std.h"
#include "monevent.h"
#include "ripapiversn.h"
#include "swdevice.h"
#include "threadapi.h"

Functions

DEVICE_result skindevices_last_error (DEVICELIST *dev)
 Method call for use in device definitions to get the last error for skin devices. More...
 
void skindevices_set_last_error (DEVICE_result error)
 Set the last error for a skin device. More...
 
HqBool skindevices_init_last_error (void)
 Initialise error handling for skin devices. More...
 
void skindevices_finish_last_error (void)
 Finish error handling for skin devices. More...
 

Detailed Description

This file implements the thread-local error interface for skin devices. Skin devices may be built into corelib (for HMR RIPs), or may be part of the SDK code (for HHR).