org.rococoa.cocoa.carboncore
Class MPEventInfo

java.lang.Object
  extended by com.sun.jna.Structure
      extended by com.ochafik.lang.jnaerator.runtime.Structure
          extended by org.rococoa.cocoa.carboncore.MPEventInfo
Direct Known Subclasses:
MPEventInfo.ByReference, MPEventInfo.ByValue

public class MPEventInfo
extends com.ochafik.lang.jnaerator.runtime.Structure

This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.


Nested Class Summary
static class MPEventInfo.ByReference
           
static class MPEventInfo.ByValue
           
 
Field Summary
 int eventName
           
 int events
           
 NativeLong nWaiting
           
 CarbonCoreLibrary.OpaqueMPProcessID processID
           
 int version
           
 CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID
           
 
Fields inherited from class com.sun.jna.Structure
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
 
Constructor Summary
MPEventInfo()
           
MPEventInfo(int version, CarbonCoreLibrary.OpaqueMPProcessID processID, int eventName, NativeLong nWaiting, CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID, int events)
           
 
Method Summary
 MPEventInfo.ByReference byReference()
           
 MPEventInfo.ByValue byValue()
           
 MPEventInfo clone()
           
 
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Structure
setupClone
 
Methods inherited from class com.sun.jna.Structure
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

version

public int version

processID

public CarbonCoreLibrary.OpaqueMPProcessID processID

eventName

public int eventName

nWaiting

public NativeLong nWaiting

waitingTaskID

public CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID

events

public int events
Constructor Detail

MPEventInfo

public MPEventInfo()

MPEventInfo

public MPEventInfo(int version,
                   CarbonCoreLibrary.OpaqueMPProcessID processID,
                   int eventName,
                   NativeLong nWaiting,
                   CarbonCoreLibrary.OpaqueMPTaskID waitingTaskID,
                   int events)
Parameters:
version - Version of the data structure requested
processID - Owning process ID
eventName - Event name
waitingTaskID - First waiting task.
Method Detail

byReference

public MPEventInfo.ByReference byReference()

byValue

public MPEventInfo.ByValue byValue()

clone

public MPEventInfo clone()
Overrides:
clone in class Object