/******************************************************************************* * * * Société de Transports de Montréal. * * 2012 * * * * Projet Zones Tests * * * * * * * *******************************************************************************/ /* Description: Description du fichier si nécessaire. */ /* ************************************************************************** */ /* Revision: ### 20121219 JFM Verision d'origine. ### YYYYMMDD Description du besoin ou du bug Description du changement. */ /* ************************************************************************** */ #ifndef PCI1756DEFINITIONS_H #define PCI1756DEFINITIONS_H // Subdevice parameters for the Advantech PCI1756 #define PCI_INPUTS_SUBDEVICE_ID 2 #define PCI_OUTPUTS_SUBDEVICE_ID 1 #define PCI_DEVICE_NAME "pci1756" #define PCI_DAQNAVI_NAME "PCI-1756" #endif // PCI1756DEFINITIONS_H