Custom Query (202 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (70 - 72 of 202)

Ticket Resolution Summary Owner Reporter
#135 fixed extend cobiaRegister functionality jasper jasper

Reported by jasper, 19 months ago.

Description

We have reverse lookups for PCM uuids, Enum uuids and catID uuids. However, we only have a listing for all PMCs uuids. Make functionality to list all Enum uuids and all Cat ID uuids in the registry.

#134 fixed COMBIA incorrectly re-allocates Integer Array value as double array jasper jasper

Reported by jasper, 19 months ago.

Description

Upon re-size COMBIA re-allocates the VARIANT as VT_R8 type, should be VT_I4.

#133 fixed Synchronize access to COBIA objects from COM jasper jasper

Reported by jasper, 19 months ago.

Description

COMBIA registers DEFAULT threaded COBIA objects as Both, which implies the COM side may be instantiated as MTA, which in turn implies multiple concurrent incoming calls are in theory possible. COMBIA should shield against this.

This should be one synchronization object (e.g. std::mutex) per PMC objects - including all its primary PMC objects to agree with DEFAULT threading model.

Note: See TracQuery for help on using queries.