Fonctions | |
| int | SPI_MTE_patterns_number (int *InPatterns, int *InChannels) |
| nombre patterns et canaux dans tableau MCG | |
| int | SPI_MTE_read_pattern (int Ipattern, std::string &Slabel, std::string &SmainCode, std::string &SsubCode) |
| information pattern dans tableau MCG | |
| int | SPI_MTE_read_pattern_channel (int Ipattern, int Ichannel, int *Inochannel, int *Boutput, std::string &Straxis) |
| information pattern dans tableau MCG | |
Lecture informations MCG
| int SPI_MTE_patterns_number | ( | int * | InPatterns, |
| int * | InChannels ) |
nombre patterns et canaux dans tableau MCG
| [out] | InPatterns | nombre patterns |
| [out] | InChannels | nombre canaux |
| int SPI_MTE_read_pattern | ( | int | Ipattern, |
| std::string & | Slabel, | ||
| std::string & | SmainCode, | ||
| std::string & | SsubCode ) |
information pattern dans tableau MCG
| [in] | Ipattern | id pattern (1..nombre) |
| [out] | Slabel | label du pattern |
| [out] | SmainCode | code principal du pattern |
| [out] | SsubCode | code secondaire du pattern |
| int SPI_MTE_read_pattern_channel | ( | int | Ipattern, |
| int | Ichannel, | ||
| int * | Inochannel, | ||
| int * | Boutput, | ||
| std::string & | Straxis ) |
information pattern dans tableau MCG
| [in] | Ipattern | id pattern (1..number) |
| [in] | Ichannel | id canal sur pattern (1..number) |
| [out] | Inochannel | numéro du channel |
| [out] | Boutput | sortie du pattern sur ce canal SPI_NO|SPI_YES |
| [out] | Straxis | string liste axes pour ce canal sur ce pattern |