File Structure

  /User Directory/contec/ccnt
    ccnt_uninstall.sh ................ Shell script for uninstall
    Makefile ......................... Make file for install
    readme_jp.txt .................... README Japanese version
    readme_en.txt .................... README English version
    /cgetres_usb
        Makefile ..................... Make file for compiling and installing
        cgetres_usb.c ................ USB resource acquisition module source for config
        cgetres_usb.h ................ USB resource acquisition module header for config
        gpl-2.0.txt .................. GNU General Public License
    /config
        Makefile ..................... Make file for compiling and installing
        config ....................... Setup program: It is generated by "make install" command.
        ccnt.ko ...................... Driver for the starting version: It is generated by "make install" command.
        ccntusb.ko ................... Driver for the starting version: It is generated by "make install" command.
        contec_cnt.conf .............. Setup file: It is created and copied to /proc by saving the configuration with config.
        180-contec-cnt.rules ......... udev rule file: It is created by saving the configuration with config.
        /xxxx ........................ Directory that is named with the current kernel version: It is created by "make" command.
            cgetres.ko ............... config PCI, PCI Express resource acquisition driver (corresponding to the current kernel version): It is generated by "make" command.
            cgetres_usb.ko ........... config USB resource acquisition driver (corresponding to the current kernel version): It is generated by "make" command.
        /amd64
            config ................... [x86] 64 bit setup program
        /arm32
            config ................... [arm] 32 bit setup program
        /arm64
            config ................... [arm] 64 bit setup program
        cgetres.c .................... PCI, PCI Express resource acquisition module source for config
        cgetres.h .................... PCI, PCI Express resource acquisition module header for config
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /help
        /en .......................... Web Help in English version
        /jp .......................... Web Help in Japnese version
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /library
        Makefile ..................... Make file for installing
        Ccnt_ctrl.h .................. Common header of library and module
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
        /amd64
            libccnt.so.1.0 ........... [x86] 64 bit Shared library
        /arm32
            libccnt.so.1.0 ........... [arm] 32 bit Shared library
        /arm64
            libccnt.so.1.0 ........... [arm] 64 bit Shared library
    /module
        Makefile ..................... Make file for compiling and installing
        xxxxx.c ...................... Source of module
        xxxxx.h ...................... Header of module        
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version
    /module_usb
        Makefile ..................... Make file for compiling and installing
        xxxxx.c ...................... Source of module
        xxxxx.h ...................... Header of module        
        gpl-2.0.txt .................. GNU General Public License
    /samples/
        /en .......................... English version
            /inc ..................... header file directory
            /gcc ..................... Gcc version
                /console ............. Console sample directory
            /python .................. Python version
                /console ............. Console sample directory
        /jp .......................... Japnese version
            /inc ..................... header file directory
            /gcc ..................... Gcc version
                /console ............. Console sample directory
            /python .................. Python version
                /console ............. Console sample directory
        EULA_JP.txt .................. License Agreement Japanese version
        EULA_EN.txt .................. License Agreement English version