#ifndef __HBSALARM_H__ #define __HBSALARM_H__ /* * Copyright (c) 2015-2017 Wind River Systems, Inc. * * SPDX-License-Identifier: Apache-2.0 * */ /** * @file * Wind River Titanium Cloud 'Heartbeat Agent' Alarm Header */ #include #include #include #include using namespace std; /* Consider removing this */ #include "alarm.h" /* for .. mtcAlarm */ #define MGMNT_NAME ((const char *)"Management") #define INFRA_NAME ((const char *)"Infrastructure") #define PMON_NAME ((char *)"pmond") void hbsAlarm_clear_all ( string hostname, bool infra ); #endif /* __HBSALARM_H__ */