Gitiles
Code Review
Sign In
gerrit.opencord.org
/
openolt
/
d6cf5aa1a14035c506490800b1dc03e2986a22e2
/
.
/
src
/
state.h
blob: c392a0176eb96695df3e721a2a89e6c1c102c849 [
file
] [
log
] [
blame
]
#ifndef
OPENOLT_STATE_H_
#define
OPENOLT_STATE_H_
namespace
state
{
bool
is_activated
();
bool
is_connected
();
void
connect
();
void
disconnect
();
void
activate
();
void
deactivate
();
}
#endif