Reference implementation of Secondary Loop Manager server. More...
#include <ifw/slm/framework/application.hpp>Functions | |
| int | main (int argc, char *argv[]) |
Reference implementation of Secondary Loop Manager server.
This is a reference implementation that uses the ifw-slm framework with default action implementations. Users can create their own specialized SLM servers by extending the framework's base action classes.
| int main | ( | int | argc, |
| char * | argv[] ) |
Application main.
| [in] | argc | Number of command line options. |
| [in] | argv | Command line options. |