commodities.library quick autodocs

NAME     : ActivateCxObj
FUNCTION : change the activation state of a commodity object
SYNOPSIS : previous=ActivateCxObj(co,true)
              D0        -42       A0  D0

NAME     : AddIEvents
FUNCTION : add input events to commodities' input stream
SYNOPSIS : AddIEvents(events)
             -180       A0

NAME     : AttachCxObj
FUNCTION : attach a commodity object to the end of an existing
           list of objects
SYNOPSIS : AttachCxObj(headObj,co)
               -84       A0    A1

NAME     : ClearCxObjError
FUNCTION : clear the accumulated error value of a commodity object
SYNOPSIS : ClearCxObjError(co)
                 -72       A0

NAME     : CreateCxObj
FUNCTION : create a new commodity object
SYNOPSIS : co=CreateCxObj(type,arg1,arg2)
           D0     -30      D0   A0   A1

NAME     : CxBroker
FUNCTION : create a commodity broker
SYNOPSIS : broker=CxBroker(nb,error)
             D0     -36    A0  D0

NAME     : CxMsgData
FUNCTION : obtain a pointer to a commodity message's data area
SYNOPSIS : data=CxMsgData(cxm)
            D0    -144    A0

NAME     : CxMsgID
FUNCTION : obtain the ID of a commodity message
SYNOPSIS : id=CxMsgID(cxm)
           D0  -150   A0

NAME     : CxMsgType
FUNCTION : obtain the type of a commodity message
SYNOPSIS : type=CxMsgType(cxm)
            D0    -138    A0

NAME     : CxObjError
FUNCTION : obtain a commodity object's accumulated error
SYNOPSIS : error=CxObjError(co)
            D0      -66     A0

NAME     : CxObjType
FUNCTION : obtain the type of a commodity object
SYNOPSIS : type=CxObjType(co)
            D0     -60    A0

NAME     : DeleteCxObj
FUNCTION : delete a commmodity object
SYNOPSIS : DeleteCxObj(co)
              -48      A0

NAME     : DeleteCxObjAll
FUNCTION : recursively delete a tree of commodity objects
SYNOPSIS : DeleteCxObjAll(co)
                -54       A0

NAME     : DisposeCxMsg
FUNCTION : delete a commodity message
SYNOPSIS : DisposeCxMsg(cxm)
               -168     A0

NAME     : DivertCxMsg
FUNCTION : send a commodity message down an object list
SYNOPSIS : DivertCxMsg(cxm,headObj,returnObj)
              -156     A0    A1       A2

NAME     : EnqueueCxObj
FUNCTION : insert a commodity object within a list of objects
           based on object priority
SYNOPSIS : EnqueueCxObj(headObj,co)
               -90        A0    A1

NAME     : InsertCxObj
FUNCTION : insert a commodity object in a list after a given
           object
SYNOPSIS : InsertCxObj(headObj,co,pred)
               -96       A0    A1  A2

NAME     : InvertKeyMap
FUNCTION : generate an input event from an ANSI code
SYNOPSIS : success=InvertKeyMap(ansiCode,event,km)
             D0        -174        D0     A0   A1

NAME     : MatchIX
FUNCTION : see if an input event matches an initialized input
           expression
SYNOPSIS : match=MatchIX(event,ix)
             D0   -204    A0   A1

NAME     : ParseIX
FUNCTION : initialize an input expression given a description string
SYNOPSIS : failureCode=ParseIX(description,ix)
               D0       -132       A0      A1

NAME     : RemoveCxObj
FUNCTION : remove a commodity object from a list
SYNOPSIS : RemoveCxObj(co)
              -102     A0

NAME     : RouteCxMsg
FUNCTION : set the next destination of a commodity message
SYNOPSIS : RouteCxMsg(cxm,co)
              -162    A0  A1

NAME     : SetCxObjPri
FUNCTION : set the priority of a commodity object
SYNOPSIS : oldPri=SetCxObjPri(co,pri)
             D0      -78      A0  D0

NAME     : SetFilter
FUNCTION : change the matching condition of a commodity filter
SYNOPSIS : SetFilter(filter,text)
             -120      A0    A1

NAME     : SetFilterIX
FUNCTION : change the matching condition of a commodity filter
SYNOPSIS : SetFilterIX(filter,ix)
              -126       A0   A1

NAME     : SetTranslate
FUNCTION : replace a translator object's translation list
SYNOPSIS : SetTranslate(translator,events)
               -114         A0       A1

