Gitiles
Code Review
Sign In
gerrit.opencord.org
/
openolt
/
08eaea0cc983ff70cf7e598244d66eb75e820318
/
.
/
src
/
state.h
blob: c392a0176eb96695df3e721a2a89e6c1c102c849 [
file
] [
log
] [
blame
]
Nicolas Palpacuer
3cad49d
2018-07-02 14:03:24 -0400
[
diff
] [
blame
]
1
#ifndef
OPENOLT_STATE_H_
2
#define
OPENOLT_STATE_H_
3
4
namespace
state
{
5
bool
is_activated
();
6
bool
is_connected
();
7
void
connect
();
8
void
disconnect
();
9
void
activate
();
10
void
deactivate
();
11
}
12
13
#endif