|
CARMA C++
|
Tagged: Fri Aug 27 14:34:06 PDT 2010. More...
#include "carma/ui/rtd/common/MonitorDisplay.h"#include "carma/ui/rtd/common/MonitorCell.h"#include "carma/monitor/MonitorSystem.h"#include <boost/shared_ptr.hpp>#include <iostream>Go to the source code of this file.
Namespaces | |
| module | carma |
| IDL for bima Rx Control, inherits from antenna::common::RxControl. | |
| carma::ui::rtd | |
| User Interface Realtime Display Windows. | |
Macros | |
| #define | BINARY_BIT_MAPPED_MP(mp, bit, state1Label, state2Label, state1Color, state2Color) |
| #define | BINARY_MAPPED_MP(mp, state1Label, state2Label, state1Color, state2Color) |
| #define | BOOLEAN_MAPPED_MP(mp, state1Label, state2Label, state1Color, state2Color) |
| #define | CAN_RECEIVED_MP(container) |
| #define | GENERIC_COLUMN_FN(fn) std::vector<SzaRtdUtils::RtdColumn*> (fn)(MonitorDisplay& display) |
| #define | GENERIC_ROW_FN(fn) std::vector<SzaRtdUtils::RtdRow*> (fn)(MonitorDisplay& display) |
| #define | SZA_COL_ADD_FN(fn) std::vector<MonitorCellPtr> (fn)(carma::monitor::MonitorContainer* container, unsigned colWidth) |
| #define | SZA_CONTAINER_FN(fn) carma::monitor::MonitorContainer* (fn)(carma::monitor::SzaSubsystem& subsystem) |
| #define | SZA_LABEL_FN(fn) std::vector<std::string> (fn)() |
| #define | SZA_ROW_ADD_FN(fn) std::vector<MonitorCellPtr> (fn)(carma::monitor::MonitorContainer* container, unsigned colWidth) |
Tagged: Fri Aug 27 14:34:06 PDT 2010.
,
Definition in file SzaRtdUtils.h.
| #define BINARY_BIT_MAPPED_MP | ( | mp, | |
| bit, | |||
| state1Label, | |||
| state2Label, | |||
| state1Color, | |||
| state2Color | |||
| ) |
Definition at line 59 of file SzaRtdUtils.h.
| #define BINARY_MAPPED_MP | ( | mp, | |
| state1Label, | |||
| state2Label, | |||
| state1Color, | |||
| state2Color | |||
| ) |
Definition at line 38 of file SzaRtdUtils.h.
| #define BOOLEAN_MAPPED_MP | ( | mp, | |
| state1Label, | |||
| state2Label, | |||
| state1Color, | |||
| state2Color | |||
| ) |
Definition at line 46 of file SzaRtdUtils.h.
| #define CAN_RECEIVED_MP | ( | container | ) |
Definition at line 29 of file SzaRtdUtils.h.