Product Documentation
Cadence Interprocess Communication SKILL Reference
Product Version IC23.1, June 2023

phoIPCRegisterMessageProcessor

phoIPCRegisterMessageProcessor(
t_toolName
s_msgProcessor
)
=> t / nil

Description

Registers the message processor corresponding to the specified tool. In addition, the function ensures that the message processor function is defined and has the correct number of arguments.

Arguments

t_toolName

Name of the tool.

s_msgProcessor

Name of the message processor function.

Value Returned

t

The message processor for the specified tool was registered.

nil

The command failed.

Examples

phoIPCRegisterMessageProcessor("phoIPCSample" 'myMsgProc)

Related Topics

Message Processor Functions

phoIPCGetMessageProcessor

phoIPCProcessMarkers

phoIPCProcessPorts

phoIPCProcessServerMessage

phoIPCProcessShapes


Return to top
 ⠀
X