1 #ifndef SZA_ANTENNA_CANBUS_CANMONITOR_H
2 #define SZA_ANTENNA_CANBUS_CANMONITOR_H
30 class CanMonitorPoint;
39 std::string boardName);
44 virtual ~CanMonitor();
51 CanMonitorPoint* addMonitorPoint(
char* name);
56 CanMonitorPoint* findMonitorPoint(
char* name);
60 std::vector<CanMonitorPoint*> monitorPoints_;
61 std::map<std::string, CanMonitorPoint*> monitorMap_;
71 #endif // End #ifndef SZA_ANTENNA_CANBUS_CANMONITOR_H
Tagged: Sat Oct 23 22:31:40 PDT 2004.
A class which encapsulates resources of a board of the shared register map.
Tagged: Thu Nov 13 16:53:34 UTC 2003.
An instance of this class is created by AntennaMaster and passed to the constructors of other tasks...