Tscope5
cedrusbox_windows_internal.c File Reference

Definitions of Windows-specific cedrusbox functions. More...

Go to the source code of this file.

Windows-specific cedrusbox functions

HANDLE _ts5_cedrusbox_handle [TS5_CEDRUSBOX_MAXPORT] = {TS5_CEDRUSBOX_NODEVICE}
 
int ts5_install_cedrusbox_windows (char *calling_function)
 Windows-specific cedrusbox function. More...
 
void ts5_uninstall_cedrusbox_windows ()
 Windows-specific cedrusbox function. More...
 
unsigned int ts5_read_cedrusbox_windows (int port, char *buff, unsigned long bytes_to_read)
 Windows-specific cedrusbox function. More...
 
unsigned int ts5_write_cedrusbox_windows (int port, char *buff, unsigned long bytes_to_write)
 Windows-specific cedrusbox function. More...
 
void ts5_fflush_cedrusbox_windows (int port)
 Windows-specific cedrusbox function. More...
 

Detailed Description

Definitions of Windows-specific cedrusbox functions.

Definition in file cedrusbox_windows_internal.c.

Function Documentation

int ts5_install_cedrusbox_windows ( char *  calling_function)

Windows-specific cedrusbox function.

Parameters
calling_functionName the function that calls for this check or installation.
Warning
This is an internal function. Do not call this function directly.

Definition at line 37 of file cedrusbox_windows_internal.c.

void ts5_uninstall_cedrusbox_windows ( )

Windows-specific cedrusbox function.

Warning
This is an internal function. Do not call this function directly.

Definition at line 112 of file cedrusbox_windows_internal.c.

unsigned int ts5_read_cedrusbox_windows ( int  port,
char *  buff,
unsigned long  bytes_to_read 
)

Windows-specific cedrusbox function.

Warning
This is an internal function. Do not call this function directly.

Definition at line 134 of file cedrusbox_windows_internal.c.

unsigned int ts5_write_cedrusbox_windows ( int  port,
char *  buff,
unsigned long  bytes_to_write 
)

Windows-specific cedrusbox function.

Warning
This is an internal function. Do not call this function directly.

Definition at line 151 of file cedrusbox_windows_internal.c.

void ts5_fflush_cedrusbox_windows ( int  port)

Windows-specific cedrusbox function.

Warning
This is an internal function. Do not call this function directly.

Definition at line 174 of file cedrusbox_windows_internal.c.