Welcome
dqGOOP (DataAct Queue Graphical Object Oriented
Programming*) is a GOOP framework that focuses on performance. But
performance is not the only benefit of using dqGOOP, here is the list of
some of the key features:
-
Fast: fastest performance in 4 main GOOP functions (Create object,
Get object data, Modify object data, and Destroy object data)
see chart
-
Named objects with unique reference: If you provide a name when
creating an object, then a unique reference can be obtained by simply using
the name in the obtainReference function. That reference can then be
closed independently of original object reference.
-
Simple: The core GOOP functions are just wrappers around the
native LabVIEW queue primitives.
-
100 % pure G: All the VIs are open and documented.
-
No repository required: The object data is stored in a queue.
-
More built in tools are provided: Not a reference comparator,
class probes, object status, class testing, and more...
-
Help file included: This file is included and available from the
context help window during development.
-
Custom error codes: All queue errors are translated into dqGOOP
errors and the source changed to the dqGOOP function.
-
Setup &
Maintenance Wizard: Easily add and remove components or repair
the current installation.
*pronounced dequeue GOOP |