1.3. Files
1.3. Files
folder | Contents |
inc | [interface header files] IBase.h ; interface for HR-RPC service-call IState.h ; State Control and Monitoring interface IMngFile.h ; File Manager interface (remote copy of controller files) IProgress.h ; Progress interface. (for transferring of progress of file copy) IPose.h ; interface for POSE data transfer ErrCodeRef.h ; error code macro definitions |
bin | [library file] HRRpcDll.dll ; dynamic linking library (COM component) |
doc | Hi5RPCPX~.pdf ; basic manual HRRpcProxy.chm ; reference manual (compiled HTML help file) |
HRRpcDllCli | [sample 1 – MFC dialog-based application] HRRpcCliDlg.h, HRRpcCliDlg.cpp ; main dialog class. Setting IP address, initialize, and end the connection. DlgJoyJog.h, DlgJoyJog.cpp ; remote jog related example code. DlgMngFile.h, DlgMngFile.cpp ; file-transfer related example code. DlgState.h, DlgState.cpp ; getting/setting state example code. HResMsg.h, HResMsg.cpp ; error code – message string map HRRpcCli.h, HRRpcCli.cpp ; application class JoyJog.h ; structure to easily access to jog-bits PushButton.h, PushButton.cpp ; button class for jog ProgressShow.h, ProgressShow.cpp ; example of implementation of IProgressShow for displaying remote file copy HRRpcCli_Gb.cpp ; global functions COM/Loose_COM.h, Loose_COM.cpp ; helper function to use COM component without registering. |
HRRpcMonAx | [sample 2 – Win32 console application] MonAx.h, MonAx.cpp ; joint, TCP monitoring example main.cpp ; main entry COM/Loose_COM.h, Loose_COM.cpp ; helper function to use COM component without registering. |