A Class which provides access to DRAMA's message sending facilities. More...
#include <dcpptask.h>
Classes | |
class | DisconHandler |
Disconnect handler abstract type. More... | |
Public Member Functions | |
DcppTask (const char *const name, const char *const location=0, const char *const file=0) | |
Normal constructor. More... | |
DcppTask (bool self) | |
Path to self constructor. More... | |
DcppTask (DitsPathType p) | |
Constructor from existing path. More... | |
virtual | ~DcppTask () |
Destructor. More... | |
void | TaskLoggingOn () |
Turn logging on for this object. More... | |
void | TaskLoggingOff () |
Turn logging off for this object. More... | |
void | Report (StatusType *status) const |
Dump details using MsgOut(). More... | |
bool | GetPathLoaded () const |
Indicate if a the task was loaded. More... | |
const char * | TaskName () const |
Fetch the task name. More... | |
const char * | Location () const |
Fetch the task location. More... | |
const char * | GetArgument () const |
Fetch the load argument. More... | |
virtual void | SetName (const char *const TaskName) |
Set the task name. More... | |
virtual void | SetLocation (const char *const Location) |
Set the task location. More... | |
virtual void | SetFile (const char *const File) |
Set the executable file name. More... | |
virtual void | SetBuffers (const DcppBuffers &Buffers) |
Set the DRAMA path buffers. More... | |
virtual void | SetFlowControl () |
Set the FLOW control flag. More... | |
virtual void | SetProcess (const char *const ProcessName) |
Set the process names. More... | |
virtual void | SetStackSize (unsigned bytes) |
Set the stack size for the load. More... | |
virtual void | SetArgument (const char *const LoadArg, bool const Append=false) |
Set the load time argument string. More... | |
virtual void | SetPriority (const int Priority, const bool Absolute=false) |
Set the load time priority for a task when loaded. More... | |
virtual void | SetNames (const bool Flag=true) |
Insist that symbols known to IMP_Master be known to the task. More... | |
virtual void | SetSymbols (const bool Flag=true) |
Interpert file name as a symbol (VMS Target only) More... | |
virtual void | SetProg (const bool Flag=true) |
Interpert file name as a program name. More... | |
virtual void | LogLoad (const bool Flag=true) |
Load use MsgOut() a lines indicating the load operations. More... | |
virtual void | ClearState () |
Clear the task state. More... | |
virtual bool | Active () const |
Indicate if a task is active. More... | |
virtual bool | IsDead () const |
Return true if a previously active task has disconnected. More... | |
virtual bool | Initial () const |
Return true if a GetPath operation is required. More... | |
virtual bool | Busy () const |
Returns true if we can't send a message because path is busy. More... | |
virtual DcppHandlerRet | GetPath (StatusType *const status, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppVoidPnt ClientData=0) |
Get a path to/load a the task. More... | |
virtual void | GetPathImmed (StatusType *const status) |
Get a path to a task if DITS already has it. More... | |
virtual void | Died () |
Note that a task has died. More... | |
virtual void | LosePath (StatusType *const status) |
Lose the path and then set as if the task has died. More... | |
virtual void | Delete (int force, StatusType *status) |
Delete the task. More... | |
virtual DcppHandlerRet | Obey (const char *const name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppHandlerRoutine TriggerHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0, const DcppHandlerRoutine MsgHandler=0, DitsTransIdType *const transid=0) |
Send a DRAMA Obey message to the task. More... | |
virtual DcppHandlerRet | Obey (const char *const name, StatusType *const status, const SdsId &arg, const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppHandlerRoutine TriggerHandler, const DcppVoidPnt ClientData, const DcppHandlerRoutine ErsHandler, const DcppHandlerRoutine MsgHandler, SdsId *const tidArg) |
Send a DRAMA Obey message to the task. More... | |
virtual DcppHandlerRet | Obey (const char *const name, StatusType *const status, const SdsId &arg, const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppHandlerRoutine TriggerHandler, const DcppVoidPnt ClientData, const DcppHandlerRoutine ErsHandler, const DcppHandlerRoutine MsgHandler, const SdsId *const tidArg) |
Send a DRAMA Obey message to the task. More... | |
virtual DcppHandlerRet | Kick (const char *const name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0, const DcppHandlerRoutine MsgHandler=0) |
Send a DRAMA Kick message to the task. More... | |
virtual DcppHandlerRet | Obey (const char *const name, const DcppShared &SharedMem, const bool sds, const int NotifyBytes, StatusType *const status, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppBulkTransRoutine BulkTransHandler=0, const DcppHandlerRoutine BulkDoneHandler=0, const DcppHandlerRoutine TriggerHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0, const DcppHandlerRoutine MsgHandler=0, DitsTransIdType *const transid=0) |
Send a DRAMA Obey bulk data message to the task. More... | |
virtual DcppHandlerRet | Obey (const char *const name, const DcppShared &SharedMem, const bool sds, const int NotifyBytes, StatusType *const status, const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppBulkTransRoutine BulkTransHandler, const DcppHandlerRoutine BulkDoneHandler, const DcppHandlerRoutine TriggerHandler, const DcppVoidPnt ClientData, const DcppHandlerRoutine ErsHandler, const DcppHandlerRoutine MsgHandler, SdsId *const tidArg) |
Send a DRAMA Obey bulk data message to the task. More... | |
virtual DcppHandlerRet | Obey (const char *const name, const DcppShared &SharedMem, const bool sds, const int NotifyBytes, StatusType *const status, const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppBulkTransRoutine BulkTransHandler, const DcppHandlerRoutine BulkDoneHandler, const DcppHandlerRoutine TriggerHandler, const DcppVoidPnt ClientData, const DcppHandlerRoutine ErsHandler, const DcppHandlerRoutine MsgHandler, const SdsId *const tidArg) |
Send a DRAMA Obey bulk data message to the task. More... | |
virtual DcppHandlerRet | Kick (const char *const name, const DcppShared &SharedMem, const bool sds, const int NotifyBytes, StatusType *const status, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppBulkTransRoutine BulkTransHandler=0, const DcppHandlerRoutine BulkDoneHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0, const DcppHandlerRoutine MsgHandler=0) |
Send a DRAMA bulk data Kick message to the task. More... | |
virtual DcppHandlerRet | Get (const char *const name, StatusType *const status, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0) |
Send a DRAMA message to the task to get the value of a parameter. More... | |
virtual DcppHandlerRet | MGet (const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppVoidPnt ClientData, unsigned count, StatusType *status,...) |
Send a DRAMA message to the task to get the value of multiple parameters. More... | |
virtual DcppHandlerRet | MGet (const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppHandlerRoutine ErsHandler, const DcppVoidPnt ClientData, unsigned count, StatusType *status,...) |
Send a DRAMA message to the task to get the value of multiple parameters. More... | |
virtual DcppHandlerRet | Set (const char *const name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0) |
Send a DRAMA set message to the task. More... | |
virtual DcppHandlerRet | Control (const char *const name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppHandlerRoutine TriggerHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0) |
Send a DRAMA Control message to the task. More... | |
virtual DcppHandlerRet | Monitor (const char *name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppHandlerRoutine TriggerHandler=0, const DcppVoidPnt ClientData=0, const bool SendCurrent=false, const DcppHandlerRoutine ErsHandler=0) |
Send a DRAMA Monitor message to the task. More... | |
virtual void | ObeyForget (const char *const name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppHandlerRoutine TriggerHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0, const DcppHandlerRoutine MsgHandler=0, DitsTransIdType *const transid=0) |
Send a DRAMA Obey message to the task, forgetting the transaction. More... | |
virtual void | ObeyForget (const char *const name, StatusType *const status, const SdsId &arg, const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppHandlerRoutine TriggerHandler, const DcppVoidPnt ClientData, const DcppHandlerRoutine ErsHandler, const DcppHandlerRoutine MsgHandler, SdsId *const tidArg) |
Send a DRAMA Obey message to the task, forgetting the transaction. More... | |
virtual void | ObeyForget (const char *const name, StatusType *const status, const SdsId &arg, const DcppHandlerRoutine SuccessHandler, const DcppHandlerRoutine ErrorHandler, const DcppHandlerRoutine TriggerHandler, const DcppVoidPnt ClientData, const DcppHandlerRoutine ErsHandler, const DcppHandlerRoutine MsgHandler, const SdsId *const tidArg) |
Send a DRAMA Obey message to the task, forgetting the transaction. More... | |
virtual void | KickForget (const char *const name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppVoidPnt ClientData=0, const DcppHandlerRoutine ErsHandler=0, const DcppHandlerRoutine MsgHandler=0) |
Send a DRAMA OKick message to the task, forgetting the transaction. More... | |
virtual void | MonitorForget (const char *name, StatusType *const status, const SdsId &arg=SdsNull, const DcppHandlerRoutine SuccessHandler=0, const DcppHandlerRoutine ErrorHandler=0, const DcppHandlerRoutine TriggerHandler=0, const DcppVoidPnt ClientData=0, const bool SendCurrent=false, const DcppHandlerRoutine ErsHandler=0) |
Send a DRAMA Monitor message to the task, forgetting the transaction. More... | |
virtual DisconHandler * | PutDisconnectHandler (DisconHandler *p) |
Add a new disconnect handler for this task. More... | |
DcppHandlerRet | HandleMessage (DcppTransaction *transaction, StatusType *status) |
Function used by DcppDispatch in dispatching to handlers. More... | |
virtual void | GetDitsPath (DitsPathType *path, StatusType *status) |
Return the underlying DITS path object. More... | |
Static Public Member Functions | |
static void | LoggingOn () |
Enable logging for all DcppTask objects. More... | |
static void | LoggingOff () |
Disable logging for all tasks. More... | |
static DcppHandlerRet | DiscardResponse (DcppVoidPnt ClientData, StatusType *status) |
Flag argument success handler indicating reponses are to be ignored. More... | |
static void | HandleDisconnected (const char *task, DitsPathType path, StatusType *status) |
Handle task disconnection. More... | |
A Class which provides access to DRAMA's message sending facilities.
This class was the original attempt at providing a C++ interface to DRAMA's message sending functions. The idea is that you maintain an object of this type for each task you want to send messages to. You can then use the various methods to send messages. The Action/UFACE routine which processes replies to these messages can use DcppDisptach() to dispatch the messages such that the callback functions which are specified when the message is sent, are invoked.
In addition, when invoked with an action, the used of DcppTask can be combined with a DcppHandler object to handle action rescheduling transparently. This is optional.
DcppTask::DcppTask | ( | const char *const | name, |
const char *const | location = 0 , |
||
const char *const | file = 0 |
||
) |
Normal constructor.
Allows the the task name, location and file to be set
name | The name the task will be known as (unless loaded, when the name the task registers as will be used) |
location | The node name on which the task is running or is to be loaded. Only used if not already running locally or known locally. |
file | The file of the task, as required by DitsLoad(). Normally a file name, but may be different depending on the location, e.g. on a VxWorks machine. |
DcppTask::DcppTask | ( | bool | self | ) |
Path to self constructor.
Constructor a DcppTask object which can be used to send messages to the invoking task itself.
self | Distingishes this constructor from the other constructor. Value is ignored |
DcppTask::DcppTask | ( | DitsPathType | p | ) |
Constructor from existing path.
Constructs an DcppTask object from an existing DITS path.
If the path is valid, then the state is set to ACTIVE, otherwise it is set to died and you would to set the task name before trying to get a path to the task.
path | The valid DITS path to be used. |
|
virtual |
Destructor.
|
inlinevirtual |
Indicate if a task is active.
|
inlinevirtual |
Returns true if we can't send a message because path is busy.
You can't send a message along a path whilst the getting a path on it or whilst a Notify operation is current.
|
inlinevirtual |
Clear the task state.
This function clears the state of the DcppTask object, such that it will will presume is has just been constructed.
|
inlinevirtual |
Send a DRAMA Control message to the task.
This sends a DRAMA control message to the task referred to by this object. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the control message to send. |
status | Inherited Status |
arg | The argument to the message. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
|
inlinevirtual |
Delete the task.
Tell IMP to delete the task.
force | If true, force the task to be deleted, rather then asking it nicely to delete itself. |
status | Inherited Status |
|
inlinevirtual |
Note that a task has died.
|
static |
Flag argument success handler indicating reponses are to be ignored.
If this function is specified as a SuccessHandler to any of the functions which send messages to tasks (other then DcppTask::GetPath) then the target task is told not to return any reponses to that message.
ClientData | Ignored. |
status | Inherited status |
|
inlinevirtual |
Send a DRAMA message to the task to get the value of a parameter.
This is the basic method for sending an GET message to the task referred to by this object - to return the value of a single parameter. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the parameter the value of which should be fetched. |
status | Inherited Status |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
|
inline |
Fetch the load argument.
returns A const pointer to the load argument previously specified.
|
virtual |
Return the underlying DITS path object.
This method returns the underlying DITS path object being used by the DcppTask object. If it is not yet active then status will be set to DCPP__INVSTATE
path | The path is returned here. |
status | Inherited status |
|
virtual |
Get a path to/load a the task.
This call initiates getting a path to the task. If the task is not running, it will be loaded if a sufficent information has been specified.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropaite handler is invoked when the operation completes.
status | Inherited Status |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ClientData | Passed directly to the handler functions. |
|
virtual |
Get a path to a task if DITS already has it.
This method fetches that path to the task from DITS, if DITS already knows about it. No messages are initiated and bad status is returned if DITS does not know about this task already.
If this method returned successfully, you may use the object to set messages.
status | Inherited Status |
|
inline |
Indicate if a the task was loaded.
returns True if the task we are talking too was loaded.
|
static |
Handle task disconnection.
Used internally only.
DcppHandlerRet DcppTask::HandleMessage | ( | DcppTransaction * | transaction, |
StatusType * | status | ||
) |
Function used by DcppDispatch in dispatching to handlers.
|
inlinevirtual |
Return true if a GetPath operation is required.
|
inlinevirtual |
Return true if a previously active task has disconnected.
|
inlinevirtual |
Send a DRAMA Kick message to the task.
This is the basic method for sending a KICK message to the task referred to by this object. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
|
inlinevirtual |
Send a DRAMA bulk data Kick message to the task.
This method is used for sending an KICK message with a bulk data argument to the task referred to by this object. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
SharedMem | Shared memory details. |
sds | Set true if sending an SDS structure in the bulk data. |
NotifyBytes | The bulk data update notification rate in bytes. |
status | Inherited Status |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
BulkTransHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer update is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
BulkDoneHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer complete is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
|
inlinevirtual |
Send a DRAMA OKick message to the task, forgetting the transaction.
This a method for sending an KICK message to the task referred to by this object, but immediately orphaning the resulting transaction. We must already have path to the task.
If all handlers are null (0) then the transaction is completely orphaned and will not be handled by DcppDispatch(). If the success handler is set to "DcppTask::DiscardResponse" then the other handlers are ignored and reponses are not even sent back to this task at all. Otherwise, the various handlers will be invoked if DcppDispatch() is invoked by an orphan handler in response to reply message from this message.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
|
inline |
Fetch the task location.
Returns the name of the node on which the task is running (unless it was already known locally when DcppTask::GetPath was running, in which case we don't know where it is, but the value specified to the constructor is returns)
returns A const pointer to the node name.
|
inlinestatic |
Disable logging for all tasks.
Turn logging for all tasks off. Logging is now determined by the object specific log flag
|
inlinestatic |
|
inlinevirtual |
|
inlinevirtual |
Lose the path and then set as if the task has died.
This will send a full DRAMA DitsPathGet() operation will be done by the next DcppTask::GetPath operation. After doing this, you can no longer sends messages to the specified task.
status | Inherited Status |
|
virtual |
Send a DRAMA message to the task to get the value of multiple parameters.
This a method for sending an MGET message to the task referred to by this object - to return the value of a multiple parameters. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ClientData | Passed directly to the handler functions. |
count | The number of parameters. |
status | Inherited Status |
... | The parameter names, all "const char *". |
|
virtual |
Send a DRAMA message to the task to get the value of multiple parameters.
This is the a method for sending an MGET message to the task referred to by this object - to return the value of a multiple parameters. We must already have path to the task. This version supports explict handling of any Ers messages.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ClientData | Passed directly to the handler functions. |
count | The number of parameters. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
status | Inherited Status |
... | The parameter names, all "const char *". |
|
inlinevirtual |
Send a DRAMA Monitor message to the task.
This methods sendis a DRAMA Monitor message to the task referred to by this object. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
You should note that normally the DcppMonitor:: class is used to run monitor transactions. It uses this method to start the monitors.
name | The name of the monitor message to send, one of MONITOR/FORWARD/ADD/DELETE/CANCEL |
status | Inherited Status |
arg | The argument to the message. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
SendCurrent | If true, then a Monitor START/FORWARD message will send the current values of the parameter right away. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
|
inlinevirtual |
Send a DRAMA Monitor message to the task, forgetting the transaction.
This a method for sending an Monitor message to the task referred to by this object, but immediately orphaning the resulting transaction. We must already have path to the task.
If all handlers are null (0) then the transaction is completely orphaned and will not be handled by DcppDispatch(). If the success handler is set to "DcppTask::DiscardResponse" then the other handlers are ignored and reponses are not even sent back to this task at all. Otherwise, the various handlers will be invoked if DcppDispatch() is invoked by an orphan handler in response to reply message from this message.
name | The name of the monitor message to send, one of MONITOR/FORWARD/ADD/DELETE/CANCEL |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
SendCurrent | If true, then a Monitor START/FORWARD message will send the current values of the parameter right away. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
|
inlinevirtual |
Send a DRAMA Obey message to the task.
This is the basic method for sending an OBEY message to the task referred to by this object. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
transid | Return the DRAMA transaction id of the started transaction here. This is usefull when we might want to kick a spawnable action. |
|
inlinevirtual |
Send a DRAMA Obey message to the task.
This is slight modification of the basic method for sending an OBEY message to the task referred to by this object. It returns the transaction id in a SDS structure set up ready for sending with a Kick message. (It is set up by DcppSpawnKickArg()).
We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
tidArg | Return the DRAMA transaction id of the started transaction in a form ready for use in a Kick message argument. This is usefull when we might want to kick a spawnable action. |
References DcppSpawnKickArg().
|
inlinevirtual |
Send a DRAMA Obey message to the task.
This is slight modification of the basic method for sending an OBEY message to the task referred to by this object. It returns the transaction id in a SDS structure set up ready for sending with a Kick message. (It is set up by DcppSpawnKickArgUpdate()).
We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
tidArg | Update the DRAMA transaction id in this SDS structure for the started transaction in a form ready for use in a Kick message argument. This is usefull when we might want to kick a spawnable action. |
References DcppSpawnKickArgUpdate().
|
inlinevirtual |
Send a DRAMA Obey bulk data message to the task.
This method is used for sending an OBEY message with a bulk data argument to the task referred to by this object. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
SharedMem | Shared memory details. |
sds | Set true if sending an SDS structure in the bulk data. |
NotifyBytes | The bulk data update notification rate in bytes. |
status | Inherited Status |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
BulkTransHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer update is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
BulkDoneHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer complete is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
transid | Return the DRAMA transaction id of the started transaction here. This is usefull when we might want to kick a spawnable action. |
|
inlinevirtual |
Send a DRAMA Obey bulk data message to the task.
This method is used for sending an OBEY message with a bulk data argument to the task referred to by this object. We must already have path to the task. This version returns the transaction id in a SDS structure set up ready for sending with a Kick message. (It is set up by DcppSpawnKickArg()).
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
SharedMem | Shared memory details. |
sds | Set true if sending an SDS structure in the bulk data. |
NotifyBytes | The bulk data update notification rate in bytes. |
status | Inherited Status |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
BulkTransHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer update is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
BulkDoneHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer complete is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
tidArg | Return the DRAMA transaction id of the started transaction in a form ready for use in a Kick message argument. This is usefull when we might want to kick a spawnable action. |
References DcppSpawnKickArg().
|
inlinevirtual |
Send a DRAMA Obey bulk data message to the task.
This method is used for sending an OBEY message with a bulk data argument to the task referred to by this object. We must already have path to the task. This version returns the transaction id in a SDS structure set up ready for sending with a Kick message. (It is set up by DcppSpawnKickArgUpdate()).
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the action to obey. |
SharedMem | Shared memory details. |
sds | Set true if sending an SDS structure in the bulk data. |
NotifyBytes | The bulk data update notification rate in bytes. |
status | Inherited Status |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
BulkTransHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer update is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
BulkDoneHandler | DcppDispatch() will invoke this if a message indicating a bulk data transfer complete is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
tidArg | Update the DRAMA transaction id in this SDS structure for the started transaction in a form ready for use in a Kick message argument. This is usefull when we might want to kick a spawnable action. |
References DcppSpawnKickArgUpdate().
|
inlinevirtual |
Send a DRAMA Obey message to the task, forgetting the transaction.
This a method for sending an OBEY message to the task referred to by this object, but immediately orphaning the resulting transaction. We must already have path to the task.
If all handlers are null (0) then the transaction is completely orphaned and will not be handled by DcppDispatch(). If the success handler is set to "DcppTask::DiscardResponse" then the other handlers are ignored and reponses are not even sent back to this task at all. Otherwise, the various handlers will be invoked if DcppDispatch() is invoked by an orphan handler in response to reply message from this message.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
transid | Return the DRAMA transaction id of the started transaction here. This is usefull when we might want to kick a spawnable action. |
|
inlinevirtual |
Send a DRAMA Obey message to the task, forgetting the transaction.
This a method for sending an OBEY message to the task referred to by this object, but immediately orphaning the resulting transaction. We must already have path to the task. This version returns the transaction id in a SDS structure set up ready for sending with a Kick message. (It is set up by DcppSpawnKickArg()).
If all handlers are null (0) then the transaction is completely orphaned and will not be handled by DcppDispatch(). If the success handler is set to "DcppTask::DiscardResponse" then the other handlers are ignored and reponses are not even sent back to this task at all. Otherwise, the various handlers will be invoked if DcppDispatch() is invoked by an orphan handler in response to reply message from this message.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
tidArg | Return the DRAMA transaction id of the started transaction in a form ready for use in a Kick message argument. This is usefull when we might want to kick a spawnable action. |
References DcppSpawnKickArg().
|
inlinevirtual |
Send a DRAMA Obey message to the task, forgetting the transaction.
This a method for sending an OBEY message to the task referred to by this object, but immediately orphaning the resulting transaction. We must already have path to the task. This version returns the transaction id in a SDS structure set up ready for sending with a Kick message. (It is set up by DcppSpawnKickArgUpdate()).
If all handlers are null (0) then the transaction is completely orphaned and will not be handled by DcppDispatch(). If the success handler is set to "DcppTask::DiscardResponse" then the other handlers are ignored and reponses are not even sent back to this task at all. Otherwise, the various handlers will be invoked if DcppDispatch() is invoked by an orphan handler in response to reply message from this message.
name | The name of the action to obey. |
status | Inherited Status |
arg | The argument to the action. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
TriggerHandler | DcppDispatch() will invoke this if a trigger message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
MsgHandler | DcppDispatch() will invoke this if a MsgOut() message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in MsgOut() messages. |
tidArg | Update the DRAMA transaction id in this SDS structure for the started transaction in a form ready for use in a Kick message argument. This is usefull when we might want to kick a spawnable action. |
References DcppSpawnKickArgUpdate().
|
inlinevirtual |
Add a new disconnect handler for this task.
Create a new disconnect handler. This takes an object which implements the abstract class DcppTask::DisconHandler. The Disconnected(DcppTask *) method will be invoked when the task disconnects.
p | A pointer to the new disconnect handler obgject. |
void DcppTask::Report | ( | StatusType * | status | ) | const |
|
inlinevirtual |
Send a DRAMA set message to the task.
This is the method for sending an SET message to the task referred to by this object - to set a parameter value. We must already have path to the task.
If this function returns DcppReschedule, then messages are expected and should be dispatched using DcppDispatch() when they arrive. This will ensure that future processing occurs correctly and the the appropriate handler is invoked when the operation completes.
name | The name of the parameter to set. |
status | Inherited Status |
arg | The argument to the message, containing the value for the parameter. Defaults to SdsNull, a null argument. |
SuccessHandler | DcppDispatch() will invoke this if the operation completes successfully. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ErrorHandler | DcppDispatch() will invoke this if the operation fails after a message has been sent. This function should return DcppReschedule if it sends another message. Otherwise it should return DcppFinished. The value returned will be returned by DcppDispatch(). If not specified, DcppDispatch() just returns DcppFinished. |
ClientData | Passed directly to the handler functions. |
ErsHandler | DcppDispatch() will invoke this if a Ers message is received. If not specified, DcppDispatch just returns DcppReschedule, which is what your handler would normally return, since more messages are expected. This would normally only happen if the message was sent in UFACE context DitsInterested() was used to indicate an interest in ERS messages. |
|
inlinevirtual |
Set the load time argument string.
This is a string is becomes the load argument if the task is loaded. For example, under unix it is put into the argv array.
LoadArg | The new load argument string. |
Append | If true, append to the previous value, otherwise overwrite. |
|
inlinevirtual |
Set the DRAMA path buffers.
These are used by by DcppTask::GetPath when getting the path to the task. It is ignored if we already have a path to the task.
|
inlinevirtual |
Set the executable file name.
This is only used if DcppTask::GetPath must load the task
|
inlinevirtual |
Set the FLOW control flag.
This flag is used by DcppTask::GetPath. See DitsPathGet() for more details.
|
inlinevirtual |
Set the task location.
This is the location to find the task on (DcppTask::GetPath) if it is not known locally, or to load it on if it is not running
Location | The node name. |
|
inlinevirtual |
Set the task name.
This is the name to be used on DcppTask::GetPath operations, and is ignored if we already have the path. It can include the nodename using the "taskname\@nodename" format, in which case the node name is removed and used in (in effect) a call to Dcpp::SetLocation.
TaskName | The new name to be used as the task name for this object. |
|
inlinevirtual |
Insist that symbols known to IMP_Master be known to the task.
Used to control the inheritance of symbols (logical names and symbols under VMS, environment variables under UNIX) by the new task. If specified, this flag insists that symbols known to the IMP_Master task be inherited by the new task. If not set, it is at the discretion of the master task whether this is done.
Only used when loading the task.
Flag | The value for the flag. |
|
inlinevirtual |
Set the load time priority for a task when loaded.
Most operating systems allow the priority of a task to be set, through many do now allow a higher priority for unless appropiate privledges are available. This method allows the priority to be set if the task is to be loaded.
Priority | The new priority |
Absolute | If true, Priority is absolute, otherwise it is relative (an may be negative). |
|
inlinevirtual |
Set the process names.
Some operatin systems (VMS, VxWorks and Windows) assoicate a process name with a process. This method allow this to be set
ProcessName | The process name string. If a null string, then any previous value is overwritten. |
|
inlinevirtual |
Interpert file name as a program name.
Used where the target system is a VMS system to cover any ambiguity in the interpretation of a 'Program' string as either the actual name of a program to be executed or a symbol that causes a program to be executed. If this is set, it forces the string to be interpreted as a program name. (The difference is that a program name needs to be run using a spawned RUN command, or - if no arguments are to be passed to it, by a direct call the the VMS $CREPAR system routine.)
Only used when loading the task.
Flag | The value for the flag. |
|
inlinevirtual |
Set the stack size for the load.
Some operating systems (VxWorks) allow you to set the stack size when the program is loaded. This method allows you to set the value. It is ignored for other operation systems.
bytes | The number of bytes. If 0, then use the default. |
|
inlinevirtual |
Interpert file name as a symbol (VMS Target only)
Used where the target system is a VMS system to cover any ambiguity in the interpretation of a 'Program' string as either the actual name of a program to be executed or a symbol that causes a program to be executed. If this is set, it forces the string to be interpreted as a symbol.
Only used when loading the task.
Flag | The value for the flag. |
|
inline |
Turn logging off for this object.
The object no longer log via the DRAMA internal logger, unless overriden by the static log flag or the DRAMA DITS_LOG_LIBS log flag having been set.
|
inline |
Turn logging on for this object.
The object will now log via the DRAMA internal logger
|
inline |
Fetch the task name.
The task name may not be as specified by the constructor in the case where the task was loaded - in that case, the task can specify its own name to DRAMA and that is used.
returns A const pointer to the task name string.
Click here for the DRAMA home page and here for the AAO home page.
For more information, contact tjf@aao.gov.au Generated on Mon Feb 22 2016 13:58:31 for AAO DRAMA C++ Interfaces by