Gitiles
Code Review
Sign In
gerrit.opencord.org
/
openolt
/
4518066bf5bb5d2915b2ea5c3398ead3a5b083c8
/
.
/
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