Functions | |
| int32_t | VkDaqGetChannels (const char *dev, char channels[], int32_t size) |
| Get channel list. | |
| int32_t VkDaqGetChannels | ( | const char * | dev, |
| char | channels[], | ||
| int32_t | size | ||
| ) |
Get channel list.
| data type | parameter | describe |
|---|---|---|
const char* |
dev |
Device name or Channel name, such as "dev1", "dev2",etc. |
char[] |
chans[] |
Character array, used to store the channel list. The function will fill channel names into this array, and multiple channel names are separated by commas. |
const char* |
size |
The size of the chans arrays. |