Cloo 0.9.1
Public Member Functions
Cloo.ComputeUserEvent Class Reference

Represents an user created event. More...

Inheritance diagram for Cloo.ComputeUserEvent:
Cloo.ComputeEventBase Cloo.ComputeResource Cloo.ComputeObject

List of all members.

Public Member Functions

 ComputeUserEvent (ComputeContext context)
 Creates a new ComputeUserEvent.
void SetStatus (ComputeCommandExecutionStatus status)
 Sets the new status of the ComputeUserEvent.
void SetStatus (int status)
 Sets the new status of the ComputeUserEvent to an error value.

Detailed Description

Represents an user created event.

Requires OpenCL 1.1.


Constructor & Destructor Documentation

Cloo.ComputeUserEvent.ComputeUserEvent ( ComputeContext  context)

Creates a new ComputeUserEvent.

Parameters:
contextThe ComputeContext in which the ComputeUserEvent is created.

Requires OpenCL 1.1.


Member Function Documentation

void Cloo.ComputeUserEvent.SetStatus ( ComputeCommandExecutionStatus  status)

Sets the new status of the ComputeUserEvent.

Parameters:
statusThe new status of the ComputeUserEvent. Allowed value is ComputeCommandExecutionStatus.Complete.
void Cloo.ComputeUserEvent.SetStatus ( int  status)

Sets the new status of the ComputeUserEvent to an error value.

Parameters:
statusThe error status of the ComputeUserEvent. This should be a negative value.

The documentation for this class was generated from the following file: