▼ doc | |
▼ manual | |
► src | |
conf.py | |
wscript | |
wscript | |
▼ INTROOT | |
▼ include | |
► exif | |
hellorad.pb.h | |
requests.pb.h | |
topics.pb.h | |
► helloif | |
requests.pb.h | |
► rad | |
► mal | |
publisher.hpp | Publisher class header file |
replier.hpp | Replier class header file |
request.hpp | Request classes header file |
requestor.hpp | Requestor class header file |
subscriber.hpp | SubscriberSM class header file |
utils.hpp | Utils class header file |
actionCallback.hpp | ActionCallback class header file |
actionGroup.hpp | ActionGroup class header file |
actionMgr.hpp | ActionMgr class header file |
activity.hpp | |
anyEvent.hpp | AnyEvent class header file |
assert.hpp | Assert header file |
coroActivity.hpp | |
dbAdapter.hpp | DbAdapter class header file |
dbAdapterRedis.hpp | DbAdapterRedis class header file |
errors.hpp | Errors header file |
event.hpp | Event class source file |
exceptions.hpp | Exception classes header file |
executorActivity.hpp | Executor based scml4cpp activity classes header file |
getPayload.hpp | GetPayload functions source file |
guardCallback.hpp | GuardCallback class header file |
helper.hpp | Helper class header file |
logger.hpp | Logger class |
msgHandler.hpp | Public header file |
msgReplier.hpp | MsgReplier class header file |
msgRequest.hpp | MsgRequest class header file |
msgRequestor.hpp | MsgRequestor class header file |
msgRequestorRaw.hpp | MsgRequestorRaw class header file |
pthreadActivity.hpp | PthreadActivity class header file |
signal.hpp | Signal class |
smAdapter.hpp | SMAdapter class header file |
smEvent.hpp | SMEvent class header file |
smRequestor.hpp | SMRequestor.hpp public header file |
smRequestorRaw.hpp | SMRequestorRaw public header file |
stopToken.hpp | StopToken and StopSource header |
timer.hpp | Timer class header file |
topicHandler.hpp | Public header file |
topicPub.hpp | TopicPub class header file |
topicSub.hpp | TopicSubRaw class header file |
traits.hpp | Header file |
utils.hpp | Utilities class |
► scxml4cpp | |
Action.h | |
ActionTrace.h | |
Activity.h | |
Assert.h | |
Context.h | |
DOMSCXMLReader.h | |
Event.h | |
EventListener.h | |
EventQueue.h | |
ExecutableContent.h | |
Executor.h | |
Helper.h | |
Log.h | |
Merger.h | |
SCXMLReader.h | |
State.h | |
StateAtomic.h | |
StateComparator.h | |
StateCompound.h | |
StateHistory.h | |
StateMachine.h | |
StateParallel.h | |
StatusListener.h | |
Transition.h | |
Exmalif.hpp | |
exmalif.pb.h | |
exmalifOpcUaImpl.hpp | |
Hellomalif.hpp | |
hellomalif.pb.h | |
hellomalifOpcUaImpl.hpp | |
ModExmalif.hpp | |
ZpbExmalifImpl.hpp | |
ZpbHellomalifImpl.hpp | |
▼ interface | |
► proto | |
► exif | |
hellorad.proto | |
requests.proto | |
topics.proto | |
► helloif | |
requests.proto | |
exmalif.proto | |
hellomalif.proto | |
▼ lib | |
► python3.7 | |
► site-packages | |
► etr | |
► plugins | |
► robot | |
► libs | |
EtrJson.py | Robot Framework JSON library for etr |
EtrUtils.py | Robot Framework utility library for etr |
__init__.py | Robot Framework plugin for etr |
__init__.py | |
jinja2.py | |
nomad.py | |
nose.py | |
pytest.py | |
resources.py | |
► storage | |
__init__.py | |
manager.py | |
► tools | |
__init__.py | |
console.py | |
logcapture.py | |
subprocess.py | |
tests.py | |
xunit.py | |
__init__.py | |
command.py | |
context.py | |
exception.py | |
info.py | |
main.py | |
plugin.py | Etr plugin manager |
result.py | |
runner.py | |
► rad | |
► core | |
__init__.py | |
dispatcher.py | Dispatcher class implementation |
event.py | Event class source file |
run.py | Implementation of run_with_cleanup() function |
► services | |
__init__.py | |
msg.py | Classes to receive/send request.reokues with ZMQ |
pubsub.py | Classes to publish/subscribe topics with ZMQ |
► utils | |
__init__.py | |
proc.py | Utility functions |
__init__.py | |
► radgen | |
__init__.py | |
filters.py | |
main.py | RAD code generator engine |
► scxml4py | |
__init__.py | |
action.py | |
activity.py | |
context.py | |
event.py | |
exceptions.py | |
executableContent.py | |
executor.py | |
helper.py | |
listeners.py | |
reader.py | |
state.py | |
stateMachine.py | |
transition.py | |
▼ share | |
► waftools | |
gtlogcap.py | |
radgen_tool.py | RAD code generator task to integrate it into waf building system |
▼ sources | |
► hello | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
msgParsers.cpp | MsgParsers class source file |
msgParsers.hpp | MsgParsers class header file |
► helloifsend | |
► src | |
main.cpp | HelloifSend main file |
► hellomal | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
stdCmdsImpl.hpp | StdCmds Interface implementation header file |
► hellomalifsend | |
► src | |
main.cpp | HellomalifSend is an application able to send commands defined in hellomalif |
► rad | |
► cpp | |
► _examples | |
► exmalsend | |
► src | |
main.cpp | ExMalSend main file |
► exmalserver | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsMove.cpp | ActionsMove class source file |
actionsMove.hpp | ActionsMove class header file |
actionsPreset.cpp | ActionsPreset class source file |
actionsPreset.hpp | ActionsPreset class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
activityMoving.cpp | ActivityMoving class source file |
activityMoving.hpp | ActivityMoving class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
stdCmdsImpl.hpp | StdCmds Interface implementation header file |
► exsend | |
► src | |
main.cpp | ExSend main file |
► server | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsMove.cpp | ActionsMove class source file |
actionsMove.hpp | ActionsMove class source file |
actionsPreset.cpp | ActionsPreset class source file |
actionsPreset.hpp | ActionsPreset class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
activityMoving.cpp | ActivityMoving class source file |
activityMoving.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
msgParsers.cpp | MsgParsers class source file |
msgParsers.hpp | MsgParsers class header file |
► core | |
► src | |
► include | |
► rad | |
assert.hpp | Assert header file |
errors.hpp | Errors header file |
exceptions.hpp | Exception classes header file |
logger.hpp | Logger class |
stopToken.hpp | StopToken and StopSource header |
assert.cpp | Assert source file |
logger.cpp | Logger source file |
stopToken.cpp | |
► events | |
► src | |
► include | |
► rad | |
anyEvent.hpp | AnyEvent class header file |
event.hpp | Event class source file |
getPayload.hpp | GetPayload functions source file |
traits.hpp | Header file |
anyEvent.cpp | AnyEvent class source file |
► gtlogcap | |
► libgtlogcap | |
► src | |
gtLogCap.cpp | A variant of google test main() that captures LOG4CPLUS logs during test execution and only prints the logs if the test fail |
► mal | |
► src | |
► include | |
► rad | |
► mal | |
publisher.hpp | Publisher class header file |
replier.hpp | Replier class header file |
request.hpp | Request classes header file |
requestor.hpp | Requestor class header file |
subscriber.hpp | SubscriberSM class header file |
utils.hpp | Utils class header file |
request.cpp | Request class source file |
► utils | |
► src | |
► include | |
► rad | |
helper.hpp | Helper class header file |
helper.cpp | Helper class source file |
► scxml4cpp | |
► engine | |
► src | |
► include | |
► scxml4cpp | |
Action.h | |
Activity.h | |
Assert.h | |
Context.h | |
Event.h | |
EventListener.h | |
EventQueue.h | |
ExecutableContent.h | |
Executor.h | |
Helper.h | |
Log.h | |
Merger.h | |
State.h | |
StateAtomic.h | |
StateComparator.h | |
StateCompound.h | |
StateHistory.h | |
StateMachine.h | |
StateParallel.h | |
StatusListener.h | |
Transition.h | |
Action.cpp | |
Activity.cpp | |
Assert.cpp | |
Context.cpp | |
Event.cpp | |
EventQueue.cpp | |
ExecutableContent.cpp | |
Executor.cpp | |
Helper.cpp | |
Log.cpp | |
Merger.cpp | |
State.cpp | |
StateAtomic.cpp | |
StateComparator.cpp | |
StateCompound.cpp | |
StateHistory.cpp | |
StateMachine.cpp | |
StateParallel.cpp | |
Transition.cpp | |
► parser | |
► src | |
► include | |
► scxml4cpp | |
ActionTrace.h | |
DOMSCXMLReader.h | |
SCXMLReader.h | |
ActionTrace.cpp | |
DOMSCXMLReader.cpp | |
▼ rad | |
▼ codegen | |
► src | |
► radgen | |
__init__.py | |
filters.py | |
main.py | RAD code generator engine |
radgen.py | RAD code generator main entry point |
radgen_tool.py | RAD code generator task to integrate it into waf building system |
wscript | |
▼ cpp | |
► _examples | |
► exif | |
► interface | |
► exif | |
hellorad.proto | |
requests.proto | |
topics.proto | |
wscript | |
► exmalif | |
wscript | |
► exmalsend | |
► src | |
main.cpp | ExMalSend main file |
wscript | |
► exmalserver | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsMove.cpp | ActionsMove class source file |
actionsMove.hpp | ActionsMove class header file |
actionsPreset.cpp | ActionsPreset class source file |
actionsPreset.hpp | ActionsPreset class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
activityMoving.cpp | ActivityMoving class source file |
activityMoving.hpp | ActivityMoving class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
stdCmdsImpl.hpp | StdCmds Interface implementation header file |
wscript | |
► exsend | |
► src | |
main.cpp | ExSend main file |
wscript | |
► server | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsMove.cpp | ActionsMove class source file |
actionsMove.hpp | ActionsMove class source file |
actionsPreset.cpp | ActionsPreset class source file |
actionsPreset.hpp | ActionsPreset class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
activityMoving.cpp | ActivityMoving class source file |
activityMoving.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
msgParsers.cpp | MsgParsers class source file |
msgParsers.hpp | MsgParsers class header file |
wscript | |
wscript | |
► core | |
► src | |
► include | |
► rad | |
assert.hpp | Assert header file |
errors.hpp | Errors header file |
exceptions.hpp | Exception classes header file |
logger.hpp | Logger class |
stopToken.hpp | StopToken and StopSource header |
assert.cpp | Assert source file |
logger.cpp | Logger source file |
stopToken.cpp | |
► test | |
testExceptions.cpp | Unit tests for the Exceptions class |
testLogger.cpp | Unit tests for the Logger |
testStopToken.cpp | |
wscript | |
► events | |
► src | |
► include | |
► rad | |
anyEvent.hpp | AnyEvent class header file |
event.hpp | Event class source file |
getPayload.hpp | GetPayload functions source file |
traits.hpp | Header file |
anyEvent.cpp | AnyEvent class source file |
► test | |
testAnyEvent.cpp | Unit tests for the AnyEvent class |
testEvents.hpp | Helper class to test events |
wscript | |
► gtlogcap | |
► libgtlogcap | |
► src | |
gtLogCap.cpp | A variant of google test main() that captures LOG4CPLUS logs during test execution and only prints the logs if the test fail |
wscript | |
► waftool | |
gtlogcap.py | |
wscript | |
wscript | |
► mal | |
► src | |
► include | |
► rad | |
► mal | |
publisher.hpp | Publisher class header file |
replier.hpp | Replier class header file |
request.hpp | Request classes header file |
requestor.hpp | Requestor class header file |
subscriber.hpp | SubscriberSM class header file |
utils.hpp | Utils class header file |
request.cpp | Request class source file |
► test | |
testRequest.cpp | Unit tests for the Request class |
wscript | |
► services | |
► src | |
► include | |
► rad | |
dbAdapter.hpp | DbAdapter class header file |
dbAdapterRedis.hpp | DbAdapterRedis class header file |
msgHandler.hpp | Public header file |
msgReplier.hpp | MsgReplier class header file |
msgRequest.hpp | MsgRequest class header file |
msgRequestor.hpp | MsgRequestor class header file |
msgRequestorRaw.hpp | MsgRequestorRaw class header file |
topicHandler.hpp | Public header file |
topicPub.hpp | TopicPub class header file |
topicSub.hpp | TopicSubRaw class header file |
dbAdapterRedis.cpp | DbAdapterRedisRedis class source file |
msgReplier.cpp | MsgReplier class source file |
msgRequestorRaw.cpp | MsgRequestorRaw class source file |
topicPub.cpp | TopicPub class source file |
topicSub.cpp | TopicSub class source file |
► test | |
testDbAdpterRedis.cpp | Unit tests for the DbAdapterRedis class |
testMsgReplier.cpp | Unit tests for the MsgReplier class |
testMsgRequestor.cpp | Unit tests for the MsgRequestorT class |
testMsgRequestorRaw.cpp | Unit tests for the MsgRequestor class |
testMsgRequestorRaw2.cpp | Unit tests for the MsgRequestor class |
testTopicPub.cpp | Unit tests for the TopicPub class |
testTopicSub.cpp | Unit tests for the TopicSub class |
types.proto | |
wscript | |
► sm | |
► src | |
► include | |
► rad | |
actionCallback.hpp | ActionCallback class header file |
actionGroup.hpp | ActionGroup class header file |
actionMgr.hpp | ActionMgr class header file |
activity.hpp | |
coroActivity.hpp | |
executorActivity.hpp | Executor based scml4cpp activity classes header file |
guardCallback.hpp | GuardCallback class header file |
pthreadActivity.hpp | PthreadActivity class header file |
signal.hpp | Signal class |
smAdapter.hpp | SMAdapter class header file |
smEvent.hpp | SMEvent class header file |
smRequestor.hpp | SMRequestor.hpp public header file |
smRequestorRaw.hpp | SMRequestorRaw public header file |
timer.hpp | Timer class header file |
utils.hpp | Utilities class |
actionCallback.cpp | ActionCallback class source file |
actionGroup.cpp | ActionGroup class source file |
actionMgr.cpp | ActionMgr class source file |
activity.cpp | ThreadActivity class source file |
guardCallback.cpp | GuardCallback class source file |
pthreadActivity.cpp | PthreadActivity class source file |
signal.cpp | Signal class source file |
smAdapter.cpp | SMAdapter source file |
smEvent.cpp | SMEvent class source file |
smRequestorRaw.cpp | SMRequestorRaw source file |
timer.cpp | Timer class source file |
► test | |
testActionGroup.cpp | Unit tests for the ActionGroup class |
testActionMgr.cpp | Unit tests for the ActionMgr class |
testActivity.cpp | Unit tests for the Activity class |
testActivityPthread.cpp | Unit tests for the Activity class |
testCoroActivity.cpp | Unit tests for the CoroActivity class |
testExecutorActivity.cpp | |
testSignal.cpp | Unit tests for the Timer class |
testSMAdapter.cpp | Unit tests for the SMAdapter class |
testSMRequestor.cpp | Unit tests for the SMRequestor class |
testSMRequestorRaw.cpp | Unit tests for the SMRequestorRaw class |
testTimer.cpp | Unit tests for the Timer class |
types.proto | |
wscript | |
► templates | |
► config | |
► rad-cpptpl-appl | |
► {{cookiecutter.module_name}} | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
msgParsers.cpp | MsgParsers class source file |
msgParsers.hpp | MsgParsers class header file |
wscript | {{.}} |
► rad-cpptpl-applif | |
► {{cookiecutter.module_name}} | |
► interface | |
► {{cookiecutter.module_name}} | |
requests.proto | |
wscript | {{.}} |
► rad-cpptpl-malappl | |
► {{cookiecutter.module_name}} | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
stdCmdsImpl.hpp | StdCmds Interface implementation header file |
wscript | {{.}} |
► rad-cpptpl-malapplif | |
► {{cookiecutter.module_name}} | |
wscript | {{.}} |
► rad-cpptpl-malsend | |
► {{cookiecutter.module_name}} | |
► src | |
main.cpp | {{cookiecutter.application_name}} is an application able to send commands defined in {{cookiecutter.interface_name}} |
wscript | {{.}} |
► rad-cpptpl-send | |
► {{cookiecutter.module_name}} | |
► src | |
main.cpp | {{cookiecutter.application_name}} main file |
wscript | {{.}} |
► rad-waftpl-malprj | |
► {{cookiecutter.project_name}} | |
wscript | {{.}} |
► rad-waftpl-prj | |
► {{cookiecutter.project_name}} | |
wscript | {{.}} |
wscript | |
► utils | |
► src | |
► include | |
► rad | |
helper.hpp | Helper class header file |
helper.cpp | Helper class source file |
► test | |
testHelper.cpp | Unit tests for the Helper class |
wscript | |
wscript | |
▼ py | |
► _examples | |
► hellorad | |
► src | |
► hellorad | |
__init__.py | |
msg_pb2.py | |
hellorad.py | Simple client/server example |
wscript | |
wscript | |
► rad | |
► src | |
► rad | |
► core | |
__init__.py | |
dispatcher.py | Dispatcher class implementation |
event.py | Event class source file |
run.py | Implementation of run_with_cleanup() function |
► services | |
__init__.py | |
msg.py | Classes to receive/send request.reokues with ZMQ |
pubsub.py | Classes to publish/subscribe topics with ZMQ |
► utils | |
__init__.py | |
proc.py | Utility functions |
__init__.py | |
► test | |
msg_pb2.py | |
test_dispatcher.py | |
test_eventloop.py | |
test_publisher.py | |
test_replier.py | |
test_requestor.py | |
test_subscriber.py | |
wscript | |
wscript | |
wscript | |
▼ scxml4cpp | |
▼ engine | |
► src | |
► include | |
► scxml4cpp | |
Action.h | |
Activity.h | |
Assert.h | |
Context.h | |
Event.h | |
EventListener.h | |
EventQueue.h | |
ExecutableContent.h | |
Executor.h | |
Helper.h | |
Log.h | |
Merger.h | |
State.h | |
StateAtomic.h | |
StateComparator.h | |
StateCompound.h | |
StateHistory.h | |
StateMachine.h | |
StateParallel.h | |
StatusListener.h | |
Transition.h | |
Action.cpp | |
Activity.cpp | |
Assert.cpp | |
Context.cpp | |
Event.cpp | |
EventQueue.cpp | |
ExecutableContent.cpp | |
Executor.cpp | |
Helper.cpp | |
Log.cpp | |
Merger.cpp | |
State.cpp | |
StateAtomic.cpp | |
StateComparator.cpp | |
StateCompound.cpp | |
StateHistory.cpp | |
StateMachine.cpp | |
StateParallel.cpp | |
Transition.cpp | |
► test | |
TestAction.cpp | Unit tests for the Action class |
TestActivity.cpp | Unit tests for the Activity class |
TestAssert.cpp | Unit tests for the Assert file |
TestContext.cpp | Unit tests for the Context class |
TestEvent.cpp | Unit tests for the Event class |
TestEventQueue.cpp | Unit tests for the EventQueue class |
TestExecutableContent.cpp | Unit tests for the ExecutableContent class |
TestExecutor.cpp | Unit tests for the Executor class |
TestHelper.cpp | Unit tests for the Helper class |
TestLog.cpp | Unit tests for the Log class |
TestMain.cpp | Main function for the Unit tests |
TestMerger.cpp | Unit tests for the Merger class |
TestState.cpp | Unit tests for the State class |
TestStateComparator.cpp | Unit tests for the StateComparator class |
TestStateHistory.cpp | Unit tests for the StateHistory class |
TestStateMachine.cpp | Unit tests for the StateMachine class |
TestTransition.cpp | Unit tests for the Transition class |
wscript | |
▼ parser | |
► src | |
► include | |
► scxml4cpp | |
ActionTrace.h | |
DOMSCXMLReader.h | |
SCXMLReader.h | |
ActionTrace.cpp | |
DOMSCXMLReader.cpp | |
► test | |
TestActionTrace.cpp | Unit tests for the ActionTrace class |
TestDOMSCXMLReader.cpp | Unit tests for the DOMSCXMLReader class |
TestMain.cpp | Main function for the Unit tests |
TestRootState.cpp | Unit tests for the DOMSCXMLReader class |
TestTransitions.cpp | Unit tests for the DOMSCXMLReader class |
wscript | |
wscript | |
▼ scxml4py | |
▼ src | |
► scxml4py | |
__init__.py | |
action.py | |
activity.py | |
context.py | |
event.py | |
exceptions.py | |
executableContent.py | |
executor.py | |
helper.py | |
listeners.py | |
reader.py | |
state.py | |
stateMachine.py | |
transition.py | |
▼ test | |
testAction.py | |
testActivity.py | |
testApplication.py | |
testContext.py | |
testEvent.py | |
testExecutableContent.py | |
testExecutor.py | |
testHelper.py | |
testReader.py | |
testShutter.py | |
testState.py | |
testStateMachine.py | |
testTransition.py | |
wscript | |
▼ test | |
▼ rad | |
► logs | |
00_stdcmds_debug.py | |
01_preset_debug.py | |
02_stress_debug.py | |
03_append_debug.py | |
04_malStress_debug.py | |
▼ templates | |
► genMalSm | |
► hello | |
► build | |
► c4che | |
_cache.py | |
build.config.py | |
► hellomal | |
► src | |
events.rad.cpp | Event classes source |
events.rad.hpp | Event classes header |
► hellomalif | |
► cpp | |
► agnostic | |
► src | |
► include | |
Hellomalif.hpp | |
Hellomalif.cpp | |
► opcua | |
► src | |
► include | |
hellomalifOpcUaImpl.hpp | |
hellomalifOpcUaImpl.cpp | |
► zpb | |
► src | |
► include | |
ZpbHellomalifImpl.hpp | |
ZpbHellomalifImpl.cpp | |
► src | |
hellomalif.pb.h | |
hellomalif.proto | |
► hellomal | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
stdCmdsImpl.hpp | StdCmds Interface implementation header file |
wscript | |
► hellomalif | |
wscript | |
► hellomalifsend | |
► src | |
main.cpp | HellomalifSend is an application able to send commands defined in hellomalif |
wscript | |
wscript | |
► genNoMalSm | |
► hello | |
► build | |
► c4che | |
_cache.py | |
build.config.py | |
► hello | |
► src | |
events.rad.cpp | Event classes source |
events.rad.hpp | Event classes header |
► helloif | |
► interface | |
► helloif | |
requests.pb.h | |
► hello | |
► src | |
actionMgr.cpp | ActionMgr class source file |
actionMgr.hpp | ActionMgr class header file |
actionsStd.cpp | ActionsStd class source file |
actionsStd.hpp | ActionsStd class header file |
config.cpp | Config class source file |
config.hpp | Config class header file |
dataContext.cpp | DataContext class source file |
dataContext.hpp | DataContext class header file |
dbInterface.cpp | DbInterface class source file |
dbInterface.hpp | DbInterface class header file |
logger.cpp | Logger source file |
logger.hpp | Default logger name |
main.cpp | Main source file |
msgParsers.cpp | MsgParsers class source file |
msgParsers.hpp | MsgParsers class header file |
wscript | |
► helloif | |
► interface | |
► helloif | |
requests.proto | |
wscript | |
► helloifsend | |
► src | |
main.cpp | HelloifSend main file |
wscript | |
wscript | |
► logs | |
00_radMal_debug.py | |
01_radNoMal_debug.py | |
wscript | |