OpcUaCanOpen
CANopen OPC-UA server
servermain.cpp File Reference
#include "OpcServer.h"
#include "uaplatformlayer.h"
#include "uathread.h"
#include "mynodemanagernodesetxmlcreator.h"
#include "UaCanTrace.h"
#include "Version.h"
#include "xmldocument.h"
#include "shutdown.h"
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <boost/program_options.hpp>
#include <unistd.h>
#include <limits.h>

Go to the source code of this file.

Functions

unique_ptr< UserDevice::ControlInterfacecreateControlInterface (void)
 
int OpcServerMain (const char *szAppPath, const char *p_sServerConfig, const char *p_sDeviceConfig)
 
int main (int argc, char *argv[])
 

Variables

bool createCertificateOnly
 
bool noExit
 
OpcServerpServer
 

Function Documentation

◆ createControlInterface()

unique_ptr<UserDevice::ControlInterface> createControlInterface ( void  )

Definition at line 23 of file CanBusInterface.cpp.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 194 of file servermain.cpp.

◆ OpcServerMain()

int OpcServerMain ( const char *  szAppPath,
const char *  p_sServerConfig,
const char *  p_sDeviceConfig 
)

Definition at line 44 of file servermain.cpp.

Variable Documentation

◆ createCertificateOnly

bool createCertificateOnly

Definition at line 35 of file servermain.cpp.

◆ noExit

bool noExit

Definition at line 36 of file servermain.cpp.

◆ pServer

OpcServer* pServer

Definition at line 40 of file servermain.cpp.