2cdaqmxchid::setcomment, Cdaqmxchid::setmxchid, Cdaqmxchid::settag – Yokogawa PC-Based MX100 User Manual
Page 144

2-121
IM MX190-01E
MX100 -Visual C++
2
CDAQMXChID::setComment
Syntax
void setComment(const char * strComment);
Parameters
strComment
Specify the comment.
Description
Stores the specified value in the comment field of the data member.
CDAQMXChID::setMXChID
Syntax
void setMXChID(MXChID * pMXChID);
Parameters
pMXChID
Specify the channel ID information.
Description
Sets the data in a structure. Stores the contents of the specified structure in the data
member.
If not specified, the data member is initialized.
Reference
initialize setChNo setComment setPoint setTag setType setUnit
setValid
CDAQMXChID::setTag
Syntax
void setTag(const char * strTag);
Parameters
strTag
Specify the tag.
Description
Stores the specified value in the tag field of the data member.
2.5 Details of the MX100 Class