Skip to content
Snippets Groups Projects
Commit 024ce6da authored by berge's avatar berge
Browse files

Modified GeoNetworkingPort

parent cca7459d
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,7 @@ module LibIts_Interface {
// LibIts
import from LibItsCam_Pixits all;
import from LibItsGeoNetworking_TypesAndValues all;
// LibCommon
import from LibCommon_Time {modulepar all};
......@@ -168,7 +169,7 @@ module LibIts_Interface {
* @desc NT2 GeoNetworking Port (GeoNetworking/G5)
*/
type port GeoNetworkingPort message {
in integer; //TODO: remove me
inout GeoNetworkingPacket
} // end GeoNetworkingPort
/**
......
......@@ -37,14 +37,14 @@ module LibIts_TestSystem {
* @desc ITS Main Test Component
*/
type component ItsMtc {
// timers
timer tc_guard := PX_TDONE;
// ports
port UpperTesterPort utPort;
port AdapterControlPort acPort;
// timers
timer tc_guard := PX_TDONE;
} // end ItsMtc
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment