[root]/src/lib/perl5/ORAC/Msg/Task

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| timj | 18 (100.0%) | 1725 (100.0%) | 95.8 |
add mget method for multiple parameter retrieval from monolith
40 lines of code changed in 1 file:
fix contact method so that it can work even without a PING action (requires DITS__UNKNACT support
15 lines of code changed in 1 file:
add SDS arg handling. Add infofull support. Tweak output handlers
56 lines of code changed in 1 file:
podchecker clean
8 lines of code changed in 1 file:
update to v3 GPL
2 lines of code changed in 2 files:
add full DRAMA MSG handler
33 lines of code changed in 1 file:
fix version warnings
1 lines of code changed in 1 file:
For get() need to clone the SDS structure into a standalone perl
structure (not a tie) using the new toperl() method. This is required
to make memory management of the tie easier. When a structure that has
been accessed in the tie goes out of scope, the underlying SDS structure
is freed such that next time around it does not exist in the tied hash.
The easiest thing for now is to completely clone the data structure
into perl and worry about when to free SDS ids later. When the tie
was returned it was occasionally triggering a SIGSEGV in the caller when
the tie was traversed.
10 lines of code changed in 1 file:
Add extra comment
3 lines of code changed in 1 file:
pod tidy + GPL
12 lines of code changed in 1 file:
initial version
587 lines of code changed in 1 file:
- Add MSP__ errors
6 lines of code changed in 1 file:
Remove unrecognized escape \p
4 lines of code changed in 1 file:
Fix problem with not returning the correct things after yesterdays attempt at
generic status processing.
12 lines of code changed in 1 file:
Add ORAC__BADENG support
44 lines of code changed in 1 file:
Implement full dynamic loading of algorithm engines and
of messaging systems.
892 lines of code changed in 2 files: