Changeset 460

Show
Ignore:
Timestamp:
09/03/09 12:09:04 (15 years ago)
Author:
bhilburn
Message:

Mostly whitespace fixes. Only commiting so I can merge changes and
delete this branch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • vtcross/branches/fixingSML/src/include/vtcross/components.h

    r440 r460  
    138138        void DeregisterComponent(); 
    139139 
    140     /* Starts the SML Server and watches it for incoming messages 
    141      */ 
    142     void StartSMLServer(); 
     140        /* Starts the SML Server and watches it for incoming messages 
     141         */ 
     142        void StartSMLServer(); 
    143143 
    144144    private:  
     
    157157         */ 
    158158        void ReceiveServices(int32_t ID); 
    159          void DeregisterServices(int32_t ID); 
     159        void DeregisterServices(int32_t ID); 
    160160 
    161161        /* Change the active mission of the radio to a new one and adjust radio 
     
    197197        int16_t CEPort; 
    198198        int16_t SMLport; 
    199         uint16_t numberOfCognitiveEngines; 
     199 
     200        uint32_t numberOfCognitiveEngines; 
     201 
    200202        int32_t cogEngSrv; 
    201203        int32_t activeMission; 
     204 
    202205        uint32_t Current_ID;  
     206 
    203207        bool CE_Present; 
    204208        CE_Reg *CE_List;