Changeset 1130 for library/bdm/design

Show
Ignore:
Timestamp:
07/09/10 12:39:41 (14 years ago)
Author:
smidl
Message:

Basic outline of universal LQG controller

Location:
library/bdm/design
Files:
1 added
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/design/ctrlbase.h

    r1064 r1130  
    2020//! \note advanced Controllers will probably include estimator as their internal attribute (e.g. dual controllers) 
    2121class Controller : public root { 
    22 protected: 
     22  public: 
    2323    //! identifier of the designed action; 
    2424    RV rv; 
     25protected: 
    2526    //! identifier of the conditioning variables - data needed ; 
    2627    RV rvc;