Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed CANBuffer Watchdog MODSERIAL mbed-rtos xbeeRelay IAP
Fork of SystemManagement by
IOobjects.h
00001 #ifndef _IO_OBJECTS_H 00002 #define _IO_OBJECTS_H 00003 00004 #include "mbed.h" 00005 #include "rtos.h" 00006 #include "Constants.h" 00007 #include "CAN_RxIDs.h" 00008 #include "CAN_TxIDs.h" 00009 #include "CANBuffer.h" 00010 #include "CoulombCounter.h" 00011 #include "DC_DC.h" 00012 #include "IMD.h" 00013 #include "LatchMonitor.h" 00014 #include "MODSERIAL.h" 00015 #include "PollSwitch.h" 00016 #include "Temperature.h" 00017 #include "Watchdog.h" 00018 //#include "XbeeManager.h" 00019 #include "DataStructures.h" 00020 #include "XbeeRelay.h" 00021 00022 extern CANBuffer can; 00023 extern CoulombCounter glvBat; 00024 extern DC_DC dcdc; 00025 extern IMD imd; 00026 extern LatchMonitor AMSlatch; 00027 extern LatchMonitor IMDlatch; 00028 extern MODSERIAL pc; 00029 extern PollSwitch switches; 00030 extern Temperature internalTmp; 00031 extern Watchdog wdt; 00032 extern XbeeRelay xbee; 00033 //extern XbeeManager xbeeRelay; 00034 00035 #endif
Generated on Fri Jul 15 2022 06:07:18 by
1.7.2
