Subversion Repositories tpanel

Rev

Rev 391 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 391 Rev 395
Line 820... Line 820...
820
        void getJSB(int port, std::vector<int>& channels, std::vector<std::string>& pars);
820
        void getJSB(int port, std::vector<int>& channels, std::vector<std::string>& pars);
821
        void doJSI(int port, std::vector<int>& channels, std::vector<std::string>& pars);
821
        void doJSI(int port, std::vector<int>& channels, std::vector<std::string>& pars);
822
        void getJSI(int port, std::vector<int>& channels, std::vector<std::string>& pars);
822
        void getJSI(int port, std::vector<int>& channels, std::vector<std::string>& pars);
823
        void doJST(int port, std::vector<int>& channels, std::vector<std::string>& pars);
823
        void doJST(int port, std::vector<int>& channels, std::vector<std::string>& pars);
824
        void getJST(int port, std::vector<int>& channels, std::vector<std::string>& pars);
824
        void getJST(int port, std::vector<int>& channels, std::vector<std::string>& pars);
-
 
825
        void doMSP(int port, std::vector<int>& channels, std::vector<std::string>& pars);
825
        void doSHO(int port, std::vector<int>& channels, std::vector<std::string>& pars);
826
        void doSHO(int port, std::vector<int>& channels, std::vector<std::string>& pars);
826
        void doTEC(int port, std::vector<int>& channels, std::vector<std::string>& pars);
827
        void doTEC(int port, std::vector<int>& channels, std::vector<std::string>& pars);
827
        void getTEC(int port, std::vector<int>& channels, std::vector<std::string>& pars);
828
        void getTEC(int port, std::vector<int>& channels, std::vector<std::string>& pars);
828
        void doTEF(int port, std::vector<int>& channels, std::vector<std::string>& pars);
829
        void doTEF(int port, std::vector<int>& channels, std::vector<std::string>& pars);
829
        void getTEF(int port, std::vector<int>& channels, std::vector<std::string>& pars);
830
        void getTEF(int port, std::vector<int>& channels, std::vector<std::string>& pars);