Uploaded image for project: 'ACS'
  1. ACS
  2. ACS-10

First method does not appear in the object explorer

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • None

      Summary

      The Object Explorer (ACS Command Center) does not show up the first declared method in a IDL when we use the SchedulingBlockSeq

      IDL Example

      module myModule {
          
          interface ComponentModule : ACS::ACSComponent {
          
           
            ACSErr::Completion testOne(in sb::SchedulingBlockSeq sbSeq);
            ACSErr::Completion testTwo(in sb::SchedulingBlockSeq sbSeq);
            ACSErr::Completion testThree(in sb::SchedulingBlockSeq sbSeq);
          }; // ComponentModule
      

       

      The SchedulingBlockSeq is a typedef of a sequence<SchedulingBlock> and a SchedulingBlock is a IDL struct

       

       

       

      The Object Explorer shows the three methods:

       

      And now if we add the sequence as a in parameter:

       


              Tomas.Staig Tomas Staig
              emiliogq emiliogq
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: