Subversion Repositories Projects

Rev

Rev 1568 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1568 Rev 1611
Line 15... Line 15...
15
        void visit(AllDisplaysRequestFrame f) throws IOException;
15
        void visit(AllDisplaysRequestFrame f) throws IOException;
16
        void visit(VariablesRequestFrame f) throws IOException;
16
        void visit(VariablesRequestFrame f) throws IOException;
17
        void visit(ExternalControlRequestFrame f) throws IOException;
17
        void visit(ExternalControlRequestFrame f) throws IOException;
18
        void visit(ResetRequestFrame f) throws IOException;
18
        void visit(ResetRequestFrame f) throws IOException;
19
        void visit(ChangeParameterSetRequestFrame f) throws IOException;
19
        void visit(ChangeParameterSetRequestFrame f) throws IOException;
20
        void visit(UniversalReadParamSetRequestFrame f) throws IOException;
20
        void visit(ReadParamSetRequestFrame f) throws IOException;
21
        void visit(UniversalWriteParamSetRequestFrame f) throws IOException;
21
        void visit(WriteParamSetRequestFrame f) throws IOException;
22
        void visit(SetCompassHeadingRequestFrame f) throws IOException;
22
        void visit(SetCompassHeadingRequestFrame f) throws IOException;
23
        void visit(ReadExternalControlRequestFrame f) throws IOException;
23
        void visit(ReadExternalControlRequestFrame f) throws IOException;
24
        void visit(OSDDataRequestFrame f) throws IOException;
24
        void visit(OSDDataRequestFrame f) throws IOException;
25
        void visit(CompassHeadingRequestFrame f) throws IOException;
25
        void visit(CompassHeadingRequestFrame f) throws IOException;
26
}
26
}
27
27