cppModuleTemplate#
Executive Summary#
This is a very basic dummy C++ Xmera module that can be used as a template to create other C++ modules. It mimics the functionality of cModuleTemplate. See that module for a more complete discussion of how to write the RST module documentation file.
Message Connection Descriptions#
The following table lists all the module input and output messages. The module msg connection is set by the user from python. The msg type contains a link to the message structure definition, while the description provides information on what this message is used for.
Msg Variable Name |
Msg Type |
Description |
|---|---|---|
dataInMsg |
CModuleTemplateMsgPayload |
(optional) Input message description. Note here if this message is optional, and what the default behavior is if this message is not provided. |
dataOutMsg |
CModuleTemplateMsgPayload |
Output message description. |