1 /* ///////////////////////////////////////////////////////////////////////
7 * Brief: The Counter Library
10 * Copyright (c) 2008-2020, Waruqi All rights reserved.
11 * //////////////////////////////////////////////////////////////////// */
12 #ifndef EXTL_COUNTER_H
13 #define EXTL_COUNTER_H
16 # error counter.h need be supported by c++.
20 * \brief The counter library
21 * \defgroup extl_group_counter
24 /* ///////////////////////////////////////////////////////////////////////
27 #include "clock_counter.h"
28 #include "object_counter.h"
29 #include "shared_counter.h"
31 /* //////////////////////////////////////////////////////////////////// */
32 #endif /* EXTL_COUNTER_H */
33 /* //////////////////////////////////////////////////////////////////// */