Cdaqdarwinchinfo::getchstatus, Cdaqdarwinchinfo::getdarwinchinfo, Cdaqdarwinchinfo::getstatusname – Yokogawa PC-Based MX100 User Manual
Page 444: Cdaqdarwinchinfo::getunit
![background image](/manuals/360310/444/background.png)
7-46
IM MX190-01E
CDAQDARWINChInfo::getChStatus
Syntax
int getChStatus(void);
Description
Gets the value of the channel status field from the data member.
Return value
Returns the channel status.
CDAQDARWINChInfo::getDarwinChInfo
Syntax
void getDarwinChInfo(DarwinChInfo * pDarwinChInfo);
Parameters
pDarwinChInfo
Specify the destination where the channel information data is to
be returned.
Description
Gets the data in a structure.
Stores the contents of the data member in the specified structure.
Reference
getChNo getChStatus getChType getPoint getUnit
CDAQDARWINChInfo::getStatusName
Syntax
static const char * getStatusName(int iStatus);
Parameters
iStatus
Specify the data status value.
Description
Gets the string corresponding to the specified data status value.
If outside the range, the string is set to ìUnknown”
Return value
Returns a pointer to the string.
CDAQDARWINChInfo::getUnit
Syntax
const char * getUnit(void);
Description
Gets unit name of the unit name field from the data member.
Return value
Returns a pointer to the string.
7.4 Details of the DARWIN Class