Choco OS  V.0.16.9.0
Join to the chocolate world
oc_exchan.h File Reference

File with interface of Exception Handler. More...

#include <oc_errors.h>
#include <oc_thread.h>

Go to the source code of this file.

Functions

oC_ErrorCode_t oC_ExcHan_TurnOn (void)
 turns on exception handler
 
oC_ErrorCode_t oC_ExcHan_TurnOff (void)
 turns off exception handler
 
void oC_ExcHan_PrintLoggedEvents (void)
 prints logged events in the STD out More...
 
void oC_ExcHan_LogEvent (const char *Name, char *AdditionalInfo, void *Stack, oC_Thread_t Thread, oC_ExcHan_ExceptionType_t Type)
 logs system event
 
oC_ErrorCode_t oC_ExcHan_RunDaemon (void)
 starts daemon of the Exception Handler More...
 

Detailed Description


Author
Patryk Kubiak
Note
Copyright (C) 2016 Patryk Kubiak patry.nosp@m.k.ku.nosp@m.biak9.nosp@m.0@gm.nosp@m.ail.c.nosp@m.om

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

Definition in file oc_exchan.h.