Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[ptp-dev] Small changes to ptp.core

Hello,

small changes to ptp.core:

1. Added another flag (attribute) in PProcess to say whether the process is registered in the
Debug View or not
2. Added a general setAttribute() method in PElement
3. Added a arraymap in PJob so that we can find the actual PProcess object of the
corresponding job based on the task_id of the process.

Affected Files:
AttributeConstants.java
PElement.java
PJob.java
PProcess.java

Thanks,
Donny

Back to the top