RTDX_CreateOutputChannel
2-358
C Interface
Syntax
RTDX_CreateOutputChannel( ochan );
Parameters
ochan
/* Label for the output channel */
Return Value
none
Reentrant
no
Description
This macro declares and initializes the RTDX data channels for output.
Data channels must be declared as global objects. A data channel can
be used either for input or output, but not both. The contents of an input
or output data channel are unknown to the user.
A channel can be in one of two states: enabled or disabled. Channels are
initialized as disabled.
Channels can be enabled or disabled via a User Interface function. They
can also be enabled or disabled remotely from Code Composer Studio or
its OLE interface.
Constraints and
Calling Context
❏
RTDX_CreateOutputChannel cannot be called by an HWI function.
See Also
RTDX_CreateOutputChannel
Declare output channel structure