OPAL (Object Oriented Parallel Accelerator Library) 2022.1
OPAL
PyTrackCmd.h
Go to the documentation of this file.
1#ifndef PYTRACKCMD_h
2#define PYTRACKCMD_h
3
4#include "PyOpal/Globals.h"
6#include "Track/TrackCmd.h"
7
8namespace PyOpal {
9namespace PyTrackCmdNS {
10
11void executeWrapper(PyOpalObject<TrackCmd>& cmd);
12
13}
14}
15
16#endif
void executeWrapper(PyOpalObject< TrackCmd > &cmd)