Function GetSignalFormat

TMSi Data Acquisition SDK

 
TMS International BV

GetSignalFormat

PSIGNAL_FORMAT GetSignalFormat (
IN HANDLE Handle,
IN OUT char* FrontEndName )

Parameters

Handle
   
Handle of the library

FrontEndName
    Pointer to char array of length MAX_FRONTENDNAME_LENGTH, as declared in TMSiSDK.h, or a NULL pointer. When the FrontEndName is given, it is filled by the function with the FrontEndName of the connected FrontEnd.

   

Return Value

If successful returns the pointer to the first element in the array. If unsuccessful this function returns NULL, in that case use GetErrorCode to get the error code.

Comments

One device can have multiple channels. This function is used to get information about each of these channels. This function returns a structure for each channel in the system. See SIGNAL_FORMAT for a description of the returned structures. 

Also see

SIGNAL_FORMAT