Skip to content

Sibz add assembler functions#7

Open
aaraujo666 wants to merge 3 commits into
aaraujo666:masterfrom
Sibz:sibz-add-assembler-functions
Open

Sibz add assembler functions#7
aaraujo666 wants to merge 3 commits into
aaraujo666:masterfrom
Sibz:sibz-add-assembler-functions

Conversation

@aaraujo666
Copy link
Copy Markdown
Owner

No description provided.

Sibz added 3 commits June 7, 2015 17:06
Added the following functions:
AddQueueItem
GetQueueCount
GetQueueItemAt
RemoveQueueItemAt
ClearQueue
CountQueueItems

Added interface IMyAssemblerQueueItem
Added class MyAssemblerQueueItem to MyAssembler

Uses existing functions that are sync friendly for modifying the queue.

Closes KeenSoftwareHouse#96
Can now add an item at a particular index.
Default index is -1 (adds to end of queue)
Checks index given is valid.
Also changed all idx variables to index for better reading.
Compiled and Tested Ok.
MissingItems property allows users to check if the assembler is missing
and unable to acquire components/items to process the first queue item.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants